/* Shared reading controls for opt-in reader-question profiles. */
body.brand-signal-card-page.bsc-editorial-profile .bsc-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 24px 0 16px;
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-contents a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 0;
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-contents a:hover { color: var(--accent); }
body.brand-signal-card-page.bsc-editorial-profile .bsc-contents a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-section { scroll-margin-top: 100px; }
body.brand-signal-card-page.bsc-editorial-profile .bsc-source-reference { margin-top: 16px; }
body.brand-signal-card-page.bsc-editorial-profile .bsc-source-reference a { text-decoration: none; }
body.brand-signal-card-page.bsc-editorial-profile .bsc-deck strong { display: block; margin-bottom: 14px; }
@media (max-width: 700px) {
  body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-copy { order: 0; }
  body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-card { order: 1; }
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-hero {
  background: var(--brand-3);
  color: var(--brand-4);
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-copy .bsc-kicker {
  background: transparent;
  color: var(--brand-4);
  padding-inline: 0;
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-copy h1,
body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-copy .bsc-deck,
body.brand-signal-card-page.bsc-editorial-profile .bsc-contents { color: var(--brand-4); }

@media (max-width: 760px) {
  body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-copy { display: block; order: 0; }
  body.brand-signal-card-page.bsc-editorial-profile .bsc-hero-card { order: 1; }
}
body.brand-signal-card-page.bsc-editorial-profile .bsc-hero { --hero-text: var(--brand-4); }
@media (max-width: 640px) {
  body.brand-signal-card-page.bsc-editorial-profile .footer-brand-card {
    grid-template-columns: minmax(0, 1fr);
    gap: .35rem;
  }
  body.brand-signal-card-page.bsc-editorial-profile .footer-brand-card :is(span, strong, small) {
    grid-column: 1;
    max-width: 100%;
    margin-inline: 0;
  }
}
