.universal-fundraising-feature-shell {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.universal-fundraising-feature-shell .universal-fundraising-feature,
.universal-fundraising-feature-shell .universal-fundraising-feature__panel,
.universal-fundraising-feature-shell
  .universal-fundraising-feature__story-card {
  margin-block-start: 0 !important;
}

.universal-fundraising-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(32rem, 49vw, 41rem);
}

.universal-fundraising-feature__panel {
  min-width: 0;
}

.universal-fundraising-feature__panel--left {
  background: #fe0000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 8vw, 8.25rem);
  position: relative;
}

.universal-fundraising-feature__art-image,
.universal-fundraising-feature__art-image.wp-block-image {
  inset: 0;
  margin: 0 !important;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.universal-fundraising-feature__art-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  width: 100%;
  opacity: 0.3;
}

.universal-fundraising-feature__eyebrow,
.universal-fundraising-feature__title,
.universal-fundraising-feature__copy {
  position: relative;
  z-index: 1;
}

.universal-fundraising-feature__eyebrow {
  color: #ffffff;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 clamp(1rem, 2vw, 1.5rem) !important;
  text-transform: uppercase;
}

.universal-fundraising-feature__title {
  color: #ffffff;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0 !important;
  text-wrap: balance;
}

.universal-fundraising-feature__copy {
  color: #ffffff;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  margin: clamp(1.75rem, 3vw, 3rem) 0 0 !important;
  max-width: 24rem;
}

.universal-fundraising-feature__panel--right {
  background: #ebe6e1;
  min-height: clamp(32rem, 49vw, 41rem);
  overflow: hidden;
  position: relative;
}

.universal-fundraising-feature__background-image,
.universal-fundraising-feature__background-image.wp-block-image {
  inset: 0;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.universal-fundraising-feature__background-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.universal-fundraising-feature__story-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
  min-height: 0;
  left: 0;
  max-width: min(100%, 33.75rem);
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2rem)
    clamp(1.5rem, 3vw, 2rem);
  position: absolute;
  bottom: 0;
  width: calc(100% - clamp(3rem, 10vw, 8.5rem));
  z-index: 1;
}

.universal-fundraising-feature__story-actions.wp-block-buttons {
  gap: 0;
  margin: 0 !important;
}

.universal-fundraising-feature__arrow,
.universal-fundraising-feature__arrow.wp-block-button {
  margin: 0 !important;
}

.universal-fundraising-feature__arrow .wp-block-button__link {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  color: #111111 !important;
  display: inline-flex;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 0;
  min-height: 0;
  padding: 0 !important;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
  width: auto;
}

.universal-fundraising-feature__arrow .wp-block-button__link::before {
  content: none;
}

.universal-fundraising-feature__arrow
  .wp-block-button__link
  .universal-forward-icon {
  align-items: center;
  background: #f6f6f6;
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  flex: 0 0 62px;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  height: 62px;
  justify-content: center;
  line-height: 1;
  transform: rotate(300deg);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  width: 62px;
}

.universal-fundraising-feature__arrow .wp-block-button__link:hover,
.universal-fundraising-feature__arrow .wp-block-button__link:focus-visible {
  background: transparent !important;
  color: #d60000 !important;
}

.universal-fundraising-feature__story-card:hover .universal-forward-icon,
.universal-fundraising-feature__arrow
  .wp-block-button__link:hover
  .universal-forward-icon,
.universal-fundraising-feature__arrow
  .wp-block-button__link:focus-visible
  .universal-forward-icon {
  background: #fe0000;
  color: #ffffff;
}
.universal-fundraising-feature__story-card:hover
  .universal-fundraising-feature__story-title {
  color: #fe0000;
}
.universal-fundraising-feature__story-title {
  color: #000000;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: clamp(1.75rem, 2vw, 2.2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 !important;
  text-wrap: balance;
}

.universal-fundraising-feature__story-copy {
  color: #666666;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 !important;
  max-width: 31rem;
}

@media (max-width: 1200px) {
  .universal-fundraising-feature__panel--left {
    padding-inline: 6%;
  }
}

@media (max-width: 920px) {
  .universal-fundraising-feature {
    grid-template-columns: 1fr;
  }

  .universal-fundraising-feature__panel--left {
    min-height: 21rem;
    transform: translateY(65px);
  }

  .universal-fundraising-feature__panel--right {
    min-height: 31rem;
  }
}

@media (max-width: 640px) {
  .universal-fundraising-feature__panel--left {
    min-height: 0;
    padding: 1.75rem 1.25rem 1.9rem;
    transform: translateY(0);
  }

  .universal-fundraising-feature__art-image img {
    object-position: left top;
    opacity: 0.24;
  }

  .universal-fundraising-feature__title {
    font-size: clamp(2rem, 10vw, 2.6rem);
    letter-spacing: -0.03em;
    max-width: none;
  }

  .universal-fundraising-feature__copy {
    font-size: 0.9375rem;
    line-height: 1.45;
    margin-top: 5rem !important;
    max-width: 18rem;
  }

  .universal-fundraising-feature__panel--right {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .universal-fundraising-feature__background-image,
  .universal-fundraising-feature__background-image.wp-block-image {
    height: 6rem;
    inset: auto;
    position: relative;
  }

  .universal-fundraising-feature__story-card {
    gap: 1rem;
    left: auto;
    max-width: none;
    position: relative;
    padding: 0.875rem 1.5rem 1rem;
    width: 100%;
    bottom: auto;
  }

  .universal-fundraising-feature__arrow .wp-block-button__link {
    font-size: 0;
  }

  .universal-fundraising-feature__arrow
    .wp-block-button__link
    .universal-forward-icon {
    flex-basis: 42px;
    font-size: 24px;
    height: 42px;
    width: 42px;
  }

  .universal-fundraising-feature__story-title {
    font-size: 1.0625rem;
    line-height: 1.35;
    max-width: none;
    padding-right: 0;
  }

  .universal-fundraising-feature__story-copy {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.editor-styles-wrapper .universal-fundraising-feature__panel--left,
.editor-styles-wrapper .universal-fundraising-feature__panel--right,
.editor-styles-wrapper .universal-fundraising-feature__story-card {
  margin-top: 0 !important;
}
