:root {
  --color-primary: #2e7d32;
  --color-primary-deep: #1f5c24;
  --color-secondary: #1565c0;
  --color-accent: #ff6f00;
  --color-background: #f9f9f9;
  --color-surface: #ffffff;
  --color-surface-alt: #eff6f3;
  --color-border: rgba(16, 24, 40, 0.08);
  --color-text: #15212d;
  --color-muted: #5b6774;
  --color-shadow: 0 28px 60px rgba(17, 31, 45, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1160px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", "Segoe UI", sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at top right, rgba(21, 101, 192, 0.1), transparent 24%),
    radial-gradient(circle at left center, rgba(46, 125, 50, 0.08), transparent 26%),
    var(--color-background);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container-wide {
  width: var(--container);
  margin: 0 auto;
}

.announcement-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px 24px;
  background: linear-gradient(90deg, rgba(46, 125, 50, 0.95), rgba(21, 101, 192, 0.92));
  color: #fff;
  font-size: 0.92rem;
}

.announcement-bar.compact {
  justify-content: center;
}

.announcement-bar--donate {
  min-height: 18px;
  padding: 0;
  background: linear-gradient(90deg, #153d2a, #1f5c24 48%, #184b7a);
}

.announcement-bar.compact p {
  max-width: 860px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.announcement-bar p {
  margin: 0;
}

.announcement-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.announcement-badges span,
.footer-badges span,
.crypto-support-tags span,
.mini-wallet-grid article,
.hero-trust-row div,
.ticker-label {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.announcement-badges span,
.footer-badges span,
.crypto-support-tags span {
  padding: 8px 12px;
  border-radius: 999px;
}

.site-header {
  width: var(--container);
  margin: 18px auto 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  position: sticky;
  top: 16px;
  z-index: 20;
  box-shadow: 0 20px 40px rgba(17, 31, 45, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.brand img {
  width: 44px;
  height: 44px;
}

.site-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--color-muted);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--color-text);
  background: rgba(21, 101, 192, 0.08);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--color-text);
  border-radius: 2px;
}

main {
  padding-bottom: 48px;
}

section {
  margin-top: 42px;
}

.hero-section {
  padding: 48px 0 0;
}

.hero-copy,
.page-hero,
.donation-layout,
.contact-layout,
.report-layout,
.subscription-shell,
.crypto-panel,
.cta-band__inner {
  display: grid;
  gap: 26px;
}

.hero-copy {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
}

.hero-copy__text,
.page-hero > div,
.content-card,
.donation-form-card,
.wallet-card,
.trust-card,
.faq-card,
.timeline-card,
.blog-card,
.info-panel,
.stat-card,
.step-card,
.case-card,
.tracker-result,
.report-table-wrapper {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--color-shadow);
}

.hero-copy__text {
  padding: 42px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  margin-top: 18px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-top: 14px;
}

h3 {
  font-size: 1.28rem;
}

p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.hero-actions,
.share-buttons,
.chip-row,
.amount-grid,
.checkout-grid,
.stats-grid,
.case-grid,
.steps-grid,
.wallet-grid,
.trust-grid,
.blog-grid,
.faq-grid,
.timeline-grid,
.mini-wallet-grid,
.footer-grid,
.hero-trust-row,
.footer-badges,
.allocation-list,
.sidebar-stack,
.detail-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 28px;
}

.editorial-home,
.blog-layout {
  display: grid;
  gap: 24px;
}

.button,
.chip,
.amount-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.chip:hover,
.amount-chip:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent), #ff8e26);
  box-shadow: 0 18px 34px rgba(255, 111, 0, 0.28);
}

.button--secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), #4e9d4c);
  box-shadow: 0 18px 34px rgba(46, 125, 50, 0.24);
}

.button--ghost,
.chip,
.amount-chip {
  color: var(--color-text);
  background: rgba(21, 101, 192, 0.08);
  border: 1px solid rgba(21, 101, 192, 0.12);
}

.chip.active,
.amount-chip.active {
  color: #fff;
  background: linear-gradient(135deg, var(--color-secondary), #3b87dc);
}

.hero-trust-row {
  margin-top: 28px;
}

.hero-trust-row div {
  min-width: 150px;
  padding: 16px 18px;
  border-radius: 20px;
}

.hero-trust-row strong {
  display: block;
  font-size: 1.02rem;
}

.hero-trust-row span,
.stat-card__label,
.blog-card__tag,
.wallet-address,
.ticker-track,
.form-feedback,
.detail-list,
.tracker-result,
.allocation-list,
.report-table,
.site-footer p,
.site-footer a,
.timeline-card p {
  color: var(--color-muted);
}

.hero-copy__visual {
  position: relative;
  min-height: 540px;
}

.hero-visual-card {
  position: absolute;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 60px rgba(17, 31, 45, 0.18);
}

.hero-visual-card--main {
  inset: 18px 0 70px 34px;
  background: linear-gradient(160deg, rgba(46, 125, 50, 0.12), rgba(21, 101, 192, 0.18));
}

.hero-visual-card--overlay {
  right: 16px;
  bottom: 0;
  width: 260px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.ticker-shell,
.crypto-panel,
.cta-band__inner,
.subscription-shell {
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.12), rgba(46, 125, 50, 0.1), rgba(255, 255, 255, 0.94));
  box-shadow: var(--color-shadow);
}

