    :root {
      --ink: #000d0f;
      --body: #313956;
      --muted: #69738c;
      --line: #eef1f6;
      --soft: #f4f9f6;
      --panel: #ffffff;
      --blue: #106efd;
      --blue-hover: #0d5edc;
      --dark: #000812;
      --footer: #020202;
      --footer-strip: #15191e;
      --danger: #ff1100;
      --shadow: 0 20px 52px rgba(16, 110, 253, 0.08);
      --max: 1400px;
      --header-h: 90px;
      font-family: "DM Sans", "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: #fff;
      line-height: 1.72;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .site-top {
      position: sticky;
      top: 0;
      z-index: 30;
      background: #fff;
      border-bottom: 1px solid #f1f1f1;
      box-shadow: 0 8px 28px rgba(0, 13, 15, 0.04);
    }

    .nav-shell {
      width: min(var(--max), calc(100% - 40px));
      min-height: var(--header-h);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 250px 1fr auto;
      align-items: center;
      gap: 28px;
    }

    .brand {
      display: block;
      width: 210px;
    }

    .brand img {
      display: block;
      width: 100%;
      height: auto;
    }

    .main-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 28px;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .main-nav a {
      padding: 34px 0;
      color: #000d0f;
      transition: color 180ms ease;
    }

    .main-nav a.active,
    .main-nav a:hover {
      color: var(--blue);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      justify-content: flex-end;
      min-width: 0;
    }

    .search-button {
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border: 0;
      background: transparent;
      color: #000d0f;
      cursor: pointer;
    }

    .search-button svg,
    .menu-button svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .lang-select {
      width: 132px;
      min-height: 46px;
      padding: 0 38px 0 16px;
      border: 0;
      border-radius: 0;
      background: #f4f9f6;
      color: #313956;
      font: 600 14px/1 "DM Sans", sans-serif;
      appearance: none;
      background-image:
        linear-gradient(45deg, transparent 50%, #313956 50%),
        linear-gradient(135deg, #313956 50%, transparent 50%);
      background-position:
        calc(100% - 18px) 20px,
        calc(100% - 13px) 20px;
      background-size: 5px 5px, 5px 5px;
      background-repeat: no-repeat;
    }

    .primary-cta,
    .secondary-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 14px 22px;
      border-radius: 4px;
      border: 0;
      font-weight: 800;
      line-height: 1.1;
      white-space: nowrap;
      transition: transform 180ms ease, background 180ms ease;
    }

    .primary-cta {
      color: #fff;
      background: var(--blue);
      box-shadow: none;
    }

    .primary-cta:hover {
      background: var(--blue-hover);
      transform: translateY(-1px);
    }

    .secondary-cta {
      color: var(--blue);
      background: #edf5ff;
    }

    .menu-button {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      color: var(--ink);
      cursor: pointer;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(0, 8, 18, 0.78), rgba(16, 110, 253, 0.56)),
        url("https://allcancer.com/wp-content/uploads/2025/06/Homepage-1.webp") center / cover;
      color: #fff;
    }

    .hero-inner {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      min-height: 520px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 320px;
      gap: 54px;
      align-items: end;
      padding: 90px 0 64px;
    }

    .crumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 26px;
      color: rgba(255, 255, 255, 0.74);
      font-size: 14px;
    }

    .crumbs a {
      color: rgba(255, 255, 255, 0.88);
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 18px;
      color: #dbeaff;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    .kicker::before {
      content: "";
      width: 28px;
      height: 2px;
      background: var(--blue);
    }

    h1 {
      max-width: 760px;
      margin: 0;
      font-size: clamp(34px, 5.4vw, 64px);
      line-height: 1.08;
      letter-spacing: 0;
      font-family: "Sora", "Noto Sans TC", sans-serif;
    }

    .hero-summary {
      max-width: 680px;
      margin: 24px 0 0;
      color: rgba(255, 255, 255, 0.86);
      font-size: 18px;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 26px;
    }

    .hero-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 12px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 999px;
      color: rgba(255, 255, 255, 0.9);
      background: rgba(255, 255, 255, 0.08);
      font-size: 13px;
      font-weight: 700;
    }

    .appointment-panel {
      width: 100%;
      margin-bottom: 12px;
      padding: 22px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.12);
      box-shadow: 0 28px 68px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(18px);
    }

    .appointment-panel b {
      display: block;
      font-size: 18px;
    }

    .appointment-panel p {
      margin: 10px 0 18px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 14px;
    }

    .appointment-panel .primary-cta {
      width: 100%;
      background: #fff;
      color: var(--blue);
      box-shadow: none;
    }

    .content-band {
      background: linear-gradient(180deg, #f7fbfd 0, #fff 210px);
    }

    .article-layout {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 320px;
      gap: 54px;
      padding: 58px 0 86px;
      align-items: start;
    }

    .article-main {
      min-width: 0;
    }

    .article-card {
      padding: 44px 46px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      box-shadow: var(--shadow);
    }

    .article-card h2 {
      margin: 42px 0 14px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.22;
      letter-spacing: 0;
      color: var(--dark);
      font-family: "Sora", "Noto Sans TC", sans-serif;
    }

    .article-card h2:first-child {
      margin-top: 0;
    }

    .article-card h3 {
      margin: 28px 0 10px;
      font-size: 21px;
      line-height: 1.35;
    }

    .article-card p {
      margin: 0 0 18px;
      color: #2a3b52;
      font-size: 17px;
      overflow-wrap: anywhere;
      word-break: normal;
    }

    .article-card ul {
      margin: 0 0 20px;
      padding-left: 22px;
      color: #2a3b52;
      font-size: 17px;
      overflow-wrap: anywhere;
    }

    .article-card a,
    .note-box a,
    .faq-card a {
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .article-card table,
    .note-box table {
      display: block;
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      border-collapse: collapse;
      font-size: 14px;
      line-height: 1.45;
    }

    .article-card th,
    .article-card td,
    .note-box th,
    .note-box td {
      padding: 8px 10px;
      border: 1px solid var(--line);
      white-space: normal;
    }

    .article-card li + li {
      margin-top: 8px;
    }

    .note-box {
      margin: 30px 0;
      padding: 22px 24px;
      border-left: 4px solid var(--blue);
      border-radius: 0 4px 4px 0;
      background: #edf5ff;
    }

    .note-box strong {
      color: var(--blue);
    }

    .inline-cta {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
      margin: 40px 0;
      padding: 28px;
      border-radius: 8px;
      background: var(--dark);
      color: #fff;
    }

    .inline-cta h2 {
      margin: 0 0 8px;
      color: #fff;
      font-size: 24px;
    }

    .inline-cta p {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
    }

    .inline-cta .primary-cta {
      background: #fff;
      color: var(--blue);
      box-shadow: none;
    }

    .faq-card {
      margin-top: 28px;
      padding: 32px 38px 36px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 12px 30px rgba(17, 32, 51, 0.045);
    }

    .faq-card h2 {
      margin: 0 0 14px;
      color: var(--dark);
      font-family: "Sora", "Noto Sans TC", sans-serif;
      font-size: clamp(22px, 2.1vw, 28px);
      line-height: 1.2;
    }

    .faq-card details {
      font-size: 15px;
    }

    details {
      border-top: 1px solid var(--line);
      padding: 14px 0;
    }

    details:last-child {
      border-bottom: 1px solid var(--line);
    }

    summary {
      cursor: pointer;
      font-weight: 800;
      color: var(--blue);
    }

    details p {
      margin-top: 12px;
      color: #30445e;
      font-size: 15px;
      line-height: 1.72;
    }

    .sidebar {
      position: sticky;
      top: calc(var(--header-h) + 24px);
      display: grid;
      gap: 18px;
    }

    .side-block {
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 12px 28px rgba(17, 32, 51, 0.06);
    }

    .side-block h2 {
      margin: 0 0 14px;
      color: var(--dark);
      font-size: 18px;
      line-height: 1.25;
    }

    .side-block p {
      margin: 0 0 16px;
      color: #30445e;
      font-size: 14px;
      line-height: 1.72;
    }

    .info-list {
      display: grid;
      gap: 12px;
    }

    .info-row {
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
    }

    .info-row:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .info-row span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.04em;
    }

    .info-row strong {
      display: block;
      margin-top: 4px;
      color: var(--dark);
      font-size: 15px;
      line-height: 1.35;
    }

    .taxonomy-note {
      margin-top: 12px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.55;
    }

    .toc {
      display: grid;
      gap: 10px;
      font-size: 14px;
      color: #30445e;
    }

    .toc a {
      padding-left: 12px;
      border-left: 2px solid var(--line);
    }

    .toc a:hover {
      border-color: var(--blue);
      color: var(--blue);
    }

    .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag-list span {
      padding: 7px 10px;
      border-radius: 999px;
      background: #edf5ff;
      color: #30445e;
      font-size: 13px;
      font-weight: 750;
    }

    .article-appointment {
      background: #fff;
      padding: 66px 0 86px;
    }

    .appointment-form-card {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      padding: 42px 46px 48px;
      border: 1px solid #e8edf5;
      background: #fff;
      box-shadow: var(--shadow);
    }

    .appointment-form-card .ugf-bg,
    .appointment-form-card .ufg-main-container,
    .appointment-form-card .container,
    .appointment-form-card .row,
    .appointment-form-card [class*="col-"],
    .appointment-form-card .ugf-form,
    .appointment-form-card form {
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .appointment-form-card .row {
      display: flex;
      flex-wrap: wrap;
    }

    .appointment-form-card input,
    .appointment-form-card select,
    .appointment-form-card textarea,
    .appointment-form-card button,
    .appointment-form-card .form-control,
    .appointment-form-card img,
    .appointment-form-card iframe,
    .appointment-form-card table {
      max-width: 100%;
    }

    .appointment-form-card table {
      width: 100%;
    }

    .appointment-form-card h2 {
      margin: 0 0 10px;
      color: var(--dark);
      font-family: "Sora", "Noto Sans TC", sans-serif;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.2;
    }

    .appointment-form-card > p {
      max-width: 760px;
      margin: 0 0 34px;
      color: var(--body);
      font-size: 16px;
    }

    .appointment-redirect-card {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 32px;
      padding: 42px 46px;
      border: 1px solid #e8edf5;
      background: #fff;
      box-shadow: var(--shadow);
    }

    .appointment-redirect-card h2 {
      margin: 0 0 10px;
      color: var(--dark);
      font-family: "Sora", "Noto Sans TC", sans-serif;
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.22;
    }

    .appointment-redirect-card p {
      max-width: 800px;
      margin: 0;
      color: var(--body);
      font-size: 16px;
    }

    .redirect-kicker {
      margin: 0 0 8px !important;
      color: var(--blue) !important;
      font-size: 13px !important;
      font-weight: 850;
    }

    .redirect-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .form-section {
      margin-top: 34px;
    }

    .form-section h3 {
      margin: 0 0 22px;
      color: var(--dark);
      font-size: 22px;
      line-height: 1.3;
    }

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

    .field {
      min-width: 0;
    }

    .field.full {
      grid-column: 1 / -1;
    }

    .field label,
    .upload-label {
      display: block;
      margin-bottom: 9px;
      color: var(--dark);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.3;
    }

    .required {
      color: var(--danger);
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      min-height: 54px;
      padding: 0 16px;
      border: 1px solid #e1e6ee;
      border-radius: 0;
      background: #fff;
      color: var(--ink);
      font: 500 14px/1.4 "DM Sans", "Noto Sans TC", sans-serif;
    }

    .field textarea {
      min-height: 122px;
      padding-top: 14px;
      resize: vertical;
    }

    .field input::placeholder,
    .field textarea::placeholder {
      color: #a3acba;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus,
    .lang-select:focus,
    .search-button:focus,
    .menu-button:focus,
    .primary-cta:focus,
    .secondary-cta:focus {
      outline: 2px solid rgba(16, 110, 253, 0.32);
      outline-offset: 2px;
    }

    .birth-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .upload-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .upload-tile {
      min-height: 132px;
      display: grid;
      place-items: center;
      padding: 18px;
      border: 1px dashed #cbd4e1;
      background: #f9fbfd;
      color: var(--body);
      text-align: center;
      font-weight: 700;
      cursor: pointer;
    }

    .upload-tile input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .upload-icon {
      display: block;
      width: 36px;
      height: 36px;
      margin: 0 auto 10px;
      border-radius: 50%;
      background: #edf5ff;
      color: var(--blue);
      font-size: 22px;
      line-height: 36px;
    }

    .consent-row {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 30px 0;
      color: var(--body);
      font-size: 14px;
    }

    .consent-row input {
      width: 18px;
      height: 18px;
      margin-top: 4px;
      accent-color: var(--blue);
    }

    .form-submit {
      width: 100%;
      min-height: 58px;
      border-radius: 0;
      cursor: pointer;
    }

    .site-footer {
      color: #fff;
      background: var(--footer);
    }

    .footer-shell {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
      padding: 68px 0 62px;
    }

    .footer-head {
      display: grid;
      grid-template-columns: minmax(280px, 420px) minmax(0, 620px);
      justify-content: space-between;
      gap: 72px;
      align-items: start;
    }

    .footer-logo {
      display: block;
      width: 278px;
    }

    .footer-logo img {
      width: 100%;
      height: auto;
    }

    .footer-newsletter {
      justify-self: end;
      width: min(100%, 620px);
    }

    .newsletter-form {
      display: grid;
      grid-template-columns: 1fr 126px;
      gap: 18px;
      margin-top: 18px;
    }

    .newsletter-form input {
      min-height: 58px;
      width: 100%;
      border: 0;
      border-radius: 3px;
      padding: 0 20px;
      background: #f5faf7;
      color: var(--ink);
      font: 600 14px/1.35 "DM Sans", "Noto Sans TC", sans-serif;
    }

    .newsletter-form button {
      min-height: 58px;
      border-radius: 4px;
      cursor: pointer;
    }

    .footer-rule {
      height: 1px;
      margin: 64px 0 54px;
      background: rgba(255, 255, 255, 0.16);
    }

    .footer-main {
      display: grid;
      grid-template-columns: minmax(430px, 1fr) minmax(420px, 1fr) minmax(330px, 1fr);
      gap: 70px;
      align-items: start;
    }

    .site-footer h2,
    .site-footer h3 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 22px;
      line-height: 1.25;
    }

    .site-footer h3 {
      font-size: 20px;
    }

    .site-footer p {
      margin: 0;
      color: rgba(255, 255, 255, 0.86);
      font-size: 14px;
      line-height: 1.75;
    }

    .footer-about p {
      max-width: 520px;
    }

    .footer-links {
      display: grid;
      gap: 11px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 14px;
      font-weight: 650;
      line-height: 1.35;
    }

    .footer-links.two-columns {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 34px;
      row-gap: 9px;
    }

    .footer-treatment {
      max-width: 300px;
    }

    .footer-links a,
    .footer-contact a {
      color: rgba(255, 255, 255, 0.86);
      transition: color 180ms ease;
    }

    .footer-links a:hover,
    .footer-contact a:hover {
      color: var(--blue);
    }

    .footer-appointment {
      margin-top: 34px;
    }

    .footer-contact {
      display: grid;
      gap: 14px;
      margin-top: 16px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 14px;
      font-weight: 650;
    }

    .footer-contact span,
    .footer-contact a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .footer-contact .contact-icon {
      width: 22px;
      height: 22px;
      display: inline-grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      color: rgba(255, 255, 255, 0.72);
      font-size: 11px;
      flex: 0 0 auto;
    }

    .footer-social {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      vertical-align: middle;
    }

    .footer-social a {
      width: 34px;
      height: 34px;
      display: inline-grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: #fff;
      font-size: 12px;
      font-weight: 800;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      padding: 14px 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      background: var(--footer-strip);
      color: rgba(255, 255, 255, 0.78);
      font-size: 12px;
      font-weight: 650;
      text-align: center;
    }

    @media (max-width: 1020px) {
      .nav-shell {
        grid-template-columns: auto auto;
      }

      .main-nav,
      .nav-actions .primary-cta {
        display: none;
      }

      .nav-actions {
        gap: 8px;
      }

      .menu-button {
        display: inline-grid;
        place-items: center;
      }

      .hero-inner,
      .article-layout,
      .form-grid,
      .upload-grid,
      .appointment-redirect-card,
      .footer-head,
      .footer-main,
      .newsletter-form {
        grid-template-columns: 1fr;
      }

      .hero-inner {
        min-height: auto;
        padding: 62px 0 48px;
      }

      .appointment-panel {
        max-width: 420px;
        margin: 10px 0 0;
      }

      .sidebar {
        position: static;
      }

      .footer-head,
      .footer-main {
        gap: 28px;
      }

      .footer-newsletter {
        justify-self: stretch;
      }

      .footer-rule {
        margin: 42px 0 34px;
      }
    }

    @media (max-width: 720px) {
      :root {
        --header-h: 66px;
      }

      .nav-shell,
      .hero-inner,
      .article-layout,
      .footer-shell {
        width: min(100% - 28px, var(--max));
      }

      .brand {
        width: 176px;
        min-width: 0;
      }

      .main-nav {
        display: none;
      }

      .lang-select {
        width: 88px;
        min-height: 42px;
        padding-left: 9px;
        font-size: 12px;
        background-position:
          calc(100% - 14px) 18px,
          calc(100% - 9px) 18px;
      }

      .search-button {
        display: none;
      }

      .nav-actions {
        gap: 8px;
      }

      .hero-inner {
        padding: 42px 0;
      }

      h1 {
        font-size: clamp(31px, 10vw, 44px);
      }

      .hero-summary {
        font-size: 16px;
      }

      .article-layout {
        padding: 34px 0 56px;
      }

      .article-card {
        padding: 28px 20px;
      }

      .faq-card {
        padding: 26px 20px 30px;
      }

      .appointment-form-card {
        width: min(100% - 28px, var(--max));
        padding: 30px 20px 34px;
      }

      .appointment-redirect-card {
        width: min(100% - 28px, var(--max));
        padding: 28px 20px;
      }

      .redirect-actions {
        justify-content: stretch;
      }

      .redirect-actions .primary-cta,
      .redirect-actions .secondary-cta {
        width: 100%;
      }

      .appointment-form-card .row {
        display: block;
      }

      .appointment-form-card [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .article-card p,
      .article-card ul {
        font-size: 16px;
      }

      .article-card table,
      .note-box table {
        font-size: 12px;
      }

      .inline-cta {
        grid-template-columns: 1fr;
      }

      .birth-grid {
        grid-template-columns: 1fr;
      }

      .footer-logo {
        width: 236px;
        max-width: 100%;
      }

      .footer-shell {
        padding: 46px 0 42px;
      }

      .footer-links.two-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 10px;
        font-size: 13px;
      }

      .newsletter-form {
        gap: 12px;
      }
    }
