@font-face {
  font-family: "GoFundMe Sans";
  src: url("../checkout/fonts/GoFundMeSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --bg-muted: #f5f5f5;
  --text: #232323;
  --text-secondary: #424242;
  --text-muted: #6f6f6f;
  --green: #274a34;
  --green-brand: #4a9d44;
  --green-dark: #0b291a;
  --green-deeper: #012d19;
  --green-light: #ccf88e;
  --purple: #642878;
  --purple-light: #eccff6;
  --teal: #a7e3e3;
  --blue-link: #1c456b;
  --border: #e9e9e9;
  --shadow: rgba(0, 0, 0, 0.08) 0 2px 8px;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-pill: 999px;
  --font: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --max-width: 640px;
  --page-gutter: 24px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 24px;
  --space-lg: 28px;
  --space-xl: 36px;
  --space-2xl: 56px;
  --sticky-bar-offset: 14rem;
  --font-size-base: 16px;
  --font-size-sm: 14px;
  --font-size-xs: 13px;
  --font-weight-bold: 800;
  --font-weight-semibold: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: #ffffff;
  font-size: 15px;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--font);
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  background: #ffffff;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

strong,
b {
  font-weight: var(--font-weight-bold);
}

a {
  color: var(--blue-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: var(--space-xs) var(--space-sm);
  background: var(--green);
  color: var(--bg);
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  left: var(--space-md);
  top: var(--space-md);
}

.campaign {
  max-width: var(--max-width);
  margin: 0 auto;
}

.campaign > * + *:not(.no-divider) {
  border-top: 0.5rem solid #f5f5f5;
}

.hero {
  position: relative;
}

.hrt-hide-min-md.hero-media-viewer_curvedOverlayContainer__QFY48 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
  line-height: 0;
}

.hero-media-viewer_curvedOverlayContainer__QFY48 .animated-curved-overlay_curvedOverlay__A9SJx {
  display: block;
  width: 100%;
  height: clamp(20px, 5vw, 32px);
}

.hero-media-viewer_curvedOverlayContainer__QFY48 path {
  fill: var(--bg);
}

@media (min-width: 768px) {
  .hrt-hide-min-md {
    display: none;
  }
}

.hero__slider {
  position: relative;
  height: clamp(360px, 108vw, 520px);
  overflow: hidden;
  background: var(--bg-muted);
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.hero__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s ease;
}

.hero__slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  min-width: 100%;
  overflow: hidden;
  background: #1a1a1a;
}

.hero__slide--photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__slide-blur {
  position: absolute;
  inset: -32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(28px) saturate(1.05);
  transform: scale(1.12);
  pointer-events: none;
}

.hero__slide-blur::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.hero__slide--cover .hero__slide-img,
.hero__slide--cover img {
  object-fit: cover;
}

.hero__slide--cover .hero__slide-blur {
  display: none;
}

.hero__slide img,
.hero__slide-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.hero__slider--story-active {
  background: var(--green-dark);
}

.hero__slide--story {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm) var(--space-md);
  background: transparent;
  overflow: hidden;
}

.hero-story {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80%;
  min-height: 0;
  background: var(--bg);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-story__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding: 14px 14px 12px;
}

.hero-story__title {
  margin: 0 0 8px;
  font-size: clamp(15px, 4vw, 19px);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  color: var(--text);
  flex-shrink: 0;
}

.hero-story__text {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-secondary);
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}

.hero-story__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.hero-story__avatars {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-story__avatars li + li {
  margin-left: -8px;
}

.hero-story__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

.hero-story__avatar--purple {
  background: var(--purple-light);
  color: var(--purple);
}

.hero-story__avatar--blue {
  background: #d4e8fc;
  color: #1c456b;
}

.hero-story__avatar--brand {
  background: var(--green-light);
  color: var(--green-deeper);
}

.hero-story__donors {
  font-size: 13px;
  color: var(--text-muted);
}

.hero-story__read-more {
  align-self: flex-start;
  flex-shrink: 0;
  padding: 10px 18px;
  border: 0;
  border-radius: 624.9375rem;
  background: var(--green-dark);
  color: var(--green-light);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  transition: filter 0.15s;
}

@media (max-height: 520px) {
  .hero-story__text {
    -webkit-line-clamp: 5;
    font-size: 12px;
  }
}

.hero-story__read-more:hover {
  filter: brightness(1.05);
}

.hero__slider--story-active .hero__overlay {
  opacity: 0;
  visibility: hidden;
}

.hero__slider--story-active .hero__dot {
  background: rgba(35, 35, 35, 0.28);
}

.hero__slider--story-active .hero__dot.is-active {
  background: var(--text);
}

.hero__slider:not(.hero__slider--story-active) .hero__dot {
  background: rgba(255, 255, 255, 0.5);
}

.hero__slider:not(.hero__slider--story-active) .hero__dot.is-active {
  background: var(--bg);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-md);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 35%,
    transparent 55%,
    rgba(0, 0, 0, 0.65) 100%
  );
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hero__organizer {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  background: var(--bg-muted);
  border: 1.5px solid var(--bg);
}

.hero__organizer-name {
  color: var(--bg);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.hero__title {
  margin: 0;
  padding-bottom: 48px;
  width: 100%;
  color: var(--bg);
  font-size: clamp(21px, 5vw, 28px);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.hero__dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding-bottom: 8px;
  z-index: 2;
}

.hero__dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.hero__dot::before {
  content: "";
  position: absolute;
  inset: -14px;
}

.hero__dot.is-active {
  background: var(--bg);
  transform: scale(1.15);
}

.campaign-bar {
  background: var(--bg);
}

.campaign-bar .stats {
  padding-bottom: var(--space-sm);
}

.campaign-bar .actions--primary {
  padding-top: 0;
}

.campaign-bar .actions--primary .btn {
  width: 100%;
}

.campaign-bar .actions--primary .btn--outline[data-share-open] {
  background: #274A34;
  color: #CCF88E;
  border-color: #274A34;
}

.campaign-bar .actions--primary .btn--outline[data-share-open]:hover {
  background: #1f3c2a;
  color: #CCF88E;
  border-color: #1f3c2a;
  filter: none;
}

.campaign-bar.is-fixed {
  position: fixed;
  bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  left: 8px;
  right: 8px;
  z-index: 15;
  margin: 0 auto;
  max-width: calc(var(--max-width) - 16px);
  border-radius: 1rem;
  box-shadow: none;
  overflow: hidden;
}

.campaign-bar.is-fixed .stats {
  gap: 8px;
  padding: 8px 10px 12px;
}

.campaign-bar.is-fixed .actions--primary {
  padding: 0 8px 8px;
  gap: 8px;
}

@media (min-width: 768px) {
  .campaign-bar.is-fixed {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(min(var(--max-width), 100%) - 16px);
  }
}

.stats {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-lg) var(--space-md) 8px;
}