.ticker-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  overflow: hidden;
}

.ticker-label {
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--color-text);
}

.ticker-track {
  min-height: 24px;
  font-weight: 600;
}

.section-heading {
  margin-bottom: 24px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 20px;
  align-items: end;
}

.small-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.stats-grid,
.case-grid,
.steps-grid,
.wallet-grid,
.trust-grid,
.blog-grid,
.faq-grid,
.timeline-grid,
.footer-grid {
  display: grid;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.step-card,
.trust-card,
.faq-card,
.timeline-card,
.wallet-card,
.blog-card,
.content-card,
.donation-form-card,
.report-table-wrapper,
.info-panel,
.tracker-result {
  padding: 28px;
}

.stat-card__value {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-primary-deep);
  margin-bottom: 8px;
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-grid.large-grid,
.blog-grid.large-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-card {
  overflow: hidden;
}

.case-card__media {
  min-height: 220px;
  padding: 22px;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.case-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}

.case-card__media span,
.blog-card__tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.case-card__media--sudan {
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.15), rgba(255, 111, 0, 0.12)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.64), transparent 38%), #dfeadc;
}

.case-card__media--gaza {
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.15), rgba(255, 111, 0, 0.1)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.6), transparent 38%), #dfe8f4;
}

.case-card__media--afghanistan {
  background: linear-gradient(135deg, rgba(46, 125, 50, 0.12), rgba(21, 101, 192, 0.12)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.62), transparent 38%), #dfe6ea;
}

.case-card__media--ukraine {
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.16), rgba(255, 111, 0, 0.08)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.58), transparent 38%), #e6edf6;
}

.case-card__media--horn {
  background: linear-gradient(135deg, rgba(255, 111, 0, 0.13), rgba(46, 125, 50, 0.1)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.64), transparent 38%), #f0e4d7;
}

.case-card__media--pakistan {
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.13), rgba(46, 125, 50, 0.11)), radial-gradient(circle at top right, rgba(255, 255, 255, 0.62), transparent 38%), #dce8e3;
}

.case-card__body {
  padding: 26px;
  display: grid;
  gap: 16px;
}

.progress-row {
  display: grid;
  gap: 10px;
}

.progress-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(21, 101, 192, 0.1);
  overflow: hidden;
}

.progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.steps-grid,
.trust-grid,
.faq-grid,
.timeline-grid,
.wallet-grid,
.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card span,
.timeline-card strong {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  background: rgba(21, 101, 192, 0.08);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}

.mini-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-wallet-grid article {
  padding: 18px;
  border-radius: 24px;
}

.page-hero,
.donation-layout,
.contact-layout,
.report-layout,
.subscription-shell,
.cta-band__inner {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
}

.page-hero > div,
.info-panel {
  padding: 36px;
}

.sidebar-stack {
  display: grid;
}

.donation-form {
  display: grid;
  gap: 18px;
}

.donation-form label,
.subscription-form label,
.tracker-form label,
.contact-form label {
  display: grid;
  gap: 10px;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(249, 249, 249, 0.9);
  color: var(--color-text);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(21, 101, 192, 0.14);
  border-color: rgba(21, 101, 192, 0.34);
}

.donation-summary {
  padding: 18px;
  border-radius: 22px;
  background: rgba(46, 125, 50, 0.08);
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 111, 0, 0.05);
  border: 1px solid rgba(255, 111, 0, 0.12);
}

.checkout-card--network {
  background: rgba(21, 101, 192, 0.06);
  border-color: rgba(21, 101, 192, 0.12);
}

.wallet-card img {
  width: 100%;
  max-width: 200px;
  border-radius: 24px;
  margin-bottom: 18px;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.wallet-address {
  font-size: 0.94rem;
  word-break: break-word;
  margin: 12px 0 18px;
}

.tracker-form,
.contact-form,
.subscription-form {
  display: grid;
  gap: 16px;
}

.tracker-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.tracker-result {
  margin-top: 18px;
}

.detail-list {
  padding-left: 20px;
  margin: 0;
  display: grid;
  gap: 8px;
}

.allocation-list {
  display: grid;
  gap: 16px;
}

.allocation-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.report-table {
  width: 100%;
  border-collapse: collapse;
}

.report-table th,
.report-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.report-table th {
  color: var(--color-text);
  font-family: "Poppins", sans-serif;
}

.blog-card {
  display: grid;
  gap: 14px;
}

.poster-gallery-section {
  display: grid;
  gap: 22px;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.poster-frame {
  padding: 16px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(12, 24, 35, 0.96), rgba(31, 23, 18, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 60px rgba(8, 16, 24, 0.3);
  display: grid;
  gap: 14px;
}

.poster-frame img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.poster-frame__caption {
  display: grid;
  gap: 6px;
  padding: 4px 6px 8px;
}

.poster-frame__caption strong {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
}

.poster-frame__caption span {
  color: rgba(255, 255, 255, 0.72);
}

.blog-card__image,
.post-card__image,
.feature-story__media img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.editorial-shell,
.blog-layout {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: start;
}

.feature-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--color-shadow);
}

.feature-story__content,
.post-card__content,
.editorial-sidebar,
.blog-sidebar,
.widget-list {
  display: grid;
  gap: 14px;
}

.feature-story__media {
  align-self: stretch;
}

.feature-story--blog {
  margin-bottom: 8px;
}

.post-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--color-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.post-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(21, 101, 192, 0.08);
}

