body.page-venezuela_medical_aid {
      background: linear-gradient(180deg, #ffffff 0%, #f5fbf7 45%, #eef7f2 100%);
      overflow-x: hidden;
    }

    body.page-venezuela_medical_aid main {
      box-sizing: border-box;
      width: min(100%, 1280px);
      max-width: 1280px;
      padding-top: 24px;
      padding-bottom: 90px;
    }

    .aid-page {
      --aid-green: #007a3d;
      --aid-green-dark: #005f31;
      --aid-green-soft: #e8f6ee;
      --aid-red: #d92d20;
      --aid-text: #101820;
      --aid-muted: #52606b;
      --aid-line: #d8e8de;
      --aid-warning: #d99a2b;
      display: grid;
      gap: 18px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      color: var(--aid-text);
    }

    .aid-page,
    .aid-page * {
      box-sizing: border-box;
    }

    .aid-intro,
    .aid-poster,
    .aid-service-system,
    .aid-trust-panel,
    .aid-form-section,
    .aid-warning-panel,
    .aid-final-banner {
      border: 1px solid rgba(0, 122, 61, 0.12);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
    }

    .aid-intro {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
      padding: clamp(28px, 4vw, 54px);
      border-color: rgba(0, 95, 49, 0.28);
      background:
        linear-gradient(135deg, rgba(0, 70, 35, 0.98) 0%, rgba(0, 122, 61, 0.96) 58%, rgba(232, 246, 238, 0.98) 100%);
      box-shadow: 0 24px 56px rgba(0, 95, 49, 0.16);
    }

    .aid-intro::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 11px;
      border-radius: 8px 8px 0 0;
      background: linear-gradient(90deg, #f7d116 0 33.333%, #003893 33.333% 66.666%, #cf142b 66.666% 100%);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset;
      z-index: 1;
      pointer-events: none;
    }

    .aid-intro::after {
      content: "SOS";
      position: absolute;
      right: clamp(18px, 4vw, 52px);
      bottom: -34px;
      color: rgba(255, 255, 255, 0.1);
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: clamp(110px, 14vw, 190px);
      font-weight: 900;
      line-height: 1;
      z-index: -1;
      pointer-events: none;
    }

    .aid-intro-copy,
    .aid-form-heading,
    .aid-warning-copy,
    .aid-final-copy {
      display: grid;
      gap: 14px;
      min-width: 0;
      max-width: 100%;
    }

    .aid-kicker,
    .aid-poster-label {
      width: fit-content;
      max-width: 100%;
      padding: 7px 12px;
      border-left: 4px solid var(--aid-warning);
      background: var(--aid-green-soft);
      color: var(--aid-green-dark);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.06em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .aid-intro .aid-kicker {
      border-left-color: #f4c542;
      background: rgba(255, 255, 255, 0.16);
      color: #ffffff;
    }

    .aid-intro h1,
    .aid-form-heading h2,
    .aid-warning-copy h2,
    .aid-final-banner h2,
    .aid-trust-panel h2 {
      margin: 0;
      color: var(--aid-text);
      font-family: "Manrope", "Segoe UI", sans-serif;
      letter-spacing: 0;
      overflow-wrap: break-word;
    }

    .aid-intro h1 {
      font-size: clamp(52px, 6vw, 86px);
      line-height: 0.98;
      font-weight: 900;
      color: #ffffff;
    }

    .aid-venezuela-title {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0;
    }

    .aid-venezuela-title span {
      display: inline;
      text-shadow: 0 2px 10px rgba(0, 24, 12, 0.24), 0 0 1px rgba(255, 255, 255, 0.5);
    }

    .aid-venezuela-title .flag-yellow {
      color: #f7d116;
    }

    .aid-venezuela-title .flag-blue {
      color: #003893;
    }

    .aid-venezuela-title .flag-red {
      color: #cf142b;
    }

    .aid-venezuela-title .venezuela-name {
      color: #ffffff;
    }

    .aid-lead,
    .aid-form-heading p,
    .aid-warning-copy p,
    .aid-final-banner p,
    .aid-trust-panel p,
    .aid-trust-item span {
      margin: 0;
      color: var(--aid-muted);
      line-height: 1.55;
    }

    .aid-lead {
      max-width: 64ch;
      color: rgba(255, 255, 255, 0.92);
      font-size: 18px;
    }

    .aid-intro-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 2px;
    }

    .aid-intro-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 0 11px;
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.13);
      color: #ffffff;
      font-size: 12px;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
    }

    .aid-actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      justify-self: end;
      width: min(100%, 680px);
    }

    .aid-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 20px;
      border: 1px solid var(--aid-green);
      border-radius: 8px;
      background: var(--aid-green);
      color: #ffffff;
      font-weight: 900;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 16px 34px rgba(0, 122, 61, 0.18);
    }

    .aid-button.primary-red {
      border-color: var(--aid-red);
      background: var(--aid-red);
      box-shadow: 0 16px 34px rgba(217, 45, 32, 0.24);
    }

    .aid-button.secondary {
      background: #ffffff;
      color: var(--aid-green);
      box-shadow: none;
    }

    .aid-intro .aid-button.secondary {
      border-color: rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.96);
      color: var(--aid-green-dark);
    }

    .aid-poster {
      overflow: hidden;
    }

    .aid-poster-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 16px 0;
    }

    .aid-poster img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      background: #ffffff;
    }

    .aid-poster-caption {
      margin: 0;
      color: var(--aid-green-dark);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .aid-story-card {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: clamp(18px, 3vw, 34px);
      align-items: center;
      min-width: 0;
      padding: clamp(20px, 3vw, 34px);
      border: 1px solid rgba(0, 122, 61, 0.12);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(16, 24, 32, 0.06);
      overflow: hidden;
    }

    .aid-story-copy {
      display: grid;
      gap: 16px;
      min-width: 0;
    }

    .aid-story-copy h2 {
      margin: 0;
      color: var(--aid-text);
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: clamp(32px, 4vw, 54px);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.04;
      overflow-wrap: break-word;
    }

    .aid-story-copy h2 span {
      color: var(--aid-green);
    }

    .aid-story-copy p {
      margin: 0;
      max-width: 58ch;
      color: var(--aid-muted);
      font-size: 16px;
      line-height: 1.55;
    }

    .aid-feature-list {
      display: grid;
      gap: 10px;
      margin: 2px 0 0;
      padding: 0;
      list-style: none;
    }

    .aid-feature-item {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      min-height: 54px;
      padding: 10px 12px;
      border: 1px solid var(--aid-line);
      border-radius: 8px;
      background: #fbfdfc;
    }

    .aid-feature-icon {
      display: grid;
      place-items: center;
      overflow: hidden;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: var(--aid-green-soft);
      color: var(--aid-green);
      font-size: 19px;
      font-weight: 900;
      line-height: 1;
    }

    .aid-feature-icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .aid-feature-item strong {
      display: block;
      color: var(--aid-text);
      font-size: 14px;
      line-height: 1.25;
    }

    .aid-feature-item span:not(.aid-feature-icon) {
      display: block;
      margin-top: 2px;
      color: var(--aid-muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .aid-story-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .aid-story-card.families .aid-story-copy > h2,
    .aid-story-card.families .aid-story-copy > p {
      margin-inline: auto;
      text-align: center;
    }

    .aid-story-card.families .aid-story-actions {
      justify-content: center;
    }

    .aid-story-image {
      overflow: hidden;
      min-width: 0;
      border-radius: 8px;
      background: #f4faf6;
      box-shadow: inset 0 0 0 1px rgba(0, 122, 61, 0.1);
    }

    .aid-story-image img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: cover;
    }

    .aid-story-image figcaption {
      margin: 0;
      padding: 14px 16px 16px;
      color: var(--aid-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .aid-story-card.volunteers {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    }

    .aid-story-card.volunteers .aid-story-image {
      order: 2;
      padding: 12px;
      background: linear-gradient(180deg, #ffffff 0%, #f0f8f4 100%);
    }

    .aid-story-card.volunteers .aid-story-actions {
      justify-content: center;
    }

    .aid-story-card.community {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      background: linear-gradient(180deg, #ffffff 0%, #f7fcf9 100%);
    }

    .aid-story-card.community .aid-story-image {
      justify-self: center;
      width: min(100%, 620px);
      background: #ffffff;
    }

    .aid-story-card.community .aid-story-image img {
      aspect-ratio: auto;
      height: auto;
      object-fit: contain;
      object-position: center;
    }

    .aid-community-form-section .aid-form-photo img {
      aspect-ratio: 16 / 9;
      object-fit: cover;
      object-position: center 46%;
    }

    .aid-two-grid,
    .aid-single-grid,
    .aid-three-grid {
      display: grid;
      gap: 18px;
    }

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

    .aid-single-grid {
      grid-template-columns: 1fr;
    }

    .aid-three-grid {
      grid-template-columns: 1.05fr 0.95fr 0.95fr;
      align-items: stretch;
    }

    .aid-trust-panel,
    .aid-register-panel {
      display: grid;
      align-content: start;
      gap: 16px;
      min-width: 0;
      padding: 20px;
    }

    .aid-trust-panel h2 {
      font-size: clamp(24px, 2.5vw, 34px);
      line-height: 1.08;
    }

    .aid-trust-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .aid-trust-panel.wide .aid-trust-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .aid-trust-item {
      display: grid;
      gap: 8px;
      min-height: 118px;
      padding: 14px;
      border: 1px solid var(--aid-line);
      border-radius: 8px;
      background: #ffffff;
    }

    .aid-icon {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: var(--aid-green-soft);
      color: var(--aid-green);
      font-weight: 900;
      line-height: 1;
    }

    .aid-trust-item strong {
      color: var(--aid-text);
      font-size: 15px;
      line-height: 1.25;
    }

    .aid-trust-item span {
      font-size: 13px;
    }

    .aid-service-system {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
      gap: clamp(22px, 3vw, 42px);
      align-items: stretch;
      padding: clamp(24px, 3vw, 38px);
      background: #ffffff;
    }

    .aid-process-column,
    .aid-safety-column {
      display: grid;
      align-content: start;
      gap: 18px;
      min-width: 0;
    }

    .aid-process-column {
      padding-right: clamp(0px, 2vw, 34px);
      border-right: 1px solid rgba(0, 122, 61, 0.16);
    }

    .aid-service-system h2 {
      margin: 0;
      color: var(--aid-text);
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: clamp(30px, 3.7vw, 52px);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.08;
    }

    .aid-service-system h2 span {
      color: var(--aid-green);
    }

    .aid-service-system p {
      margin: 0;
      max-width: 58ch;
      color: var(--aid-muted);
      font-size: 16px;
      line-height: 1.55;
    }

    .aid-process-list {
      display: grid;
      gap: 14px;
      margin: 10px 0 0;
      padding: 0;
      list-style: none;
      counter-reset: aid-process;
    }

    .aid-process-step {
      position: relative;
      display: grid;
      grid-template-columns: 58px minmax(76px, 0.24fr) minmax(0, 1fr);
      gap: 16px;
      align-items: center;
      min-height: 126px;
      padding: 14px 16px;
      border: 1px solid var(--aid-line);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 12px 28px rgba(16, 24, 32, 0.05);
    }

    .aid-process-number {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: var(--aid-green);
      color: #ffffff;
      font-size: 18px;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 10px 22px rgba(0, 122, 61, 0.22);
    }

    .aid-process-icon,
    .aid-safety-icon {
      display: grid;
      place-items: center;
      overflow: hidden;
      border-radius: 999px;
      background: var(--aid-green-soft);
    }

    .aid-process-icon {
      width: 76px;
      height: 76px;
    }

    .aid-process-icon img,
    .aid-safety-icon img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .aid-process-copy {
      display: grid;
      gap: 6px;
      min-width: 0;
    }

    .aid-process-copy strong {
      color: var(--aid-text);
      font-size: clamp(20px, 2vw, 25px);
      line-height: 1.15;
    }

    .aid-process-copy span {
      color: var(--aid-muted);
      font-size: 15px;
      line-height: 1.5;
    }

    .aid-safety-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 16px;
    }

    .aid-safety-card {
      display: grid;
      justify-items: center;
      gap: 12px;
      min-height: 230px;
      padding: 22px 18px;
      border: 1px solid var(--aid-line);
      border-radius: 8px;
      background: #ffffff;
      text-align: center;
      box-shadow: 0 12px 28px rgba(16, 24, 32, 0.05);
    }

    .aid-safety-icon {
      width: 78px;
      height: 78px;
    }

    .aid-safety-card strong {
      color: var(--aid-text);
      font-size: 17px;
      line-height: 1.25;
    }

    .aid-safety-card span {
      color: var(--aid-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .aid-form-section {
      display: grid;
      grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
      gap: 24px;
      align-items: start;
      padding: clamp(22px, 3vw, 38px);
      background: #ffffff;
    }

    .aid-form-heading h2 {
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.06;
      font-weight: 900;
    }

    .aid-check-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .aid-check-list li {
      display: grid;
      grid-template-columns: 22px minmax(0, 1fr);
      gap: 10px;
      color: #26333f;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.45;
    }

    .aid-check-list li::before {
      content: "\2713";
      display: grid;
      place-items: center;
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: var(--aid-green);
      color: #ffffff;
      font-size: 12px;
      line-height: 1;
    }

    .aid-form-card .aid-check-list {
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid rgba(0, 122, 61, 0.12);
    }

    .aid-volunteer-visual {
      overflow: hidden;
      margin-top: 4px;
      border: 1px solid rgba(0, 122, 61, 0.14);
      border-radius: 8px;
      background:
        radial-gradient(circle at 80% 20%, rgba(0, 122, 61, 0.13), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #eef8f2 100%);
    }

    .aid-volunteer-visual img {
      display: block;
      width: min(100%, 470px);
      height: auto;
      margin: 0 auto -12px;
    }

    .aid-form-photo {
      overflow: hidden;
      margin-top: 6px;
      border: 1px solid rgba(0, 122, 61, 0.14);
      border-radius: 8px;
      background: #f5fbf7;
    }

    .aid-form-photo img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
    }

    .aid-form-card {
      padding: 24px;
      border: 1px solid rgba(16, 24, 32, 0.1);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 18px 38px rgba(16, 24, 32, 0.08);
    }

    .aid-form-card h3 {
      margin: 0 0 16px;
      color: var(--aid-text);
      font-size: 24px;
      line-height: 1.2;
    }

    .aid-form {
      display: grid;
      gap: 16px;
    }

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

    .aid-field,
    .aid-checkbox {
      display: grid;
      gap: 7px;
      text-align: left;
    }

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

    .aid-field label {
      color: #26333f;
      font-size: 13px;
      font-weight: 900;
    }

    .aid-field input,
    .aid-field select,
    .aid-field textarea {
      width: 100%;
      min-height: 48px;
      padding: 12px 13px;
      border: 1px solid #d7e6dc;
      border-radius: 8px;
      background: #fbfdfc;
      color: var(--aid-text);
      font: inherit;
    }

    .aid-field textarea {
      min-height: 118px;
      resize: vertical;
    }

    .aid-field input:focus,
    .aid-field select:focus,
    .aid-field textarea:focus {
      outline: 3px solid rgba(0, 122, 61, 0.16);
      border-color: rgba(0, 122, 61, 0.55);
      background: #ffffff;
    }

    .aid-choice-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    .aid-choice-list label {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr);
      gap: 9px;
      align-items: center;
      min-height: 42px;
      padding: 9px 10px;
      border: 1px solid #d7e6dc;
      border-radius: 8px;
      background: #fbfdfc;
      color: var(--aid-text);
      font-size: 13px;
      font-weight: 850;
      line-height: 1.25;
    }

    .aid-community-form-section .aid-choice-list label {
      min-height: 46px;
    }

    .aid-choice-list input {
      width: 17px;
      height: 17px;
      accent-color: var(--aid-green);
    }

    .aid-checkbox {
      grid-template-columns: 20px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      color: #3f4d58;
      font-size: 13px;
      line-height: 1.45;
    }

    .aid-checkbox input {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      accent-color: var(--aid-green);
    }

    .aid-errors {
      display: grid;
      gap: 4px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #a8421f;
      font-size: 12px;
      font-weight: 800;
    }

    .aid-form button {
      justify-self: start;
      min-height: 50px;
      padding: 0 20px;
      border: 1px solid var(--aid-green);
      border-radius: 8px;
      background: var(--aid-green);
      color: #ffffff;
      font: inherit;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 16px 34px rgba(0, 122, 61, 0.18);
    }

    .aid-success {
      display: grid;
      gap: 8px;
      margin-bottom: 16px;
      padding: 14px 16px;
      border-radius: 8px;
      border: 1px solid rgba(0, 122, 61, 0.22);
      background: #eef8f2;
      color: #173f2d;
      font-weight: 800;
      line-height: 1.45;
    }

    .aid-warning-panel {
      padding: clamp(22px, 3vw, 34px);
      border-color: rgba(217, 154, 43, 0.24);
      background: #fffaf0;
    }

    .aid-warning-copy h2 {
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.12;
    }

    .aid-final-banner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
      padding: clamp(22px, 3vw, 34px);
      background: linear-gradient(90deg, rgba(0, 95, 49, 0.96), rgba(0, 122, 61, 0.88));
      color: #ffffff;
      overflow: hidden;
    }

    .aid-final-banner h2,
    .aid-final-banner p {
      color: #ffffff;
    }

    .aid-final-banner h2 {
      font-size: clamp(28px, 3.2vw, 46px);
      line-height: 1.06;
    }

    .aid-final-banner .aid-button {
      background: #ffffff;
      color: var(--aid-green);
      border-color: #ffffff;
      box-shadow: none;
    }

    .aid-final-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .aid-final-actions .aid-button.secondary {
      border-color: rgba(255, 255, 255, 0.65);
      background: transparent;
      color: #ffffff;
    }

    @media (max-width: 1080px) {
      .aid-intro,
      .aid-story-card,
      .aid-service-system,
      .aid-two-grid,
      .aid-single-grid,
      .aid-three-grid,
      .aid-form-section,
      .aid-final-banner {
        grid-template-columns: 1fr;
      }

      .aid-trust-grid,
      .aid-trust-panel.wide .aid-trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .aid-story-card.volunteers,
      .aid-story-card.community {
        grid-template-columns: 1fr;
      }

      .aid-process-column {
        padding-right: 0;
        padding-bottom: 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 122, 61, 0.16);
      }

      .aid-story-card.volunteers .aid-story-image {
        order: 0;
      }
    }

    @media (max-width: 760px) {
      body.page-venezuela_medical_aid main {
        width: 100%;
        max-width: 100%;
        padding-top: 18px;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
      }

      body.page-venezuela_medical_aid .cookie-consent {
        left: 12px;
        right: 12px;
        width: auto;
        max-width: calc(100vw - 24px);
      }

      .aid-page {
        gap: 14px;
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
      }

      .aid-intro,
      .aid-form-section,
      .aid-service-system,
      .aid-warning-panel,
      .aid-final-banner {
        padding: 18px;
      }

      .aid-intro,
      .aid-intro-copy {
        justify-items: center;
        text-align: center;
      }

      .aid-intro h1 {
        font-size: 42px;
        text-align: center;
        overflow-wrap: anywhere;
      }

      .aid-lead {
        max-width: 100%;
        font-size: 16px;
        text-align: center;
        overflow-wrap: anywhere;
      }

      .aid-story-card {
        grid-template-columns: 1fr;
        padding: 16px;
      }

      .aid-story-copy {
        justify-items: center;
        text-align: center;
      }

      .aid-story-copy p,
      .aid-story-copy .aid-kicker {
        margin-inline: auto;
      }

      .aid-story-card.volunteers,
      .aid-story-card.community {
        grid-template-columns: 1fr;
      }

      .aid-story-card.volunteers .aid-story-image,
      .aid-story-card.community .aid-story-image {
        order: 0;
        width: 100%;
      }

      .aid-story-card.volunteers .aid-story-image img,
      .aid-story-card.community .aid-story-image img {
        width: 100%;
      }

      .aid-story-copy h2 {
        font-size: 34px;
      }

      .aid-story-actions {
        display: grid;
        justify-self: stretch;
        width: 100%;
      }

      .aid-feature-list {
        width: 100%;
      }

      .aid-feature-item {
        grid-template-columns: 52px minmax(0, 1fr);
        text-align: left;
      }

      .aid-story-image figcaption {
        max-width: 100%;
        text-align: center;
      }

      .aid-intro-tags {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        justify-items: center;
        width: 100%;
        max-width: 320px;
        margin-inline: auto;
      }

      .aid-intro-tags span {
        width: 100%;
        justify-content: center;
        white-space: normal;
      }

      .aid-actions,
      .aid-final-actions,
      .aid-final-banner {
        display: grid;
      }

      .aid-intro .aid-actions {
        justify-self: center;
        width: 100%;
        max-width: 320px;
        grid-template-columns: 1fr;
      }

      .aid-intro .aid-button.aid-doctor-cta {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
      }

      .aid-button,
      .aid-form button {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }

      .aid-poster-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 12px 0;
      }

      .aid-poster-caption {
        font-size: 11px;
        line-height: 1.25;
      }

      .aid-poster-label {
        font-size: 10px;
      }

      .aid-trust-panel,
      .aid-register-panel,
      .aid-form-card {
        padding: 16px;
      }

      .aid-trust-grid,
      .aid-trust-panel.wide .aid-trust-grid,
      .aid-safety-grid,
      .aid-form-grid,
      .aid-choice-list {
        grid-template-columns: 1fr;
      }

      .aid-service-system h2 {
        font-size: 34px;
      }

      .aid-process-step {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 0;
      }

      .aid-process-icon {
        width: 66px;
        height: 66px;
      }

      .aid-process-copy {
        grid-column: 2;
      }
    }

    @media (max-width: 480px) {
      .aid-story-copy h2 {
        font-size: 30px;
        line-height: 1.04;
      }

      .aid-feature-item {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 10px;
      }

      .aid-feature-icon {
        width: 40px;
        height: 40px;
      }
    }