.stats__progress {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
}

#progress-fill {
  transition: stroke-dasharray 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#progress-indicator {
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.donations-sheet__progress-svg circle:last-child {
  transition: stroke-dasharray 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hrt-progress-circle-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.hrt-progress-circle--medium {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.hrt-progress-circle-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateZ(0);
}

.hrt-progress-circle-track {
  stroke: var(--border);
}

.hrt-progress-circle-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.stats__percent {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  color: #232323;
  line-height: 1;
}

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

.stats__text {
  flex: 1;
  min-width: 0;
}

.stats__raised {
  margin: 0 0 6px;
  font-size: clamp(18px, 5vw, 23px);
  line-height: 1.32;
  color: var(--text-muted);
  white-space: normal;
}

.campaign-bar.is-fixed .stats__raised {
  font-size: clamp(15px, 4vw, 19px);
}

.stats__raised-highlight {
  color: var(--text);
  font-weight: var(--font-weight-bold);
}

.stats__goal {
  color: var(--text-muted);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.stats__donors {
  margin: 0;
  min-height: 1.4em;
  font-size: var(--font-size-sm);
  line-height: 1.35;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.35s ease;
}

.campaign-bar.is-fixed .stats__donors {
  font-size: clamp(13px, 3.2vw, 15px);
}

.stats__donors.is-fading {
  opacity: 0;
}

.actions--secondary {
  padding-bottom: var(--space-xl);
}

.actions--secondary .btn {
  width: 100%;
}

.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
  padding: 0 var(--space-md) var(--space-lg);
}

.btn,
.icon-btn {
  border-radius: 624.9375rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px var(--space-md);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  text-align: center;
  transition: filter 0.15s, background 0.15s;
}

.btn--compact {
  padding: 8px 14px;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  flex-shrink: 0;
}

.btn--donate {
  background: var(--green-light);
  color: var(--green-deeper);
}

.btn--donate:hover {
  filter: brightness(0.96);
}

.btn--outline {
  background: var(--bg);
  color: var(--text);
  border: 1.5px solid var(--border);
  font-weight: var(--font-weight-semibold);
}

.btn--outline:hover {
  background: var(--bg-muted);
}

.btn--full {
  width: 100%;
  margin-top: var(--space-sm);
}

.story {
  padding: 0 var(--space-md) var(--space-lg);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--text-secondary);
}

.story__body {
  color: #2a2a2a;
}

.story p {
  margin: 0 0 1em;
}

.story__body h2,
.story h2 {
  margin: 1.25em 0 0.5em;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  color: var(--text);
}

.story__toggle {
  display: block;
  margin: var(--space-sm) 0 0;
  padding: var(--space-xs) 0;
  font-family: var(--font);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
  background: none;
  border: none;
  cursor: pointer;
}

.donations {
  padding: var(--space-lg) var(--space-md) var(--space-xl);
}

.donations__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.donations__title-group {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  min-width: 0;
}

.donations__header h2 {
  margin: 0;
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  color: var(--text);
}

.donations__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  color: var(--text);
  background: var(--bg-muted);
  border-radius: 4px;
}

.donations__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.donation-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 14px 0;
}

.donation-item__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-muted);
  color: var(--text);
  font-size: var(--font-size-base);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.donation-item__avatar--anon {
  background: var(--bg-muted);
  color: var(--text);
}

.donation-item__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.donation-item__name {
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: 1.3;
  color: var(--text);
}

.donations .btn--full {
  margin-top: var(--space-md);
  font-weight: var(--font-weight-bold);
}

.share-impact {
  padding: var(--space-lg) var(--space-md) var(--space-xl);
}

.share-impact__heading {
  margin: 0 0 var(--space-sm);
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  color: var(--text);
}

.share-impact__text {
  margin: 0 0 var(--space-lg);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--text);
}

.share-impact__text strong {
  font-weight: var(--font-weight-bold);
}

.share-impact__photo {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  border-radius: 0.75rem;
  object-fit: cover;
}

.organizer {
  --organizer-avatar-size: 48px;
  padding: var(--space-lg) var(--space-md) var(--space-xl);
}

.organizer h2,
#organizer-heading {
  margin: 0 0 var(--space-lg);
  font-size: 19px;
  font-weight: 800;
  color: var(--text);
}

.organizer__profile {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.organizer__avatar {
  width: var(--organizer-avatar-size);
  height: var(--organizer-avatar-size);
  border-radius: 50%;
  background: var(--bg-muted);
  color: var(--text);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.organizer__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding-top: 2px;
}

.organizer__name {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  line-height: 1.35;
  color: var(--text);
}

.organizer__role,
.organizer__location {
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: 1.35;
  color: var(--text);
}

.organizer__message {
  margin-left: calc(var(--organizer-avatar-size) + var(--space-sm));
  padding: 10px 20px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
}

.campaign-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: var(--space-lg) var(--space-md);
  font-size: var(--font-size-sm);
  line-height: 1.4;
  color: var(--text);
}

.campaign-meta__sep {
  color: var(--text);
  user-select: none;
}

.campaign-meta__link {
  color: var(--text);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.campaign-meta__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: var(--teal);
  border-radius: 4px;
  color: var(--blue-link);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.campaign-meta__badge-icon {
  font-size: 0.875rem;
  line-height: 1;
}

.report-section {
  display: flex;
  justify-content: center;
  padding: var(--space-2xl) var(--space-md);
}

.report-fundraiser {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.report-fundraiser__icon {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-md) calc(var(--space-2xl) + var(--sticky-bar-offset));
  background: var(--bg);
  border-top: 1px solid #d8d8d8;
}

.site-footer__locale-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  margin: 0 0 var(--space-xl);
  padding: 12px var(--space-md);
  font-family: var(--font);
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.35;
  color: var(--text);
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 624.9375rem;
  cursor: pointer;
}

.site-footer__flag.fis {
  width: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
}

.site-footer__social-link .bi {
  font-size: 1.125rem;
  line-height: 1;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-decoration: none;
}

.site-footer__apps {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-bottom: var(--space-xl);
}