.widget-card,
.post-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--color-shadow);
}

.widget-card {
  display: grid;
  gap: 16px;
}

.widget-card--accent {
  background: linear-gradient(145deg, rgba(46, 125, 50, 0.08), rgba(255, 255, 255, 0.98));
}

.widget-list a,
.widget-list span {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(21, 101, 192, 0.06);
  color: var(--color-text);
  font-weight: 600;
}

.widget-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.post-feed {
  display: grid;
  gap: 22px;
}

.post-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.sidebar-search {
  display: grid;
  gap: 10px;
}

.feature-card {
  background: linear-gradient(145deg, rgba(21, 101, 192, 0.1), rgba(255, 255, 255, 0.98));
}

.highlighted-card,
.accent-card {
  background: linear-gradient(145deg, rgba(46, 125, 50, 0.08), rgba(255, 255, 255, 0.98));
}

.text-link {
  color: var(--color-secondary);
  font-weight: 700;
}

.subscription-section,
.cta-band,
.how-it-works {
  position: relative;
}

.site-footer {
  padding: 18px 0 34px;
}

.footer-grid {
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--color-border);
  background: rgba(14, 30, 43, 0.96);
  color: #e8f1f7;
  box-shadow: 0 30px 60px rgba(7, 14, 22, 0.24);
}

.footer-grid h3 {
  margin-bottom: 14px;
  font-size: 1rem;
}

.footer-grid a {
  display: block;
  color: #e8f1f7;
  opacity: 0.86;
  margin-top: 10px;
}

.brand--footer {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 14px;
}

.compact-section {
  margin-top: 22px;
}

.is-hidden {
  display: none;
}

@media (max-width: 1080px) {
  .hero-copy,
  .page-hero,
  .donation-layout,
  .contact-layout,
  .report-layout,
  .subscription-shell,
  .split-heading,
  .cta-band__inner,
  .editorial-shell,
  .blog-layout,
  .feature-story,
  .post-card {
    grid-template-columns: 1fr;
  }

  .hero-copy__visual {
    min-height: 440px;
  }

  .stats-grid,
  .steps-grid,
  .wallet-grid,
  .trust-grid,
  .faq-grid,
  .timeline-grid,
  .blog-grid,
  .poster-grid,
  .case-grid,
  .case-grid.large-grid,
  .blog-grid.large-grid,
  .footer-grid,
  .mini-wallet-grid,
  .checkout-grid,
  .widget-list--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .announcement-bar {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    padding: 14px 16px;
    border-radius: 24px;
    align-items: start;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    text-align: center;
  }

  .ticker-shell {
    grid-template-columns: 1fr;
  }

  .footer-bottom,
  .tracker-form {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    margin-top: 0;
    width: calc(100vw - 20px);
  }

  .container-wide {
    width: calc(100vw - 20px);
  }

  section {
    margin-top: 28px;
  }

  h1 {
    font-size: 2.6rem;
  }

  .hero-copy__text,
  .page-hero > div,
  .info-panel,
  .stat-card,
  .content-card,
  .donation-form-card,
  .wallet-card,
  .trust-card,
  .faq-card,
  .timeline-card,
  .blog-card,
  .report-table-wrapper,
  .tracker-result,
  .step-card {
    padding: 22px;
  }

  .stats-grid,
  .steps-grid,
  .wallet-grid,
  .trust-grid,
  .faq-grid,
  .timeline-grid,
  .blog-grid,
  .poster-grid,
  .case-grid,
  .case-grid.large-grid,
  .blog-grid.large-grid,
  .footer-grid,
  .mini-wallet-grid,
  .checkout-grid,
  .widget-list--compact {
    grid-template-columns: 1fr;
  }

  .hero-copy__visual {
    min-height: 320px;
  }

  .hero-visual-card--main {
    inset: 0 0 54px 0;
  }

  .hero-visual-card--overlay {
    width: calc(100% - 24px);
    right: 12px;
  }

  .subscription-shell,
  .ticker-shell,
  .crypto-panel,
  .cta-band__inner,
  .footer-grid {
    padding: 20px;
  }

  .button,
  .chip,
  .amount-chip {
    width: 100%;
  }

  .hero-actions,
  .share-buttons,
  .chip-row,
  .amount-grid {
    display: grid;
  }
}