/* Shared MediaCircle chrome for support and legal pages. */
:root {
  color-scheme: dark;
  --mc-red: #f63b3b;
  --mc-muted: rgba(255, 255, 255, 0.7);
  --mc-line: rgba(255, 255, 255, 0.12);
}

body {
  background:
    radial-gradient(circle at 80% 0, rgba(246, 59, 59, 0.1), transparent 28rem),
    #050505 !important;
}

nav {
  border-bottom-color: var(--mc-line) !important;
  background: rgba(5, 5, 5, 0.9) !important;
}

.brand-link {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
}

.brand-link img {
  width: 10.5rem;
  height: auto;
}

main h1 {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  letter-spacing: -0.04em;
}

main h1::after {
  content: ".";
  color: var(--mc-red);
}

main h2 {
  letter-spacing: -0.02em;
}

main a {
  color: #ff7a7a !important;
}

footer {
  border-top-color: var(--mc-line) !important;
}

@media (max-width: 40rem) {
  main {
    padding-block: 2.5rem !important;
  }
}