.site-footer__app-link {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.site-footer__app-badge {
  display: block;
  width: 120px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.site-footer__copy {
  margin: 0 0 var(--space-lg);
  font-size: var(--font-size-sm);
  line-height: 1.4;
  color: var(--text-muted);
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.site-footer__links a {
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.35;
  color: var(--text);
  text-decoration: none;
}

.site-footer__links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__privacy-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  flex-wrap: wrap;
}

.site-footer__privacy-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--blue-link);
}

.message-sheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.message-sheet:not([hidden]) {
  pointer-events: auto;
}

.message-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.message-sheet.is-open .message-sheet__backdrop {
  opacity: 1;
}

.message-sheet__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-width);
  max-height: min(92vh, 720px);
  background: var(--bg);
  border-radius: 1.25rem 1.25rem 0 0;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.message-sheet.is-open .message-sheet__panel {
  transform: translateY(0);
}

.message-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-md);
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  background: var(--bg);
}

.message-sheet__loading {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: var(--bg);
}

.message-sheet__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e9e9e9;
  border-top-color: var(--green-brand);
  border-radius: 50%;
  animation: sheet-spin 0.8s linear infinite;
}

@keyframes sheet-spin {
  to {
    transform: rotate(360deg);
  }
}

.message-sheet__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.message-sheet__header-user {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  min-width: 0;
}

.message-sheet__header-name {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  color: var(--text);
}

.message-sheet__header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  flex-shrink: 0;
}

.message-sheet__shield {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--text);
}

.message-sheet__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--text);
}

.message-sheet__close:hover {
  background: var(--bg-muted);
}

.message-sheet__close .bi {
  font-size: 1.125rem;
  line-height: 1;
}

.message-sheet__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-2xl) var(--space-lg) var(--space-xl);
  text-align: center;
  overflow-y: auto;
}

.message-sheet__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffc94a;
  color: var(--text);
  font-weight: var(--font-weight-bold);
  flex-shrink: 0;
}

.message-sheet__avatar--sm {
  width: 32px;
  height: 32px;
  font-size: var(--font-size-sm);
}

.message-sheet__avatar--lg {
  width: 72px;
  height: 72px;
  margin-bottom: var(--space-md);
  font-size: 24px;
}

.message-sheet__title {
  margin: 0 0 var(--space-md);
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  color: var(--text);
}

.message-sheet__disclaimer {
  margin: 0;
  max-width: 320px;
  font-size: var(--font-size-sm);
  line-height: 1.45;
  color: var(--text-muted);
}

.message-sheet__disclaimer a {
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.message-sheet__footer {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-md);
  border-top: 1px solid #d8d8d8;
}

.message-sheet__user-icon {
  flex-shrink: 0;
  font-size: 1.375rem;
  line-height: 1;
  color: var(--text-muted);
}

.message-sheet__input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 var(--space-md);
  font-family: var(--font);
  font-size: var(--font-size-base);
  color: var(--text);
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 624.9375rem;
  outline: none;
}

.message-sheet__input::placeholder {
  color: var(--text-muted);
}

.message-sheet__input:focus {
  border-color: #b8b8b8;
}

.message-sheet__send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--text-muted);
}

.message-sheet__send:hover {
  background: var(--bg-muted);
  color: var(--text);
}

.message-sheet__send .bi {
  font-size: 1.125rem;
  line-height: 1;
}

body.message-sheet-open,
body.donations-sheet-open,
body.info-sheet-open,
body.backredirect-sheet-open,
body.share-sheet-open,
body.checkout-loading-open {
  overflow: hidden;
  padding-bottom: 0;
  background: #ffffff;
}

.message-sheet.is-open::after,
.donations-sheet.is-open::after,
.info-sheet.is-open::after,
.backredirect-sheet.is-open::after,
.share-sheet.is-open::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: env(safe-area-inset-bottom, 0px);
  background: #ffffff;
  z-index: 3;
  pointer-events: none;
}

.donations-sheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.donations-sheet:not([hidden]) {
  pointer-events: auto;
}

.donations-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.donations-sheet.is-open .donations-sheet__backdrop {
  opacity: 1;
}

.donations-sheet__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-width);
  height: min(92vh, 820px);
  background: var(--bg);
  border-radius: 1.25rem 1.25rem 0 0;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.donations-sheet.is-open .donations-sheet__panel {
  transform: translateY(0);
}

.donations-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-md) var(--space-sm);
  flex-shrink: 0;
}

.donations-sheet__title-group {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.donations-sheet__header h2 {
  margin: 0;
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: var(--text);
}

.donations-sheet__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  color: var(--text);
  background: var(--bg-muted);
  border-radius: 4px;
}

.donations-sheet__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-muted);
  color: var(--text);
}

.donations-sheet__close:hover {
  background: #ececec;
}

.donations-sheet__close .bi {
  font-size: 1.125rem;
  line-height: 1;
}

.donations-sheet__tabs {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 0 var(--space-md) var(--space-md);
  flex-shrink: 0;
}

.donations-sheet__tab {
  padding: 8px 16px;
  font-family: var(--font);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--text-muted);
  background: transparent;
  border-radius: 624.9375rem;
}

.donations-sheet__tab.is-active {
  color: var(--bg);
  background: var(--text);
}

.donations-sheet__scroll {
  flex: 1;
  overflow-y: auto;
  padding: 0 var(--space-md);
  -webkit-overflow-scrolling: touch;
}

.donations-sheet__list {
  list-style: none;
  margin: 0;
  padding: 0 0 var(--space-md);
}

.donations-sheet__list .donation-item {
  padding: 12px 0;
}

.donations-sheet__footer {
  flex-shrink: 0;
  padding: var(--space-md);
  border-top: 1px solid #d8d8d8;
  background: var(--bg);
}

.donations-sheet__stats {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}

.donations-sheet__progress {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.donations-sheet__progress-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.donations-sheet__progress-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: var(--green-brand);
}

.donations-sheet__raised {
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: 1.4;
  color: var(--text);
}

.donations-sheet__raised-highlight {
  font-weight: var(--font-weight-bold);
}

.donations-sheet__goal {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.donations-sheet__cta {
  width: 100%;
  background: var(--green-light);
  color: var(--green-dark);
}

.donations-sheet__cta:hover {
  filter: brightness(0.97);
}

.info-sheet {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.info-sheet:not([hidden]) {
  pointer-events: auto;
}

.info-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-sheet.is-open .info-sheet__backdrop {
  opacity: 1;
}

.info-sheet__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-width);
  background: var(--bg);
  border-radius: 1.25rem 1.25rem 0 0;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.info-sheet.is-open .info-sheet__panel {
  transform: translateY(0);
}

.info-sheet__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-lg) var(--space-md) var(--space-sm);
}

