:root {
  --ff-navy: #062b45;
  --ff-navy-deep: #031e30;
  --ff-blue: #0795d2;
  --ff-blue-dark: #0577ad;
  --ff-green: #20a447;
  --ff-green-dark: #168438;
  --ff-lime: #b9d800;
  --ff-yellow: #e8ef00;
  --ff-ink: #102330;
  --ff-muted: #5f707b;
  --ff-line: #dbe8ee;
  --ff-soft: #f5f9fb;
  --ff-paper: #f1f1ef;
  --ff-white: #fff;
  --ff-radius-lg: 22px;
  --ff-radius-md: 14px;
  --ff-shadow: 0 22px 60px rgba(7, 53, 79, .11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body.page-foo-fighters {
  margin: 0;
  color: var(--ff-ink);
  background: var(--ff-white);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ff-page {
  overflow: clip;
}

.ff-page img,
.ff-page svg {
  display: block;
  max-width: 100%;
}

.ff-page h1,
.ff-page h2,
.ff-page h3,
.ff-page p,
.ff-page a,
.ff-page address,
.ff-page dd {
  overflow-wrap: break-word;
}

.ff-page h1,
.ff-page h2,
.ff-page h3 {
  text-wrap: balance;
}

.ff-page p {
  text-wrap: pretty;
}

.ff-page [id] {
  scroll-margin-top: 136px;
}

.ff-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ff-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ff-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(calc(-100% - 24px));
  transition: transform .18s ease;
}

.ff-skip-link:focus {
  transform: translateY(0);
}

.ff-breadcrumb {
  border-bottom: 1px solid var(--ff-line);
  background: #f7fbfd;
}

.ff-breadcrumb .ff-container {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #71828b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ff-breadcrumb a {
  color: var(--ff-blue-dark);
  text-decoration: none;
}

.ff-breadcrumb strong {
  overflow: hidden;
  color: var(--ff-ink);
  text-overflow: ellipsis;
}

.ff-hero {
  padding: 68px 0 58px;
  border-bottom: 1px solid var(--ff-line);
  background: var(--ff-soft);
}

.ff-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  align-items: end;
  gap: clamp(42px, 6vw, 82px);
}

.ff-hero-copy,
.ff-date-panel,
.ff-conversion-grid > *,
.ff-final-cta-grid > * {
  min-width: 0;
}

.ff-kicker,
.ff-eyebrow,
.ff-date-panel-label,
.ff-final-kicker {
  display: inline-block;
  color: var(--ff-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ff-kicker {
  padding: 7px 10px;
  border: 2px solid var(--ff-ink);
  color: #101010;
  background: var(--ff-yellow);
  box-shadow: 4px 4px 0 #101010;
}

.ff-hero h1 {
  max-width: 790px;
  margin: 23px 0 22px;
  color: var(--ff-navy);
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.055em;
}

.ff-lead {
  max-width: 760px;
  margin: 0;
  color: #485f6c;
  font-size: 18px;
  line-height: 1.72;
}

.ff-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 24px;
  color: #71828b;
  font-size: 12px;
}

.ff-meta strong {
  color: #425965;
}

.ff-hero-actions,
.ff-conversion-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 29px;
}

.ff-text-link {
  color: var(--ff-blue-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ff-text-link:hover {
  color: var(--ff-navy);
}

.ff-date-panel {
  padding: 22px;
  border: 1px solid #cddce3;
  border-top: 5px solid var(--ff-green);
  border-radius: var(--ff-radius-md);
  background: #fff;
  box-shadow: var(--ff-shadow);
}

.ff-date-panel-label {
  color: var(--ff-green-dark);
}

.ff-date-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ff-line);
}

.ff-date-row time {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ff-date-row time strong {
  color: var(--ff-navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}

.ff-date-row time span {
  color: var(--ff-green-dark);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.15;
}

.ff-date-row div {
  display: grid;
  gap: 3px;
}

.ff-date-row div strong {
  color: var(--ff-ink);
  font-size: 16px;
}

.ff-date-row div span {
  color: var(--ff-muted);
  font-size: 13px;
}

.ff-date-panel > p {
  margin: 16px 0 0;
  color: var(--ff-muted);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.ff-date-panel > p span {
  margin-inline: 5px;
  color: var(--ff-green);
}

.ff-hero-art {
  margin: 54px 0 0;
}

.ff-hero-art picture {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 48, .2);
  border-radius: 18px;
  background: var(--ff-paper);
  box-shadow: 0 22px 70px rgba(2, 25, 38, .12);
}

.ff-hero-art img {
  width: 100%;
  height: auto;
}

.ff-hero-art figcaption {
  margin-top: 11px;
  color: #788992;
  font-size: 11px;
  text-align: right;
}

.ff-section {
  padding: 88px 0;
}

.ff-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.ff-heading-narrow {
  max-width: 720px;
}

.ff-heading-centered {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.ff-heading h2,
.ff-conversion h2,
.ff-info-section h2,
.ff-final-cta h2 {
  margin: 13px 0 15px;
  color: var(--ff-navy);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -.04em;
}

.ff-heading > p,
.ff-conversion-grid > div > p,
.ff-info-section p,
.ff-final-cta p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ff-sales {
  background: #fff;
}

.ff-sale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-sale-grid li {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--ff-line);
  border-radius: var(--ff-radius-md);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 53, 79, .055);
}

.ff-sale-grid li::before {
  content: "";
  width: 34px;
  height: 4px;
  display: block;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--ff-blue);
}

.ff-sale-grid li.is-general-sale {
  border-color: #a9d5b4;
  background: #f5fbf6;
}

.ff-sale-grid li.is-general-sale::before {
  background: var(--ff-green);
}

.ff-sale-grid time {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--ff-line);
}

