.brand__mark,
.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  background: none;
  filter: drop-shadow(0 9px 18px rgba(49, 93, 244, .2));
}

.brand__mark--large {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
}

.continue-hero__logo {
  width: clamp(112px, 13vw, 176px);
  height: auto;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .28));
}

.continue-hero__art small {
  margin-top: 14px;
}

.field .field-hint {
  color: var(--muted);
}

.auth-required {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.auth-required[hidden] {
  display: none;
}

.auth-required img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.auth-required h3,
.auth-required p {
  margin: 0;
}

.auth-required .button {
  margin-top: 10px;
  text-decoration: none;
}