.info-sheet__title {
  margin: 0;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  color: var(--text);
}

.info-sheet__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: -4px -4px 0 0;
  padding: 0;
  color: var(--text);
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.info-sheet__close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.info-sheet__close .bi {
  font-size: 1.125rem;
  line-height: 1;
}

.info-sheet__body {
  padding: 0 var(--space-md) var(--space-xl);
}

.info-sheet__body p {
  margin: 0;
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--text-muted, #505050);
}

.backredirect-sheet {
  position: fixed;
  inset: 0;
  z-index: 58;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.backredirect-sheet:not([hidden]) {
  pointer-events: auto;
}

.backredirect-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.backredirect-sheet.is-open .backredirect-sheet__backdrop {
  opacity: 1;
}

.backredirect-sheet__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-width);
  background: var(--bg);
  border-radius: 1.25rem 1.25rem 0 0;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.backredirect-sheet.is-open .backredirect-sheet__panel {
  transform: translateY(0);
}

.backredirect-sheet__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-lg) var(--space-md) var(--space-sm);
}

.backredirect-sheet__title {
  margin: 0;
  font-size: clamp(21px, 5vw, 26px);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  color: var(--text);
}

.backredirect-sheet__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: -4px -4px 0 0;
  border-radius: 50%;
}

.backredirect-sheet__close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.backredirect-sheet__body {
  padding: 0 var(--space-md) var(--space-xl);
}

.backredirect-sheet__text {
  margin: 0 0 var(--space-md);
  font-size: var(--font-size-base);
  line-height: 1.45;
  color: var(--text-secondary);
}

.backredirect-sheet__actions {
  display: grid;
  gap: var(--space-sm);
}

.backredirect-sheet__cta,
.backredirect-sheet__stay {
  width: 100%;
}

.share-sheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.share-sheet:not([hidden]) {
  pointer-events: auto;
}

.share-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.share-sheet.is-open .share-sheet__backdrop {
  opacity: 1;
}

.share-sheet__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-width);
  max-height: min(92dvh, 720px);
  overflow-y: auto;
  background: var(--bg);
  border-radius: 1.25rem 1.25rem 0 0;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.share-sheet.is-open .share-sheet__panel {
  transform: translateY(0);
}

.share-sheet__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-lg) var(--space-md) var(--space-sm);
}

.share-sheet__title {
  margin: 0;
  font-size: clamp(21px, 5vw, 26px);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  color: var(--text);
}

.share-sheet__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: -4px -4px 0 0;
  padding: 0;
  color: var(--text);
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.share-sheet__close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.share-sheet__close .bi {
  font-size: 1.125rem;
  line-height: 1;
}

.share-sheet__body {
  padding: 0 var(--space-md) var(--space-xl);
}

.share-sheet__link-box {
  display: flex;
  align-items: stretch;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: var(--space-xl);
}

.share-sheet__link-text {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
}

.share-sheet__link-label {
  display: block;
  margin-bottom: 4px;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--text);
}

.share-sheet__link-url {
  display: block;
  font-size: var(--font-size-sm);
  line-height: 1.35;
  color: var(--text-muted);
  word-break: break-all;
}

.share-sheet__copy {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  font-family: var(--font);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  color: var(--text);
  background: var(--bg);
  border: none;
  border-left: 1.5px solid var(--border);
  cursor: pointer;
  white-space: nowrap;
}

.share-sheet__copy:hover {
  background: var(--bg-muted);
}

.share-sheet__copy .bi {
  font-size: 1rem;
  line-height: 1;
}

.share-sheet__heading {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  color: var(--text);
}

.share-sheet__subtext {
  margin: 0 0 var(--space-lg);
  font-size: var(--font-size-sm);
  line-height: 1.45;
  color: var(--text-muted);
}

.checkout-loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}

.checkout-loading:not([hidden]) {
  pointer-events: auto;
}

.checkout-loading__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
}

.checkout-loading__spinner {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 3px solid #e9e9e9;
  border-top-color: var(--green-brand);
  border-radius: 50%;
  animation: sheet-spin 0.8s linear infinite;
}

@keyframes sheet-spin {
  to {
    transform: rotate(360deg);
  }
}

.toast {
  position: fixed;
  bottom: var(--space-lg);
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--green-dark);
  color: var(--bg);
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-pill);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  box-shadow: var(--shadow);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 50;
  pointer-events: none;
}

@media (max-width: 767px) {
  .campaign-bar-anchor {
    min-height: 0;
  }

  .campaign-bar {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: visible;
    transform: none;
    transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
  }

  .campaign-bar .stats {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px 10px;
  }

  .campaign-bar .stats__progress,
  .campaign-bar .hrt-progress-circle--medium {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }

  .campaign-bar .stats__raised {
    margin: 0 0 4px;
    font-size: clamp(17px, 4.8vw, 22px);
    line-height: 1.18;
  }

  .campaign-bar .stats__donors {
    display: block;
    margin: 0;
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .campaign-bar .actions--primary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 14px 14px;
  }

  .campaign-bar .actions--primary .btn {
    min-height: 52px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
  }

  .campaign-bar.is-fixed {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 999 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 30px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(0,0,0,.12) !important;
    overflow: hidden !important;
    transform: translateY(0) !important;
  }

  body.has-mobile-campaign-popup {
    padding-bottom: calc(190px + env(safe-area-inset-bottom, 0px));
  }
}