.ff-sale-grid time strong {
  color: var(--ff-navy);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.ff-sale-grid time span {
  color: var(--ff-blue-dark);
  font-size: 14px;
  font-weight: 900;
}

.ff-sale-grid div {
  padding-top: 17px;
}

.ff-sale-grid small {
  color: var(--ff-blue-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ff-sale-grid h3 {
  min-height: 48px;
  margin: 7px 0 8px;
  color: var(--ff-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.3;
}

.ff-sale-grid p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ff-ticketmaster-note {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid #cce8f3;
  border-radius: 12px;
  background: #f2fafe;
}

.ff-ticketmaster-note div {
  display: grid;
  gap: 3px;
}

.ff-ticketmaster-note strong {
  color: var(--ff-navy);
  font-size: 14px;
}

.ff-ticketmaster-note span {
  color: var(--ff-muted);
  font-size: 12px;
}

.ff-ticketmaster-note a {
  flex: none;
  color: var(--ff-blue-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.ff-conversion {
  border-block: 1px solid #cfe2d4;
  background: #f4faf5;
}

.ff-conversion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: center;
  gap: clamp(46px, 7vw, 92px);
}

.ff-conversion h2 {
  max-width: 760px;
}

.ff-limit-card {
  padding: 28px;
  border: 1px solid #a9d5b4;
  border-left: 7px solid var(--ff-green);
  border-radius: var(--ff-radius-md);
  background: #fff;
  box-shadow: var(--ff-shadow);
}

.ff-limit-card > span {
  color: var(--ff-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ff-limit-card > strong {
  display: block;
  margin-top: 12px;
  color: var(--ff-navy);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.ff-limit-card > p {
  margin: 8px 0 0;
  color: var(--ff-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ff-limit-card hr {
  height: 1px;
  margin: 22px 0;
  border: 0;
  background: var(--ff-line);
}

.ff-limit-card p.ff-small {
  font-size: 12px;
}

.ff-ifrs-link {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding: 18px 22px;
  border: 1px solid #cddde4;
  border-radius: 12px;
  color: var(--ff-ink);
  background: #fff;
  text-decoration: none;
}

.ff-ifrs-link > span {
  padding: 6px 8px;
  border-radius: 6px;
  color: #fff;
  background: var(--ff-navy);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.ff-ifrs-link > strong {
  font-size: 13px;
  line-height: 1.45;
}

.ff-ifrs-link > i {
  color: var(--ff-green);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.ff-ifrs-link:hover {
  border-color: #9ec6d7;
  box-shadow: 0 12px 30px rgba(7, 53, 79, .07);
}

.ff-video-section {
  border-bottom: 1px solid var(--ff-line);
  background: #fff;
}

.ff-video-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 7vw, 86px);
}

.ff-video-copy,
.ff-video-shell {
  min-width: 0;
}

.ff-video-copy h2 {
  margin: 13px 0 16px;
  color: var(--ff-navy);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.ff-video-copy p {
  margin: 0 0 12px;
  color: var(--ff-muted);
  font-size: 15px;
  line-height: 1.68;
}

.ff-video-copy p strong {
  color: var(--ff-ink);
}

.ff-video-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--ff-blue-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ff-video-shell {
  padding: 9px;
  border: 1px solid #cbdbe2;
  border-radius: 17px;
  background: var(--ff-navy-deep);
  box-shadow: 0 18px 50px rgba(3, 30, 48, .14);
}

.ff-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: #000;
}

.ff-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  border: 0;
}

.ff-show-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ff-show-grid article {
  padding: 30px;
  border: 1px solid var(--ff-line);
  border-radius: var(--ff-radius-lg);
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 53, 79, .07);
}

.ff-show-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ff-line);
}

.ff-show-topline span {
  color: var(--ff-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.ff-show-topline time {
  color: #71828b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ff-show-grid h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 23px 0 16px;
  color: var(--ff-navy);
}

.ff-show-grid h3 > strong {
  font-size: 60px;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.07em;
}

.ff-show-grid h3 > span {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.ff-venue {
  margin: 0 0 7px;
  color: var(--ff-ink);
  font-size: 21px;
  font-weight: 850;
}

.ff-show-grid address {
  min-height: 43px;
  margin: 0;
  color: var(--ff-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.ff-show-grid dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 24px 0 0;
}

.ff-show-grid dl div {
  min-width: 0;
  padding: 12px;
  border-radius: 10px;
  background: var(--ff-soft);
}

.ff-show-grid dt {
  color: #71828b;
  font-size: 9px;
  font-weight: 850;
}

.ff-show-grid dd {
  margin: 5px 0 0;
  color: var(--ff-navy);
  font-size: 13px;
  font-weight: 900;
}

.ff-steps-section {
  border-block: 1px solid var(--ff-line);
  background: var(--ff-soft);
}

.ff-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.ff-steps li {
  padding: 26px;
  border: 1px solid var(--ff-line);
  border-radius: var(--ff-radius-md);
  background: #fff;
}

.ff-steps li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ff-navy);
  font-size: 11px;
  font-weight: 900;
}

.ff-steps h3 {
  margin: 20px 0 10px;
  color: var(--ff-ink);
  font-size: 18px;
  font-weight: 850;
}

.ff-steps p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ff-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ff-info-section {
  background: #fff;
}

.ff-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}

.ff-quentro {
  padding: 30px;
  border: 1px solid #cce8f3;
  border-left: 7px solid var(--ff-blue);
  border-radius: var(--ff-radius-md);
  background: #f4fbfe;
}

.ff-info-section h2 {
  margin-top: 11px;
  font-size: 30px;
}

.ff-tour-copy {
  padding: 30px 0;
}

.ff-final-cta {
  padding: 74px 0;
  color: #fff;
  background: var(--ff-navy-deep);
}

.ff-final-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.ff-final-kicker {
  color: #8dd8f5;
}

.ff-final-cta h2 {
  max-width: 760px;
  color: #fff;
}

.ff-final-cta p {
  max-width: 720px;
  color: #a9c0cc;
}

.ff-final-actions {
  display: grid;
  gap: 16px;
  justify-items: stretch;
}

.ff-final-actions .button {
  width: 100%;
}

.ff-final-actions > a:not(.button) {
  color: #c8e4ef;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ff-source-note {
  padding: 25px 0;
  border-bottom: 1px solid var(--ff-line);
  background: #f7fafb;
}

.ff-source-note .ff-container {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.ff-source-note strong {
  flex: none;
  color: var(--ff-navy);
  font-size: 12px;
}

.ff-source-note p {
  margin: 0;
  color: #71828b;
  font-size: 11px;
  line-height: 1.55;
}

.ff-page a:focus-visible,
.ff-skip-link:focus-visible {
  outline: 3px solid var(--ff-blue);
  outline-offset: 3px;
  border-radius: 7px;
}

@media (max-width: 1040px) {
  .ff-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 38px;
  }

  .ff-hero h1 {
    font-size: clamp(42px, 6vw, 62px);
  }

  .ff-sale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-sale-grid h3 {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .ff-container {
    width: min(100% - 32px, 680px);
  }

  .ff-hero {
    padding-top: 52px;
  }

  .ff-hero-grid,
  .ff-conversion-grid,
  .ff-final-cta-grid {
    grid-template-columns: 1fr;
  }

  .ff-date-panel {
    max-width: none;
  }

  .ff-conversion-grid,
  .ff-final-cta-grid {
    gap: 38px;
  }

  .ff-section {
    padding: 72px 0;
  }

  .ff-show-grid,
  .ff-info-grid,
  .ff-video-layout {
    grid-template-columns: 1fr;
  }

  .ff-info-grid {
    gap: 22px;
  }

  .ff-video-layout {
    gap: 32px;
  }

  .ff-tour-copy {
    padding-bottom: 0;
  }

  .ff-final-actions {
    max-width: 390px;
  }
}

@media (max-width: 700px) {
  .ff-hero-art picture {
    border-radius: 14px;
  }

  .ff-hero-art img {
    aspect-ratio: 873 / 689;
    object-fit: cover;
  }

  .ff-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ff-container {
    width: min(100% - 24px, 470px);
  }

  .ff-breadcrumb .ff-container {
    min-height: 40px;
    font-size: 10px;
  }

  .ff-breadcrumb a:nth-of-type(2),
  .ff-breadcrumb a:nth-of-type(3),
  .ff-breadcrumb a:nth-of-type(2) + span,
  .ff-breadcrumb a:nth-of-type(3) + span {
    display: none;
  }

  .ff-hero {
    padding: 38px 0 42px;
  }

  .ff-kicker {
    font-size: 9px;
  }

  .ff-hero h1 {
    margin: 21px 0 18px;
    font-size: clamp(37px, 11.2vw, 52px);
    line-height: 1;
  }

  .ff-lead {
    font-size: 16px;
    line-height: 1.64;
  }

  .ff-meta {
    display: grid;
    gap: 5px;
    margin-top: 20px;
  }

  .ff-hero-actions,
  .ff-conversion-actions {
    display: grid;
    align-items: stretch;
  }

  .ff-hero-actions .button,
  .ff-conversion-actions .button,
  .ff-centered-action .button {
    width: 100%;
    min-height: 54px;
    white-space: normal;
  }

  .ff-hero-actions .ff-text-link,
  .ff-conversion-actions .ff-text-link {
    padding: 8px 0;
    text-align: center;
  }

  .ff-date-panel {
    padding: 19px;
  }

  .ff-date-row {
    grid-template-columns: 72px 1fr;
  }

  .ff-hero-art {
    margin-top: 34px;
  }

  .ff-hero-art figcaption {
    text-align: left;
  }

  .ff-section {
    padding: 58px 0;
  }

  .ff-heading {
    margin-bottom: 28px;
  }

  .ff-heading h2,
  .ff-conversion h2,
  .ff-final-cta h2 {
    font-size: 32px;
  }

  .ff-heading > p,
  .ff-conversion-grid > div > p,
  .ff-final-cta p {
    font-size: 15px;
  }

  .ff-sale-grid {
    grid-template-columns: 1fr;
  }

  .ff-sale-grid li {
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 18px;
    padding: 19px;
  }

  .ff-sale-grid li::before {
    display: none;
  }

  .ff-sale-grid time {
    display: grid;
    align-content: center;
    justify-content: start;
    padding: 0 18px 0 0;
    border-right: 1px solid var(--ff-line);
    border-bottom: 0;
  }

  .ff-sale-grid time strong {
    font-size: 24px;
  }

  .ff-sale-grid div {
    padding-top: 0;
  }

  .ff-sale-grid h3 {
    margin: 5px 0 6px;
  }

  .ff-ticketmaster-note {
    display: grid;
    gap: 15px;
  }

  .ff-ticketmaster-note a {
    justify-self: start;
  }

  .ff-limit-card {
    padding: 23px;
  }

  .ff-ifrs-link {
    grid-template-columns: 1fr auto;
  }

  .ff-ifrs-link > span {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ff-show-grid article {
    padding: 23px;
    border-radius: 16px;
  }

  .ff-show-grid dl {
    grid-template-columns: 1fr;
  }

  .ff-show-grid address {
    min-height: auto;
  }

  .ff-steps li {
    padding: 23px;
  }

  .ff-info-section h2 {
    font-size: 27px;
  }

  .ff-video-copy h2 {
    font-size: 30px;
  }

  .ff-video-shell {
    padding: 6px;
    border-radius: 13px;
  }

  .ff-video-frame {
    border-radius: 8px;
  }

  .ff-quentro {
    padding: 23px;
  }

  .ff-final-cta {
    padding: 58px 0;
  }

  .ff-final-actions {
    max-width: none;
  }

  .ff-final-actions .button {
    min-height: 54px;
    white-space: normal;
  }

  .ff-source-note .ff-container {
    display: grid;
    gap: 7px;
  }
}

@media (max-width: 430px) {
  .ff-show-topline {
    align-items: flex-start;
  }

  .ff-show-grid h3 > strong {
    font-size: 54px;
  }
}

@media (max-width: 380px) {
  .ff-hero h1 {
    font-size: 38px;
  }

  .ff-date-row {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  .ff-sale-grid li {
    grid-template-columns: 88px 1fr;
    gap: 14px;
  }

  .ff-sale-grid time {
    padding-right: 14px;
  }

  .ff-show-topline time {
    max-width: 74px;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
