.fnd-one-pound-suppressed .one-pound-campaign,
.one-pound-campaign[hidden] {
  display: none !important;
}

.one-pound-campaign {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 7% 50%, rgba(255, 255, 255, 0.09) 0 5.2rem, transparent 5.3rem),
    linear-gradient(112deg, #061f42 0%, #073862 58%, #101b3d 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.13);
  transition: opacity 180ms ease, transform 180ms ease;
}

.one-pound-campaign::before,
.one-pound-campaign::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.one-pound-campaign::before {
  top: -8rem;
  right: 17%;
  width: 17rem;
  height: 17rem;
  border: 3.5rem solid rgba(239, 87, 148, 0.08);
}

.one-pound-campaign::after {
  right: -4rem;
  bottom: -8rem;
  width: 16rem;
  height: 16rem;
  border: 2.8rem solid rgba(255, 255, 255, 0.05);
}

.one-pound-campaign--footer {
  border-bottom: 0;
}

.one-pound-campaign.is-dismissing {
  opacity: 0;
  transform: translateY(-0.35rem);
}

.one-pound-campaign__inner {
  position: relative;
  display: grid;
  grid-template-columns: 5.35rem minmax(24rem, 1fr) minmax(12.5rem, 14rem);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  min-height: 8.6rem;
  padding-block: 1rem;
}

.one-pound-campaign__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 4.95rem;
  height: 4.95rem;
  color: #66113a;
  background: #ffd7e7;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 0 0.85rem 2rem rgba(0, 0, 0, 0.24);
  transform: rotate(-4deg);
  animation: one-pound-token-in 520ms cubic-bezier(0.2, 0.85, 0.25, 1.25) both;
}