.donations-sheet:not([hidden]),.share-sheet:not([hidden]){display:block}
.donations-sheet__scroll{overflow-y:auto;-webkit-overflow-scrolling:touch}
.donations-sheet__list{margin:0;padding:0;list-style:none}
.share-sheet--simple .share-sheet__panel{max-height:min(86dvh,620px)}
.share-sheet--simple .share-sheet__body{padding-bottom:34px}
.share-sheet--simple .share-sheet__intro{margin-top:46px}
.share-sheet--simple .share-sheet__close span{display:block;font-family:Arial,sans-serif;font-size:42px;font-weight:200;line-height:1}
.share-sheet--simple .share-sheet__copy{min-width:170px;justify-content:center;gap:10px}
.share-sheet__copy-glyph{position:relative;display:inline-block;width:22px;height:22px;flex:0 0 22px}
.share-sheet__copy-glyph:before,.share-sheet__copy-glyph:after{content:"";position:absolute;width:13px;height:15px;border:2px solid currentColor;border-radius:3px;box-sizing:border-box}
.share-sheet__copy-glyph:before{left:1px;top:5px}.share-sheet__copy-glyph:after{left:6px;top:1px;background:#fff}

.donations-sheet:not([hidden]),
.share-sheet:not([hidden]),
.message-sheet:not([hidden]) {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.fi.fi-us {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  background-image: url("../images/us.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi.fi-us::before { content: " "; }
.fi.fi-us.fis { width: 1em; }

body.overlay-sheet-open #campaign-bar.is-fixed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(120%) !important;
}
body.overlay-sheet-open.has-mobile-campaign-popup {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 20px !important;
  }
}

.info-sheet__panel {
  max-height: min(78dvh, 680px);
  display: flex;
  flex-direction: column;
}
.info-sheet__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.info-sheet__content {
  color: var(--text, #232323);
}
.info-sheet__content p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted, #6f6f6f);
}
.info-sheet__content h3 {
  margin: 18px 0 6px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--text, #232323);
}
.info-sheet__content .info-sheet__updated {
  margin-bottom: 18px;
  font-size: 13px;
  color: #8d8c8b;
}
.info-sheet__content .info-sheet__note {
  margin-top: 16px;
  font-size: 13px;
}
.info-pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid #e9e9e9;
}
.info-pref-row:last-of-type { border-bottom: 1px solid #e9e9e9; }
.info-pref-row > div { min-width: 0; }
.info-pref-row strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: #232323;
}
.info-pref-row span:not(.info-pref-badge) {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6f6f;
}
.info-pref-badge {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
  color: #585858;
}
.info-pref-row input[type="checkbox"] {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  accent-color: #274a34;
}
@media (min-width: 768px) {
  .info-sheet {
    align-items: center;
    justify-content: center;
  }
  .info-sheet__panel {
    width: min(560px, calc(100vw - 48px));
    border-radius: 20px;
    transform: translateY(18px) scale(.98);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
  }
  .info-sheet.is-open .info-sheet__panel {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.campaign-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.campaign-meta__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.campaign-meta__badge {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  margin: 0;
}
.campaign-meta__badge:focus-visible {
  outline: 2px solid #232323;
  outline-offset: 3px;
}

.organizer {
  padding-top: 40px;
  padding-bottom: 48px;
}
.organizer h2,
#organizer-heading {
  margin: 0 0 36px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 175;
  letter-spacing: -0.02em;
}
.organizer__profile {
  gap: 16px;
  margin-bottom: 22px;
  align-items: center;
}
.organizer__avatar {
  width: 56px;
  height: 56px;
  font-size: 20px;
  font-weight: 175;
}
.organizer__info {
  padding-top: 0;
  gap: 2px;
}
.organizer__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 175;
}
.organizer__role,
.organizer__location {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 100;
}
.organizer__message {
  margin-left: 72px;
  padding: 12px 26px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 175;
}

.info-guarantee { text-align: center; }
.info-guarantee__icon {
  margin: 2px auto 18px;
  color: #4a9d44;
  font-size: 40px;
  line-height: 1;
}
.info-guarantee__lead {
  max-width: 720px;
  margin: 0 auto 28px !important;
  font-size: 20px;
  line-height: 1.45;
  color: #232323;
}
.info-guarantee__divider {
  height: 1px;
  background: #d8d8d8;
  margin: 0 0 26px;
}
.info-guarantee__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.info-guarantee__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.45;
}
.info-guarantee__list li > span:first-child {
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
}

.inline-icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:currentColor;flex:0 0 auto}

.organizer{
  --organizer-avatar-size:40px;
  padding:52px 24px 48px !important;
}
.organizer h2,
#organizer-heading{
  margin:0 0 36px !important;
  font-family:"GoFundMe Sans", Arial, sans-serif;
  font-size:24px !important;
  line-height:1.08 !important;
  font-weight:175 !important;
  letter-spacing:-0.02em !important;
  color:#232323;
}
.organizer__profile{
  display:flex;
  align-items:flex-start !important;
  gap:16px !important;
  margin:0 0 20px !important;
}
.organizer__avatar{
  width:40px !important;
  height:40px !important;
  flex:0 0 40px !important;
  border-radius:50% !important;
  object-fit:cover !important;
  background:#f5f5f5;
}
.organizer__info{
  display:flex;
  flex-direction:column;
  gap:0 !important;
  padding-top:0 !important;
}
.organizer__name{
  font-family:"GoFundMe Sans", Arial, sans-serif;
  font-size:16px !important;
  line-height:20px !important;
  font-weight:175 !important;
  color:#232323;
}
.organizer__role,
.organizer__location{
  font-family:"GoFundMe Sans", Arial, sans-serif;
  font-size:15px !important;
  line-height:20px !important;
  font-weight:100 !important;
  color:#232323;
}
.organizer__message{
  box-sizing:border-box;
  min-width:113px !important;
  height:40px !important;
  margin-left:56px !important;
  padding:0 20px !important;
  border:1px solid #b7b7b6 !important;
  border-radius:999px !important;
  background:#fff !important;
  font-family:"GoFundMe Sans", Arial, sans-serif;
  font-size:16px !important;
  line-height:38px !important;
  font-weight:175 !important;
  color:#232323 !important;
  text-align:center;
}

html, body { width:100%; max-width:100%; overflow-x:hidden; }
img, picture, svg, video { max-width:100%; }
img { height:auto; }
.campaign, .site-footer { min-width:0; }

@media (min-width: 1024px) {
  body { background:#f5f5f5; }
  .campaign,
  .site-footer {
    width:min(100%, 720px);
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
    background:#fff;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body { background:#f5f5f5; }
  .campaign,
  .site-footer {
    width:calc(100% - 40px);
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
    background:#fff;
  }
  .hero__slider {
    height:clamp(400px, 62vw, 520px);
  }
}

.info-sheet__panel,
.backredirect-sheet__panel,
.message-sheet__panel,
.donations-sheet__panel,
.share-sheet__panel,
.legal-sheet__panel,
.guarantee-sheet__panel {
  max-width:calc(100vw - 24px);
  max-height:calc(100dvh - 24px);
}

.actions__button,
.actions .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 0;
}

.story__body,
.story__body p,
.story__rest,
.story__rest p,
.updates-block__text,
.updates-block__text p {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-synthesis: none;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.donations {
  padding: 32px 48px 32px;
}
.donations__header {
  margin-bottom: 22px;
}
.donations__header h2 {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 175;
  letter-spacing: -0.2px;
}
.donations__badge {
  min-width: 31px;
  height: 29px;
  padding: 0 8px;
  font-size: 15px;
  line-height: 29px;
  border-radius: 6px;
}
#donations-see-top {
  height: 36px;
  min-height: 36px;
  padding: 0 13px;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid rgb(183,183,183);
}
#donations-see-top .inline-icon {
  width: 15px;
  height: 15px;
}
.donation-item {
  height: 69px;
  min-height: 69px;
  padding: 0 0 12px;
  gap: 14px;
}
.donation-item__avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  font-size: 16px;
}
.donation-item__anon-icon {
  width: 26px;
  height: 26px;
}
.donation-item__name {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 16px;
  line-height: 23px;
  color: #232323;
}
.donation-item__meta {
  gap: 8px;
  height: 23px;
}
.donation-item__amount {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-weight: 175;
  font-variation-settings: "wght" 175;
  font-size: 16px;
  line-height: 23px;
  color: #232323;
}
.donation-item__dot,
.donation-item__time {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 16px;
  line-height: 23px;
  color: #6f6f6f;
}
#donations-see-all {
  height: 46px;
  min-height: 46px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 175;
  border: 1px solid rgb(183,183,183);
}

