/* Opt-in adaptation. The existing phone purchase layout stays untouched. */
body[data-responsive-layout] .desktop-only {
  display: none !important;
}

/* Legal pages previously forced 320px of content plus a desktop scrollbar. */
@media (max-width: 767px) {
  html:has(body[data-responsive-layout="legal"]),
  body[data-responsive-layout="legal"] {
    min-width: 0;
  }
}

@media (min-width: 768px) {
  html:has(body[data-responsive-layout]) {
    scrollbar-width: auto;
    scroll-padding-top: 0;
  }

  html:has(body[data-responsive-layout])::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  html:has(body[data-responsive-layout])::-webkit-scrollbar-thumb {
    background: #826578;
    border: 2px solid #150d15;
    border-radius: 8px;
  }

  body[data-responsive-layout] {
    --max-width: 720px;
    --page-width: 720px;
  }

  body[data-responsive-layout] :is(input, textarea, select, [tabindex], section[id]) {
    scroll-margin-top: 24px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .page-shell,
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer {
    width: calc(100% - 64px);
    max-width: 720px;
    margin-inline: auto;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .site-brand {
    padding-inline: 32px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile :is(.section, .experience-proof-section) {
    width: 100%;
    max-width: none;
    padding-inline: 32px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-copy,
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-purchase {
    width: 100%;
    max-width: none;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-welcome-photo {
    width: min(100%, 380px);
    max-width: 380px;
    margin-inline: auto;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #reading-form {
    width: calc(100% - 64px);
    max-width: 640px;
    margin: 32px auto 0;
    padding: 0 !important;
  }

  body[data-responsive-layout="storefront"] #reading-form :is(.short-form-summary, .short-form-card) {
    padding: 32px;
  }

  body[data-responsive-layout="storefront"] #reading-form .short-form-summary-price {
    flex-wrap: wrap;
  }

  body[data-responsive-layout] :is(.reading-shell, .library-shell) {
    width: calc(100% - 64px);
    max-width: 720px;
    margin-inline: auto;
  }

  body[data-responsive-layout="login"] .library-shell {
    max-width: 720px;
  }

  body[data-responsive-layout="login"] .login-card {
    width: 100%;
    max-width: 480px;
    margin: 64px auto 24px;
  }

  body[data-responsive-layout="login"] .login-card h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  body[data-responsive-layout="login"] .back-home-link {
    display: block;
    max-width: 480px;
    margin-inline: auto;
  }

  body[data-responsive-layout="reading"] :is(.reading-header, .state-card) {
    padding-inline: 32px;
  }

  body[data-responsive-layout="reading"] .ready-state {
    padding: 40px 32px 64px;
  }

  body[data-responsive-layout="reading"] .result-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  body[data-responsive-layout="reading"] .result-actions > * {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  body[data-responsive-layout="reading"] .spread-image-frame img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  body[data-responsive-layout="reading"] .refund-dialog,
  body[data-responsive-layout="storefront"] .short-form-dialog {
    width: min(520px, calc(100% - 64px));
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body[data-responsive-layout="legal"] main.legal-page {
    width: calc(100% - 64px);
    max-width: 760px;
    padding: 0 32px 40px;
  }

  body[data-responsive-layout="legal"] .legal-page :is(p, li) {
    font-size: 17px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  body[data-responsive-layout="legal"] .legal-footer {
    width: calc(100% - 64px) !important;
    max-width: 760px;
  }

  body[data-responsive-layout] .site-footer {
    width: calc(100% - 64px);
    max-width: var(--max-width);
    margin-inline: auto;
  }

  body[data-responsive-layout] .cookie-consent {
    width: min(520px, calc(100% - 64px));
  }
}

@media (min-width: 1024px) {
  html:has(body[data-responsive-layout="storefront"]) {
    scroll-padding-top: 76px;
  }

  body[data-responsive-layout="storefront"] {
    --max-width: 1200px;
    --page-width: 1200px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .page-shell,
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer {
    max-width: 1200px;
  }

  /* An overflow:hidden ancestor otherwise prevents the header from sticking. */
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .page-shell {
    overflow: visible;
  }

  html body[data-responsive-layout].dark-plum-mobile .cookie-consent {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: 420px;
    transform: translateY(12px);
  }

  html body[data-responsive-layout].dark-plum-mobile .cookie-consent.is-visible {
    transform: translateY(0);
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .site-brand {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 76px;
    gap: 24px;
    padding-inline: 40px;
    background: var(--plum-bg, #150d15);
    border-bottom: 1px solid var(--line-gold, #483442);
  }

  body[data-responsive-layout="storefront"] .desktop-only {
    display: inline-flex !important;
  }

  body[data-responsive-layout="storefront"] .site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
  }

  body[data-responsive-layout="storefront"] .site-nav a {
    align-items: center;
    justify-content: center;
    min-height: 44px;
    white-space: nowrap;
    font: 400 13px/1.4 var(--font-ui);
    color: var(--ivory-secondary);
    text-decoration: none;
  }

  body[data-responsive-layout="storefront"] .site-nav .desktop-nav-cta {
    padding: 12px 18px;
    border-radius: var(--radius-control, 6px);
    background: var(--berry-cta);
    color: var(--ivory-primary);
    border: 1px solid transparent;
    font-weight: 500;
  }

  body[data-responsive-layout="storefront"] .site-nav .desktop-nav-cta:hover {
    background: var(--berry-cta-hover);
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 24px 48px;
    padding: 40px;
    align-items: start;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-copy {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #hero-title {
    max-width: none;
    margin: 20px 0;
    font-size: clamp(44px, 4.3vw, 60px);
    line-height: 1.05;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile :is(.hero-subtitle, .hero-process) {
    max-width: 560px;
    margin-inline: 0;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-process {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-welcome-photo {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 100%;
    max-width: 380px;
    margin: 0 0 0 auto;
    align-self: stretch;
    max-height: 510px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-welcome-photo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 510px;
    margin-inline: auto;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 2 / 3;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-purchase {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-actions {
    max-width: 430px;
    margin: 0;
    padding: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-cta {
    width: 100%;
    min-height: 54px;
    margin: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile :is(.hero-cta-duration, .hero-chat-price) {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .hero-reassurance {
    margin: 16px 0 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile :is(.section, .experience-proof-section) {
    padding-inline: 40px;
  }

  body[data-responsive-layout="storefront"] .lv-chapter {
    padding-inline: 40px;
  }

  body[data-responsive-layout="storefront"] :is(.section-heading, .result-preview-heading, .how-intro) {
    max-width: 720px;
    margin-inline: auto;
  }

  /* Center shared section introductions, keeping cards and form copy aligned left. */
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile :is(
    .result-preview-heading,
    .pain-section > .section-heading,
    .faq-section > .section-heading,
    .refund-promise-section > .section-heading
  ),
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile :is(
    .result-preview-heading,
    .pain-section > .section-heading,
    .faq-section > .section-heading,
    .refund-promise-section > .section-heading
  ) > :is(h2, p),
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .how-section > :is(.how-title, .how-intro) {
    text-align: center;
    margin-inline: auto;
    max-width: 720px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .how-section .how-header {
    justify-content: center;
    text-align: center;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #experience-count-title {
    text-align: left;
  }

  body[data-responsive-layout="storefront"] :is(.result-preview-visual, .faq-list, .refund-guarantee-card) {
    max-width: 760px;
    margin-inline: auto;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-section {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    padding-block: 56px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-summary {
    grid-template-columns: clamp(160px, 15vw, 200px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #experience-count-title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.12;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-intro > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-details {
    margin: 0;
    min-width: 0;
    padding: 0 0 0 32px;
    border-top: 0;
    border-left: 1px solid var(--line-light);
    background: transparent !important;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-details > h3 {
    margin-top: 0;
    padding: 0 0 16px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-copy {
    padding: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .experience-proof-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .how-list,
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .situation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: none;
    align-items: start;
  }

  body[data-responsive-layout="storefront"] .how-step {
    min-width: 0;
    margin: 0;
    height: 100%;
  }

  body[data-responsive-layout="storefront"] .how-step::after {
    display: none;
  }

  body[data-responsive-layout="storefront"] .situation-card {
    min-width: 0;
    height: 100%;
    margin: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-filter-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  body[data-responsive-layout="storefront"] .fit-filter-section > .section-heading {
    grid-column: 1 / -1;
  }

  body[data-responsive-layout="storefront"] .fit-filter-section > .fit-card {
    margin: 0;
    min-width: 0;
  }

  /* Give topic cards a visual entry point, then use readable comparison rows. */
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #topics .situation-card {
    padding: 28px;
    border: 0;
    border-top: 1px solid #806749;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #topics .situation-card::before {
    content: "";
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 50%;
    background-color: #30212c;
    background-position: center;
    background-size: 38px;
    background-repeat: no-repeat;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #topics .situation-card h3 {
    font-size: 25px;
    line-height: 1.2;
    min-height: 2.4em;
    margin-block: 12px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #topics .quiet-note {
    max-width: 600px;
    margin: 24px auto 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-filter-section {
    padding-block: 56px;
    border-top: 1px solid var(--line-light);
    gap: 32px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-filter-section > .section-heading,
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-filter-section > .section-heading > * {
    text-align: center;
    margin-inline: auto;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-filter-section > .fit-card {
    margin: 0;
    padding: 28px 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-filter-section > .fit-card-positive {
    background: #251922;
    border-top: 2px solid #b79b60;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-card > :is(p,h3) {
    text-align: left;
    margin-inline: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-card ul {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-card li {
    position: relative;
    margin: 0;
    padding: 14px 0 14px 30px;
    border-top: 1px solid #70586555;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-card li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 24px;
    width: 10px;
    height: 1px;
    background: #ad939e;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .fit-card-positive li::before {
    top: 20px;
    width: 10px;
    height: 6px;
    background: transparent;
    border-left: 1.5px solid #d7b979;
    border-bottom: 1.5px solid #d7b979;
    transform: rotate(-45deg);
  }

  body[data-responsive-layout="storefront"] #topics .situation-card-relationships::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20stroke%3D%22%23d7b979%22%20stroke-width%3D%221.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%2028S3%2020%203%2011a7%207%200%200%201%2013-3%207%207%200%200%201%2013%203c0%209-13%2017-13%2017Z%22%2F%3E%3C%2Fsvg%3E");
  }

  body[data-responsive-layout="storefront"] #topics .situation-card-choice::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20stroke%3D%22%23d7b979%22%20stroke-width%3D%221.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%2029V15M16%2020%205%209M5%2016V9h7M16%2020%2027%209M20%209h7v7%22%2F%3E%3C%2Fsvg%3E");
  }

  body[data-responsive-layout="storefront"] #topics .situation-card-purpose::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20stroke%3D%22%23d7b979%22%20stroke-width%3D%221.4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M7%2026C3%2010%2014%204%2028%204c0%2014-6%2025-21%2022ZM5%2029%2023%2010%22%2F%3E%3C%2Fsvg%3E");
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: 24px 48px;
    align-items: stretch;
    padding: 40px;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer .footer-disclaimer,
  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer > p:last-child {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0;
    padding: 24px 28px;
    border: 1px solid var(--line-light);
    border-radius: 0;
    background: transparent;
    color: var(--ivory-secondary);
    font-size: 14px;
    line-height: 1.65;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer > p:last-child {
    display: flex;
    align-items: center;
    grid-column: 2;
    grid-row: 1;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer-legal-links {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer-legal-links :is(a, .footer-cookie-link) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    min-height: 44px;
    padding: 10px 8px;
    border: 1px solid var(--line-light);
    border-radius: 0;
    background: transparent;
    color: var(--ivory-secondary);
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile .footer-legal-links :is(a, .footer-cookie-link):hover {
    border-color: var(--antique-gold);
    color: var(--ivory-primary);
  }

  html body[data-responsive-layout="storefront"].face-first-mobile.dark-plum-mobile #reading-form {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    width: calc(100% - 80px);
    max-width: 1120px;
    gap: 32px;
    align-items: start;
    margin: 40px auto 64px;
    border: 0;
  }

  body[data-responsive-layout="storefront"] #reading-form :is(.short-form-summary, .short-form-card) {
    min-width: 0;
    margin: 0;
    border-radius: var(--radius-surface, 4px);
  }

  body[data-responsive-layout="storefront"] #reading-form .short-form-card {
    border: 1px solid var(--line-gold, #755b4f);
  }

  body[data-responsive-layout="storefront"] #reading-form .short-form-summary-heading {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  body[data-responsive-layout="storefront"] #reading-form .short-form-illustration {
    width: 92px;
  }

  body[data-responsive-layout="storefront"] #reading-form .short-form-support {
    padding-top: 20px;
  }

  body[data-responsive-layout="reading"] {
    --max-width: 1040px;
  }

  body[data-responsive-layout="reading"] .reading-shell {
    max-width: 1040px;
  }

  body[data-responsive-layout="reading"] .ready-state {
    padding: 48px 48px 64px;
  }

  body[data-responsive-layout="reading"] .ready-state > :not(.spread-figure) {
    max-width: 720px;
    margin-inline: auto;
  }

  body[data-responsive-layout="reading"] .ready-state > h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  body[data-responsive-layout="reading"] .state-card:not(.ready-state) {
    max-width: 760px;
    margin-inline: auto;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  body[data-responsive-layout="library"],
  body[data-responsive-layout="login"] {
    --max-width: 1120px;
  }

  body[data-responsive-layout="library"] .library-shell,
  body[data-responsive-layout="login"] .library-shell {
    max-width: 1120px;
    padding: 32px 40px 64px;
  }

  body[data-responsive-layout="library"] .readings-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-block: 32px;
  }

  body[data-responsive-layout="library"] .reading-card {
    min-width: 0;
  }

  body[data-responsive-layout="library"] .library-state {
    max-width: 600px;
    margin-inline: auto;
  }

  body[data-responsive-layout="library"] .new-reading-button {
    max-width: 480px;
    margin-inline: auto;
  }

  body[data-responsive-layout="legal"] .legal-page > h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}
