:root {
  --aw-lp-alert: #b82f28;
  --aw-lp-alert-dark: #84201c;
  --aw-lp-navy: #061d35;
  --aw-lp-blue: #0a5b9f;
  --aw-lp-gold: #f7b733;
  --aw-lp-cream: #fff7e8;
  --aw-lp-sand: #efe1ca;
  --aw-lp-ink: #13293d;
  --aw-lp-muted: #536779;
  --aw-lp-line: #d8e1e8;
  --aw-lp-white: #fff;
  --aw-lp-content: 1180px;
}

html,
body.aw-lp-page {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body.aw-lp-page main {
  min-width: 0;
  max-width: 100%;
}

.aw-lp-site-header__inner > *,
.aw-lp-facts > *,
.aw-lp-story-grid > *,
.aw-lp-donation-grid > *,
.aw-lp-transparency-grid > *,
.aw-lp-sources > *,
.aw-lp-site-footer__inner > *,
.aw-lp-site-footer__legal > * {
  min-width: 0;
  max-width: 100%;
}

.aw-lp-alert__inner,
.aw-lp-hero__copy,
.aw-lp-section__inner,
.aw-lp-timeline__card,
.aw-lp-sources > li,
.aw-lp-site-footer {
  overflow-wrap: anywhere;
}

.aw-lp-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--aw-lp-navy);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--aw-lp-line);
  box-shadow: 0 10px 30px rgba(6, 29, 53, 0.08);
  backdrop-filter: blur(12px);
}

.aw-lp-site-header__inner {
  width: min(var(--aw-lp-content), calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.aw-lp-site-brand {
  flex: 0 1 220px;
}

.aw-lp-site-brand img {
  width: min(220px, 100%);
  height: auto;
  display: block;
}

.aw-lp-site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.aw-lp-header-donate {
  min-height: 42px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.aw-lp-header-donate {
  color: var(--aw-lp-navy);
  border: 1px solid var(--aw-lp-gold);
  background: var(--aw-lp-gold);
  box-shadow: 0 8px 22px rgba(247, 183, 51, 0.25);
}

.aw-lp-header-donate:hover,
.aw-lp-header-donate:focus-visible {
  color: var(--aw-lp-navy);
  background: #ffd166;
}

.aw-lp-header-donate:focus-visible {
  outline: 3px solid rgba(10, 91, 159, 0.3);
  outline-offset: 3px;
}

.aw-lp-alert {
  color: var(--aw-lp-white);
  background: linear-gradient(90deg, var(--aw-lp-alert-dark), var(--aw-lp-alert));
}

.aw-lp-alert__inner {
  width: min(var(--aw-lp-content), calc(100% - 32px));
  min-height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.aw-lp-alert__pulse {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--aw-lp-gold);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13);
}

.aw-lp-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 120px));
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--aw-lp-white);
  background: var(--aw-lp-navy);
}

.aw-lp-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 14, 29, 0.96) 0%, rgba(3, 21, 40, 0.86) 39%, rgba(3, 21, 40, 0.28) 69%, rgba(3, 21, 40, 0.13) 100%),
    linear-gradient(0deg, rgba(2, 14, 29, 0.72), transparent 42%);
  content: "";
  pointer-events: none;
}

.aw-lp-hero__picture,
.aw-lp-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.aw-lp-hero__media {
  object-fit: cover;
  object-position: center;
}

.aw-lp-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--aw-lp-content), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 132px) 0;
}

.aw-lp-hero__copy {
  max-width: 730px;
}

.aw-lp-kicker {
  margin: 0 0 18px;
  color: var(--aw-lp-gold);
  font-size: 0.79rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aw-lp-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--aw-lp-white);
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.aw-lp-hero__lead {
  max-width: 670px;
  margin: 26px 0 0;
  color: #f4f7fa;
  font-size: clamp(1.12rem, 2.2vw, 1.42rem);
  line-height: 1.55;
}