.updates-block {
  padding-top: 28px;
  padding-bottom: 28px;
}
.updates-block__heading-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.updates-block__heading {
  margin: 0;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 175;
  letter-spacing: 0;
  color: #232323;
}
.updates-block__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 29px;
  height: 29px;
  padding: 0 8px;
  border-radius: 6px;
  background: #eee;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 175;
  color: #232323;
}
.updates-block__author-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.updates-block__avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.updates-block__date {
  margin: 0 0 1px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 175;
  color: #232323;
}
.updates-block__author {
  margin: 0;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  letter-spacing: 0;
}
.updates-block__gallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 4px;
  width: 100%;
  margin-top: 16px;
}
.updates-block__gallery-photo {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 7px;
}

.message-sheet__avatar img,
.message-sheet__header-avatar img,
.message-sheet img[alt="Padre Miguel"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.updates-block__gallery-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  border-radius: 7px;
  overflow: hidden;
}

.updates-block__gallery-button .updates-block__gallery-photo {
  width: 100%;
  height: 145px;
  display: block;
  object-fit: cover;
}

.updates-block__gallery-photo[src$="padre-miguel-protese-update.png"] {
  object-fit: contain !important;
  object-position: center center !important;
  background: #f7f7f7;
}

.update-lightbox[hidden] {
  display: none !important;
}

.update-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.update-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: zoom-out;
}

.update-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 980px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.update-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #232323;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,.22);
}

body.update-lightbox-open {
  overflow: hidden;
}

@media (max-width: 520px) {
  .update-lightbox {
    padding: 14px;
  }
  .update-lightbox__dialog {
    width: 100%;
    max-height: 94vh;
  }
  .update-lightbox__image {
    max-height: 90vh;
    border-radius: 6px;
  }
  .update-lightbox__close {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
  }
}

.comments {
  background: #fff;
}

.comments__divider {
  height: 8px;
  background: #f4f4f4;
}

.comments__content {
  padding: 32px 48px 36px;
}

.comments__heading-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.comments__heading {
  margin: 0;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 175;
  color: #232323;
}

.comments__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 29px;
  padding: 0 8px;
  border-radius: 6px;
  background: #eee;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 175;
  color: #232323;
}

.comments__notice {
  margin: 0 0 18px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}

.comments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments__item {
  padding: 16px 0;
}

.comments__item--hidden {
  display: none;
}

.comments__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.comments__identity {
  display: flex;
  gap: 16px;
  min-width: 0;
}

.comments__avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.comments__avatar-initial {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 175;
  color: #232323;
}

.comments__byline {
  min-width: 0;
}

.comments__name {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 175;
  color: #232323;
}

.comments__time {
  margin-top: 0;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 14px;
  line-height: 20px;
  color: #6f6f6f;
}

.comments__body {
  padding-left: 56px;
}

.comments__text {
  margin: 8px 0 10px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-synthesis: none;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  letter-spacing: 0;
}

.comments__like {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #232323;
  cursor: pointer;
}

.comments__heart {
  font-size: 28px;
  line-height: 28px;
  font-weight: 100;
}

.comments__like-count {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 175;
  color: #232323;
}

.comments__replies {
  margin-left: 56px;
  margin-top: 10px;
}

.comments__view-replies {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #6f6f6f;
  cursor: pointer;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 175;
}

.comments__reply-hook {
  width: 28px;
  height: 14px;
  display: inline-block;
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-bottom-left-radius: 12px;
  transform: translateY(-2px);
}

.comments__reply-list {
  margin-top: 14px;
}

.comments__reply {
  margin-left: 36px;
  padding: 0 0 14px;
}

.comments__reply + .comments__reply {
  margin-top: 12px;
}

.comments__reply .comments__avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
}

.comments__reply .comments__identity {
  gap: 12px;
}

.comments__reply .comments__body {
  padding-left: 46px;
}

.comments__reply .comments__name {
  font-size: 15px;
  line-height: 20px;
}

.comments__reply .comments__time {
  font-size: 13px;
  line-height: 18px;
}

.comments__reply .comments__text {
  margin-top: 6px;
  font-size: 15px;
  line-height: 22px;
}

.comments__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.comments__load-more {
  min-width: 190px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid #b7b7b7;
  border-radius: 999px;
  background: #fff;
  color: #232323;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 175;
  cursor: pointer;
}

.comments__load-more:hover {
  background: #fafafa;
}

@media (max-width: 520px) {
  .comments__content {
    padding: 28px 26px 32px;
  }

  .comments__load-more {
    min-width: 180px;
    height: 46px;
  }
}

.donation-item__body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0 !important;
  min-width: 0 !important;
}

.donation-item__name {
  margin: 0 !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
  color: #232323 !important;
}

.donation-item__meta {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  height: 24px !important;
  white-space: nowrap !important;
}

.donation-item__amount {
  margin: 0 !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 175 !important;
  font-variation-settings: "wght" 175 !important;
  color: #232323 !important;
}

.donation-item__dot {
  display: inline-block !important;
  margin: 0 !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 100 !important;
  color: #6f6f6f !important;
}

.donation-item__time {
  margin: 0 !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
  color: #6f6f6f !important;
}

.donation-item {
  gap: 16px !important;
}

.donation-item__avatar {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
}

#donations-see-all {
  margin-top: 18px !important;
}

.organizer__heading {
  font-weight: 150 !important;
  font-variation-settings: "wght" 150 !important;
}

.organizer__name {
  font-weight: 150 !important;
  font-variation-settings: "wght" 150 !important;
}