.one-pound-campaign__mark span {
  margin: 0;
  font-size: 2.15rem;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.one-pound-campaign__mark small {
  margin: 0;
  color: #86194d;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.one-pound-campaign__copy {
  min-width: 0;
  animation: one-pound-copy-in 440ms 80ms ease-out both;
}

.one-pound-campaign__kicker,
.one-pound-campaign__impact,
.one-pound-campaign__copy h2,
.one-pound-campaign__trust,
.one-pound-campaign__status {
  margin: 0;
}

.one-pound-campaign__kicker {
  margin-bottom: 0.25rem;
  color: #ffb8d4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.one-pound-campaign__copy h2 {
  max-width: 48rem;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-weight: 780;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.one-pound-campaign__copy h2 strong {
  color: #ffd7e7;
  font-weight: 950;
}

.one-pound-campaign__impact {
  max-width: 58rem;
  margin-top: 0.42rem;
  color: #dceaf7;
  font-size: 0.9rem;
  line-height: 1.38;
}

.one-pound-campaign__action {
  display: grid;
  align-items: center;
  min-width: 0;
  padding-right: 2.8rem;
  animation: one-pound-action-in 440ms 150ms ease-out both;
}

.one-pound-campaign__action form {
  margin: 0;
}

.one-pound-campaign__give {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  width: 100%;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  overflow: hidden;
  padding: 0.72rem 0.9rem 0.72rem 1.1rem;
  color: #061f42;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.85rem;
  box-shadow: 0 0.7rem 1.55rem rgba(0, 0, 0, 0.24);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.one-pound-campaign__give::before {
  position: absolute;
  inset: 0 auto 0 -70%;
  z-index: -1;
  width: 44%;
  background: linear-gradient(100deg, transparent, rgba(246, 178, 207, 0.55), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: one-pound-button-sheen 900ms 900ms ease-out both;
}

.one-pound-campaign__give svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

.one-pound-campaign__give:hover,
.one-pound-campaign__give:focus-visible {
  color: #751542;
  background: #fff7fa;
  box-shadow: 0 0.9rem 1.9rem rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.one-pound-campaign__give:hover svg,
.one-pound-campaign__give:focus-visible svg {
  transform: translateX(0.18rem);
}

.one-pound-campaign__give:active {
  box-shadow: 0 0.35rem 0.9rem rgba(0, 0, 0, 0.22);
  transform: translateY(1px);
}

.one-pound-campaign__give:disabled {
  color: #31506f;
  background: #eaf1f7;
  cursor: wait;
  transform: none;
}

.one-pound-campaign__give:focus-visible,
.one-pound-campaign__dismiss:focus-visible {
  outline: 3px solid #ffb8d4;
  outline-offset: 3px;
}

.one-pound-campaign__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.48rem;
  color: #bbd1e4;
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.one-pound-campaign__trust svg {
  width: 0.78rem;
  height: 0.78rem;
  flex: 0 0 auto;
}

.one-pound-campaign__status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.one-pound-campaign__dismiss {
  position: absolute;
  top: 0.52rem;
  right: 0.15rem;
  z-index: 2;
  display: inline-flex;
  width: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  color: #d4e2ee;
  background: transparent;
  border: 0;
  border-radius: 0.65rem;
  font: inherit;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.one-pound-campaign__dismiss span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.one-pound-campaign__dismiss svg {
  width: 1.05rem;
  height: 1.05rem;
}

.one-pound-campaign__dismiss:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.one-pound-campaign.is-opening .one-pound-campaign__give svg {
  animation: one-pound-arrow-go 680ms ease-in-out infinite;
}

@keyframes one-pound-token-in {
  from { opacity: 0; transform: rotate(-9deg) scale(0.72); }
  to { opacity: 1; transform: rotate(-4deg) scale(1); }
}

@keyframes one-pound-copy-in {
  from { opacity: 0; transform: translateY(0.35rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes one-pound-action-in {
  from { opacity: 0; transform: translateX(0.5rem); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes one-pound-button-sheen {
  from { left: -70%; }
  to { left: 145%; }
}

@keyframes one-pound-arrow-go {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(0.24rem); }
}

@media (max-width: 900px) {
  .one-pound-campaign__inner {
    grid-template-columns: 4.5rem minmax(0, 1fr) minmax(10.75rem, 12rem);
    gap: 0.85rem 1.15rem;
    min-height: 0;
    padding-block: 0.9rem;
  }

  .one-pound-campaign__mark {
    width: 4.25rem;
    height: 4.25rem;
  }

  .one-pound-campaign__mark span {
    font-size: 1.85rem;
  }

  .one-pound-campaign__copy h2 {
    font-size: 1.18rem;
  }

  .one-pound-campaign__impact {
    font-size: 0.79rem;
  }

  .one-pound-campaign__action {
    padding-right: 2.75rem;
  }
}

@media (max-width: 620px) {
  .one-pound-campaign::before {
    right: -7rem;
  }

  .one-pound-campaign__inner {
    grid-template-columns: 3.65rem minmax(0, 1fr);
    gap: 0.65rem 0.78rem;
    padding: 0.85rem 3rem 0.9rem 1rem;
  }

  .one-pound-campaign__mark {
    align-self: start;
    width: 3.5rem;
    height: 3.5rem;
  }

  .one-pound-campaign__mark span {
    font-size: 1.55rem;
  }

  .one-pound-campaign__mark small {
    font-size: 0.46rem;
  }

  .one-pound-campaign__kicker {
    margin-bottom: 0.18rem;
    font-size: 0.58rem;
  }

  .one-pound-campaign__copy h2 {
    font-size: 1.03rem;
    line-height: 1.12;
  }

  .one-pound-campaign__impact {
    margin-top: 0.28rem;
    font-size: 0.74rem;
    line-height: 1.3;
  }

  .one-pound-campaign__action {
    grid-column: 1 / -1;
    grid-template-columns: minmax(9.6rem, 0.8fr) minmax(8.5rem, 1fr);
    gap: 0.7rem;
    padding-right: 0;
  }

  .one-pound-campaign__give {
    min-height: 2.9rem;
    padding: 0.62rem 0.78rem 0.62rem 0.95rem;
    font-size: 0.9rem;
  }

  .one-pound-campaign__trust {
    justify-content: flex-start;
    margin-top: 0;
    font-size: 0.68rem;
    text-align: left;
  }

  .one-pound-campaign__dismiss {
    top: 0.38rem;
    right: 0.25rem;
  }
}

@media (max-width: 360px) {
  .one-pound-campaign__action {
    grid-template-columns: 1fr;
    gap: 0.38rem;
  }

  .one-pound-campaign__trust {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .one-pound-campaign,
  .one-pound-campaign__mark,
  .one-pound-campaign__copy,
  .one-pound-campaign__action,
  .one-pound-campaign__give::before,
  .one-pound-campaign__give svg {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