.aw-lp-hero__proof {
  max-width: 720px;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.aw-lp-hero__proof li {
  padding: 9px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(3, 21, 40, 0.64);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.aw-lp-page--drc-ebola .aw-lp-hero h1 {
  font-size: clamp(2.9rem, 6.2vw, 5.55rem);
}

.aw-lp-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aw-lp-button {
  min-height: 52px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.aw-lp-button:hover,
.aw-lp-button:focus-visible {
  transform: translateY(-2px);
}

.aw-lp-button:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

.aw-lp-button--primary {
  color: var(--aw-lp-navy);
  background: var(--aw-lp-gold);
  box-shadow: 0 12px 30px rgba(247, 183, 51, 0.25);
}

.aw-lp-button--primary:hover,
.aw-lp-button--primary:focus-visible {
  color: var(--aw-lp-navy);
  background: #ffd166;
}

.aw-lp-button--ghost {
  color: var(--aw-lp-white);
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(5, 29, 53, 0.45);
}

.aw-lp-button--ghost:hover,
.aw-lp-button--ghost:focus-visible {
  color: var(--aw-lp-navy);
  border-color: var(--aw-lp-white);
  background: var(--aw-lp-white);
}

.aw-lp-hero__source {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 3;
  margin: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(2, 14, 29, 0.68);
  border-radius: 8px;
  font-size: 0.72rem;
}

.aw-lp-section {
  padding: clamp(68px, 8vw, 104px) 0;
}

.aw-lp-section--sand {
  background: linear-gradient(180deg, #fffaf1, var(--aw-lp-cream));
  border-block: 1px solid #f1debb;
}

.aw-lp-section--navy {
  color: var(--aw-lp-white);
  background: linear-gradient(145deg, #061d35, #0b3f6c);
}

.aw-lp-section__inner {
  width: min(var(--aw-lp-content), calc(100% - 32px));
  margin: 0 auto;
}

.aw-lp-section__heading {
  max-width: 830px;
  margin-bottom: 40px;
}

.aw-lp-section__heading h2,
.aw-lp-story h2,
.aw-lp-donation-copy h2 {
  margin: 0;
  color: var(--aw-lp-navy);
  font-size: clamp(2.2rem, 4.7vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.aw-lp-section__heading > p:last-child,
.aw-lp-story > p,
.aw-lp-donation-copy > p {
  margin: 18px 0 0;
  color: var(--aw-lp-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.aw-lp-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.aw-lp-fact {
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--aw-lp-line);
  border-top: 7px solid var(--aw-lp-alert);
  border-radius: 18px;
  background: var(--aw-lp-white);
  box-shadow: 0 16px 42px rgba(6, 29, 53, 0.08);
}

.aw-lp-fact__number {
  color: var(--aw-lp-alert);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.055em;
}

.aw-lp-fact h3 {
  margin: 18px 0 8px;
  color: var(--aw-lp-navy);
  font-size: 1.2rem;
}

.aw-lp-fact p {
  margin: auto 0 0;
  color: var(--aw-lp-muted);
  line-height: 1.58;
}

.aw-lp-fact a {
  color: inherit;
}

.aw-lp-story-grid,
.aw-lp-donation-grid,
.aw-lp-transparency-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.aw-lp-story__callout {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 6px solid var(--aw-lp-alert);
  color: var(--aw-lp-ink);
  background: #f8fafb;
  border-radius: 0 14px 14px 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.aw-lp-needs {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.aw-lp-needs li {
  position: relative;
  padding: 19px 20px 19px 54px;
  color: var(--aw-lp-ink);
  background: var(--aw-lp-cream);
  border: 1px solid #eed8ad;
  border-radius: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.aw-lp-needs li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: var(--aw-lp-navy);
  background: var(--aw-lp-gold);
  border-radius: 50%;
  content: "!";
  font-size: 0.8rem;
  font-weight: 950;
}

.aw-lp-donation-copy h2,
.aw-lp-section--navy .aw-lp-kicker {
  color: var(--aw-lp-gold);
}

.aw-lp-section--navy .aw-lp-donation-copy h2 {
  color: var(--aw-lp-white);
}

.aw-lp-section--navy .aw-lp-donation-copy > p {
  color: #dce8f1;
}

.aw-lp-donorbox {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  overflow: hidden;
  color: var(--aw-lp-ink);
  background: var(--aw-lp-white);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.aw-lp-donorbox dbox-widget {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  max-inline-size: 100% !important;
  min-height: 590px;
}

.aw-lp-donorbox__currency {
  margin: 0 0 16px;
  padding: 0 4px 16px;
  border-bottom: 1px solid var(--aw-lp-line);
}

.aw-lp-donorbox__currency label {
  display: block;
  margin: 0 0 7px;
  color: var(--aw-lp-navy);
  font-size: 0.9rem;
  font-weight: 900;
}

.aw-lp-donorbox__currency select {
  width: 100%;
  min-height: 46px;
  padding: 10px 40px 10px 12px;
  color: var(--aw-lp-ink);
  font: inherit;
  font-weight: 750;
  background: var(--aw-lp-white);
  border: 1px solid #aebfce;
  border-radius: 10px;
}

.aw-lp-donorbox__currency select:focus-visible {
  outline: 3px solid rgba(10, 91, 159, 0.3);
  outline-offset: 2px;
}

.aw-lp-donorbox__currency p {
  margin: 8px 0 0;
  color: var(--aw-lp-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.aw-lp-donorbox__fallback {
  margin: 14px 0 0;
  color: var(--aw-lp-muted);
  font-size: 0.84rem;
  text-align: center;
}

.aw-lp-donorbox__fallback a {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.aw-lp-section--timeline {
  background: linear-gradient(180deg, #fff, #f7fafc);
  border-bottom: 1px solid var(--aw-lp-line);
}

.aw-lp-timeline {
  position: relative;
  max-width: 960px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  list-style: none;
}

.aw-lp-timeline::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 17px;
  width: 3px;
  background: linear-gradient(var(--aw-lp-alert), var(--aw-lp-gold));
  border-radius: 999px;
  content: "";
}

.aw-lp-timeline__item {
  position: relative;
  min-width: 0;
  max-width: 100%;
  padding-left: 58px;
}

.aw-lp-timeline__item::before {
  position: absolute;
  top: 27px;
  left: 7px;
  z-index: 1;
  width: 23px;
  height: 23px;
  border: 5px solid var(--aw-lp-white);
  border-radius: 50%;
  background: var(--aw-lp-alert);
  box-shadow: 0 0 0 2px var(--aw-lp-alert);
  content: "";
}

.aw-lp-timeline__card {
  padding: 24px 26px;
  border: 1px solid var(--aw-lp-line);
  border-radius: 16px;
  background: var(--aw-lp-white);
  box-shadow: 0 12px 34px rgba(6, 29, 53, 0.07);
}

.aw-lp-timeline__card time {
  max-width: 100%;
  display: inline-flex;
  padding: 6px 10px;
  color: var(--aw-lp-alert-dark);
  background: #fff0ed;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.aw-lp-timeline__card h3 {
  margin: 14px 0 8px;
  color: var(--aw-lp-navy);
  font-size: 1.35rem;
  line-height: 1.25;
}

.aw-lp-timeline__card > p {
  margin: 0;
  color: var(--aw-lp-muted);
  line-height: 1.65;
}

.aw-lp-timeline__source {
  margin-top: 12px !important;
  font-size: 0.88rem;
}

.aw-lp-timeline__source strong {
  color: var(--aw-lp-ink);
  font-weight: 850;
}

.aw-lp-transparency-card {
  padding: 28px;
  border: 1px solid var(--aw-lp-line);
  border-radius: 18px;
  background: var(--aw-lp-white);
  box-shadow: 0 14px 38px rgba(6, 29, 53, 0.07);
}

.aw-lp-transparency-card h3 {
  margin: 0 0 15px;
  color: var(--aw-lp-navy);
  font-size: 1.45rem;
}

.aw-lp-transparency-card ul {
  margin: 0;
  padding-left: 1.25rem;
}

.aw-lp-transparency-card li {
  margin: 0 0 12px;
  color: var(--aw-lp-muted);
  line-height: 1.58;
}

.aw-lp-sources {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.aw-lp-sources > li {
  height: 100%;
  padding: 20px;
  display: block;
  color: var(--aw-lp-ink);
  background: #f6f9fb;
  border: 1px solid var(--aw-lp-line);
  border-radius: 14px;
  text-decoration: none;
}

.aw-lp-sources strong,
.aw-lp-sources span {
  display: block;
}

.aw-lp-sources span {
  margin-top: 7px;
  color: var(--aw-lp-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.aw-lp-faq {
  margin-top: 52px;
}

.aw-lp-faq details {
  border-bottom: 1px solid var(--aw-lp-line);
}

.aw-lp-faq summary {
  padding: 20px 46px 20px 0;
  color: var(--aw-lp-navy);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 900;
}

.aw-lp-faq details p {
  max-width: 850px;
  margin: -3px 0 22px;
  color: var(--aw-lp-muted);
  line-height: 1.65;
}

.aw-lp-updated {
  margin: 34px 0 0;
  color: var(--aw-lp-muted);
  font-size: 0.84rem;
}

.aw-lp-site-footer {
  color: #dce9f3;
  background: var(--aw-lp-navy);
}

.aw-lp-site-footer__inner,
.aw-lp-site-footer__legal {
  width: min(var(--aw-lp-content), calc(100% - 32px));
  margin: 0 auto;
}

.aw-lp-site-footer__inner {
  padding: 44px 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.aw-lp-site-footer__brand {
  max-width: 620px;
}

.aw-lp-site-footer__brand img {
  width: 280px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.aw-lp-site-footer__brand p {
  margin: 16px 0 0;
  color: #c4d7e5;
}

.aw-lp-site-footer__donate {
  flex: 0 0 auto;
}

.aw-lp-site-footer__legal {
  padding: 20px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #a9c1d2;
  font-size: 0.84rem;
}

.aw-lp-site-footer__legal p {
  margin: 0;
}

.aw-lp-site-footer__legal a {
  color: #fff;
}

@media (max-width: 900px) {
  .aw-lp-facts {
    grid-template-columns: 1fr;
  }

  .aw-lp-fact {
    min-height: 0;
  }

  .aw-lp-story-grid,
  .aw-lp-donation-grid,
  .aw-lp-transparency-grid {
    grid-template-columns: 1fr;
  }

  .aw-lp-donation-grid {
    gap: 44px;
  }
}

@media (max-width: 700px) {
  .aw-lp-site-header__inner {
    min-height: 70px;
    gap: 10px;
  }

  .aw-lp-site-brand {
    flex: 0 0 150px;
  }

  .aw-lp-site-brand img {
    width: 150px;
  }

  .aw-lp-site-header__actions {
    gap: 4px;
  }

  .aw-lp-header-donate {
    min-height: 36px;
    padding: 7px;
    font-size: 0.7rem;
  }

  .aw-lp-alert__inner {
    min-height: 50px;
    font-size: 0.7rem;
    letter-spacing: 0.055em;
  }

  .aw-lp-page .aw-lp-hero {
    min-height: 0;
    align-items: start;
  }

  .aw-lp-hero::after {
    background:
      linear-gradient(0deg, rgba(2, 14, 29, 0.98) 0%, rgba(2, 14, 29, 0.92) 47%, rgba(2, 14, 29, 0.34) 100%),
      linear-gradient(90deg, rgba(2, 14, 29, 0.62), transparent);
  }

  .aw-lp-hero__media {
    object-position: 64% center;
  }

  .aw-lp-page .aw-lp-hero__inner {
    padding: 22px 0 58px;
  }

  .aw-lp-page .aw-lp-hero h1 {
    font-size: clamp(2.35rem, 9.8vw, 2.85rem);
    line-height: 0.95;
  }

  .aw-lp-page .aw-lp-hero__copy {
    display: flex;
    flex-direction: column;
  }

  .aw-lp-page .aw-lp-hero .aw-lp-kicker {
    margin-bottom: 10px;
  }

  .aw-lp-page .aw-lp-hero__lead {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .aw-lp-page .aw-lp-actions {
    order: 4;
    margin-top: 20px;
  }

  .aw-lp-page .aw-lp-hero__proof {
    order: 5;
    margin-top: 16px;
    gap: 7px;
  }

  .aw-lp-hero__proof li {
    padding: 7px 10px;
    font-size: 0.7rem;
  }

  .aw-lp-actions,
  .aw-lp-button {
    width: 100%;
  }

  .aw-lp-page #donate-now {
    padding: 32px 0 64px;
    scroll-margin-top: 70px;
  }

  .aw-lp-page #donate-now .aw-lp-donation-grid {
    gap: 20px;
  }

  .aw-lp-page .aw-lp-donation-note {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .aw-lp-hero__source {
    right: 10px;
    bottom: 8px;
    left: 10px;
    text-align: center;
  }

  .aw-lp-sources {
    grid-template-columns: 1fr;
  }

  .aw-lp-donorbox {
    padding: 10px;
    border-radius: 14px;
  }

  .aw-lp-timeline::before {
    left: 12px;
  }

  .aw-lp-timeline__item {
    padding-left: 42px;
  }

  .aw-lp-timeline__item::before {
    left: 2px;
  }

  .aw-lp-timeline__card {
    padding: 20px;
  }

  .aw-lp-site-footer__inner,
  .aw-lp-site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .aw-lp-site-footer__donate {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .aw-lp-site-header__inner {
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .aw-lp-site-header__actions {
    width: 100%;
  }

  .aw-lp-header-donate {
    flex: 1;
  }
}

@media (max-width: 360px) {
  .aw-lp-page #donate-now .aw-lp-donorbox {
    width: calc(100% + 32px);
    max-width: none;
    margin-inline: -16px;
    padding: 0;
    border-radius: 0;
  }

  .aw-lp-page #donate-now .aw-lp-donorbox__fallback {
    padding-inline: 16px;
  }

  .aw-lp-page #donate-now .aw-lp-donorbox__currency {
    margin: 0 16px 16px;
    padding-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aw-lp-button {
    transition: none;
  }
}

@media (prefers-reduced-data: reduce) {
  .aw-lp-hero__picture {
    display: none;
  }
}

.aw-appeals-hub-hero {
  min-height: 520px;
  background:
    radial-gradient(circle at 82% 18%, rgba(10, 91, 159, 0.55), transparent 34%),
    linear-gradient(135deg, #04172b, var(--aw-lp-navy) 56%, #0a416d);
}

.aw-appeals-hub-hero::after {
  background: linear-gradient(90deg, rgba(2, 14, 29, 0.74), rgba(3, 21, 40, 0.22));
}

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

.aw-appeals-card {
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--aw-lp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(6, 29, 53, 0.08);
}

.aw-appeals-card h2 {
  margin: 0 0 12px;
  color: var(--aw-lp-navy);
  font-size: 1.3rem;
  line-height: 1.2;
}

.aw-appeals-card p {
  margin: 0 0 20px;
  color: var(--aw-lp-muted);
}

.aw-appeals-card .aw-lp-button {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .aw-appeals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .aw-appeals-hub-hero {
    min-height: 460px;
  }

  .aw-appeals-grid {
    grid-template-columns: 1fr;
  }
}