.organizer__role,
.organizer__location {
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
}

.comments__heading {
  font-size: 24px !important;
  line-height: 29px !important;
  font-weight: 150 !important;
  font-variation-settings: "wght" 150 !important;
}

.comments__name {
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: 150 !important;
  font-variation-settings: "wght" 150 !important;
}

.comments__time {
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
}

.comments__text {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
}

.comments__notice {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
}

.comments__like-count,
.comments__view-replies {
  font-weight: 150 !important;
  font-variation-settings: "wght" 150 !important;
}

.comments__reply .comments__name {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 150 !important;
  font-variation-settings: "wght" 150 !important;
}

.comments__reply .comments__text {
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
}

.trust.trust--reference {
  background: #f7f7f7 !important;
  border-top: 1px solid #e5e5e5 !important;
}

.trust-reference__content {
  padding: 46px 48px 58px !important;
}

.trust-reference__heading {
  margin: 0 0 34px !important;
  max-width: none !important;
  white-space: nowrap !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 175 !important;
  font-variation-settings: "wght" 175 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: rgb(35,35,35) !important;
  letter-spacing: 0 !important;
}

.trust-reference__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 31px !important;
}

.trust-reference__item {
  display: grid !important;
  grid-template-columns: 64px minmax(0,1fr) !important;
  column-gap: 14px !important;
  align-items: start !important;
}

.trust-reference__icon-cell {
  width: 64px !important;
  height: 54px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.trust-reference__icon {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
}

.trust-reference__copy {
  min-width: 0 !important;
}

.trust-reference__title {
  margin: 0 0 2px !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 175 !important;
  font-variation-settings: "wght" 175 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgb(35,35,35) !important;
}

.trust-reference__description {
  margin: 0 !important;
  max-width: 620px !important;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
  font-variation-settings: "wght" 100 !important;
  font-synthesis: none !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgb(35,35,35) !important;
}

.trust-reference__link {
  color: rgb(35,35,35) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

@media (max-width: 520px) {
  .trust-reference__content {
    padding: 42px 26px 52px !important;
  }

  .trust-reference__heading {
    margin-bottom: 30px !important;
    white-space: normal !important;
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .trust-reference__list {
    gap: 29px !important;
  }

  .trust-reference__item {
    grid-template-columns: 60px minmax(0,1fr) !important;
    column-gap: 12px !important;
  }

  .trust-reference__icon-cell {
    width: 60px !important;
    height: 50px !important;
  }

  .trust-reference__icon {
    width: 40px !important;
    height: 40px !important;
  }

  .trust-reference__title,
  .trust-reference__description {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.trust-reference__content {
  padding-top: 147px !important;
  padding-left: 52px !important;
  padding-right: 48px !important;
  padding-bottom: 58px !important;
}

.trust-reference__heading {
  margin-bottom: 0 !important;
}

.trust-reference__list {
  margin-top: 0 !important;
  padding-top: 0 !important;
  gap: 0 !important;
  margin-left: 28px !important;
  margin-right: -28px !important;
}

.trust-reference__item + .trust-reference__item {
  margin-top: 0 !important;
}

.trust-reference__item:first-child {
  margin-top: 69px !important;
}

.trust-reference__item:nth-child(2) {
  margin-top: 67px !important;
}

.trust-reference__item:nth-child(3) {
  margin-top: 72px !important;
}

.trust-reference__item {
  grid-template-columns: 64px minmax(0,1fr) !important;
  column-gap: 18px !important;
}

.trust-reference__icon {
  transform: translateX(-5px) !important;
}

@media (max-width: 520px) {

  .trust-reference__content {
    padding: 42px 26px 52px !important;
  }

  .trust-reference__heading {
    margin-bottom: 30px !important;
  }

  .trust-reference__list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 29px !important;
  }

  .trust-reference__item:first-child,
  .trust-reference__item:nth-child(2),
  .trust-reference__item:nth-child(3) {
    margin-top: 0 !important;
  }

  .trust-reference__item {
    grid-template-columns: 60px minmax(0,1fr) !important;
    column-gap: 12px !important;
  }

  .trust-reference__icon {
    transform: none !important;
  }
}

.trust-reference__link-button {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  font: inherit !important;
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
  cursor: pointer !important;
}

.guarantee-modal[hidden] {
  display: none !important;
}

.guarantee-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.guarantee-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.5);
}

.guarantee-modal__sheet {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: 94vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 28px 28px 0 0;
  padding: 34px 38px 48px;
  box-sizing: border-box;
}

.guarantee-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #232323;
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 40px;
  cursor: pointer;
}

.guarantee-modal__brand {
  margin-top: 16px;
}

.guarantee-modal__brand-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.guarantee-modal__brand-name {
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 175;
  font-variation-settings: "wght" 175;
  color: #2f2f2f;
}

.guarantee-modal__shield {
  width: 92px;
  height: 92px;
  color: #ededed;
  margin-top: -8px;
}

.guarantee-modal__shield svg {
  width: 100%;
  height: 100%;
  display: block;
}

.guarantee-modal__brand-green {
  margin-top: 4px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 54px;
  line-height: 52px;
  font-weight: 175;
  font-variation-settings: "wght" 175;
  color: #00a95c;
}

.guarantee-modal__lead {
  margin: 34px 0 42px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  color: #7a7a7a;
}

.guarantee-modal__sections {
  display: grid;
  gap: 34px;
}

.guarantee-modal__section h3 {
  margin: 0 0 8px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 175;
  font-variation-settings: "wght" 175;
  color: #7a7a7a;
}

.guarantee-modal__section p {
  margin: 0;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  color: #7a7a7a;
}

body.guarantee-modal-open {
  overflow: hidden;
}

/* Final Trust block */
.trust.trust--reference {
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.trust-reference__content {
  padding: 147px 48px 58px 52px;
}

.trust-reference__heading {
  margin: 0;
  max-width: none;
  white-space: nowrap;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 175;
  font-variation-settings: "wght" 175;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0;
}

.trust-reference__list {
  list-style: none;
  margin: 0 -28px 0 28px;
  padding: 0;
}

.trust-reference__item {
  display: grid;
  grid-template-columns: 64px minmax(0,1fr);
  column-gap: 18px;
  align-items: start;
}

.trust-reference__item:first-child { margin-top: 69px; }
.trust-reference__item:nth-child(2) { margin-top: 67px; }
.trust-reference__item:nth-child(3) { margin-top: 72px; }

.trust-reference__icon-cell {
  width: 64px;
  height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.trust-reference__icon {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
  transform: translateX(-5px);
}

.trust-reference__copy { min-width: 0; }

.trust-reference__title {
  margin: 0 0 2px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 175;
  font-variation-settings: "wght" 175;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}

.trust-reference__description {
  margin: 0;
  max-width: 620px;
  font-family: "GoFundMe Sans", Trebuchet, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-synthesis: none;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}

.trust-reference__link,
.trust-reference__link-button {
  color: #232323;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.trust-reference__link-button {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* Final responsive system */

/* Small phones */
@media (max-width: 520px) {
  .trust-reference__content {
    padding: 42px 26px 52px;
  }
  .trust-reference__heading {
    white-space: normal;
    margin-bottom: 30px;
  }
  .trust-reference__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .trust-reference__item,
  .trust-reference__item:first-child,
  .trust-reference__item:nth-child(2),
  .trust-reference__item:nth-child(3) {
    margin-top: 0;
    grid-template-columns: 60px minmax(0,1fr);
    column-gap: 12px;
  }
  .trust-reference__icon {
    width: 40px;
    height: 40px;
    transform: none;
  }

  .organizer {
    padding-left: 26px;
    padding-right: 26px;
  }

  .organizer__content {
    gap: 14px;
  }

  .comments__content,
  .donations {
    padding-left: 26px;
    padding-right: 26px;
  }

  .updates-block {
    padding-left: 26px;
    padding-right: 26px;
  }

  .share-sheet,
  .quick-share-sheet {
    width: 100%;
    max-width: 100%;
    border-radius: 24px 24px 0 0;
  }

  .guarantee-modal__sheet {
    width: 100%;
    max-width: 100%;
    max-height: 95vh;
    padding: 30px 28px 42px;
    border-radius: 24px 24px 0 0;
  }

  .guarantee-modal__brand-name {
    font-size: 38px;
    line-height: 40px;
  }

  .guarantee-modal__shield {
    width: 84px;
    height: 84px;
  }

  .guarantee-modal__brand-green {
    font-size: 46px;
    line-height: 46px;
  }

  .guarantee-modal__lead {
    margin: 30px 0 38px;
    font-size: 22px;
    line-height: 28px;
  }

  .guarantee-modal__section h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .guarantee-modal__section p {
    font-size: 17px;
    line-height: 26px;
  }
}

/* Regular phones / small tablets */
@media (min-width: 521px) and (max-width: 767px) {
  .page-shell,
  .campaign-page,
  main {
    width: 100%;
    max-width: 100%;
  }

  .donations,
  .comments__content,
  .organizer,
  .updates-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .trust-reference__content {
    padding: 72px 32px 56px;
  }

  .trust-reference__heading {
    white-space: normal;
  }

  .trust-reference__list {
    margin: 38px 0 0;
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .trust-reference__item,
  .trust-reference__item:first-child,
  .trust-reference__item:nth-child(2),
  .trust-reference__item:nth-child(3) {
    margin-top: 0;
    grid-template-columns: 64px minmax(0,1fr);
    column-gap: 14px;
  }

  .trust-reference__icon {
    transform: none;
  }

  .guarantee-modal__sheet {
    width: min(94vw, 680px);
    max-height: 94vh;
  }
}

/* iPad / tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }

  .campaign-page,
  .page-shell,
  main {
    width: min(100%, 860px);
    margin-left: auto;
    margin-right: auto;
  }

  .donations,
  .comments__content,
  .organizer,
  .updates-block {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .trust-reference__content {
    padding: 96px 46px 62px;
  }

  .trust-reference__heading {
    white-space: nowrap;
  }

  .trust-reference__list {
    margin: 46px 0 0 24px;
  }

  .trust-reference__item,
  .trust-reference__item:first-child,
  .trust-reference__item:nth-child(2),
  .trust-reference__item:nth-child(3) {
    margin-top: 0;
  }

  .trust-reference__item + .trust-reference__item {
    margin-top: 46px;
  }

  .trust-reference__icon {
    transform: translateX(-3px);
  }

  .share-sheet,
  .quick-share-sheet {
    width: min(90vw, 720px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .guarantee-modal {
    align-items: center;
    padding: 24px;
  }

  .guarantee-modal__sheet {
    width: min(90vw, 720px);
    max-height: 90vh;
    border-radius: 28px;
  }

  .update-lightbox {
    padding: 28px;
  }

  .update-lightbox__dialog {
    width: min(92vw, 900px);
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .campaign-page,
  .page-shell,
  main {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .guarantee-modal {
    align-items: center;
    padding: 28px;
  }

  .guarantee-modal__sheet {
    border-radius: 28px;
  }
}

/* Touch targets and interaction consistency */
button,
[role="button"],
a.btn,
.actions__button {
  -webkit-tap-highlight-color: transparent;
}

#donations-see-top,
#donations-see-all,
.comments__load-more,
.comments__view-replies,
.comments__like,
[data-guarantee-open],
[data-guarantee-close],
[data-lightbox-close] {
  min-height: 44px;
}

.comments__like {
  min-width: 44px;
  justify-content: flex-start;
}

.comments__view-replies {
  padding-top: 10px;
  padding-bottom: 10px;
}


/* Stable mobile Donate/Share floating transition */
@media (max-width: 767px) {
  .campaign-bar-anchor {
    position: relative;
    width: 100%;
  }

  .campaign-bar {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .campaign-bar.is-fixed {
    /* Do not animate position/size at the handoff point. */
    transition: none !important;
    will-change: transform;
    transform: translateZ(0);
  }
}


/* Balanced vertical spacing for Trust block */

/* Desktop / wide layout:
   more air above the headline,
   more separation headline -> Easy,
   and proportional space at the bottom. */
@media (min-width: 1024px) {
  .trust-reference__content {
    padding-top: 171px !important;
    padding-bottom: 82px !important;
  }

  .trust-reference__item:first-child {
    margin-top: 87px !important;
  }
}

/* iPad / tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .trust-reference__content {
    padding-top: 116px !important;
    padding-bottom: 78px !important;
  }

  .trust-reference__list {
    margin-top: 64px !important;
  }
}

/* Larger phones */
@media (min-width: 521px) and (max-width: 767px) {
  .trust-reference__content {
    padding-top: 86px !important;
    padding-bottom: 68px !important;
  }

  .trust-reference__list {
    margin-top: 48px !important;
  }
}

/* Small phones */
@media (max-width: 520px) {
  .trust-reference__content {
    padding-top: 54px !important;
    padding-bottom: 64px !important;
  }

  .trust-reference__heading {
    margin-bottom: 40px !important;
  }
}
