/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-mesh-donation-banner {
  position: relative;
}
.s-mesh-donation-banner-bg {
  position: absolute;
  inset: 0;
}
.s-mesh-donation-banner-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-mesh-donation-banner .l-container {
  min-height: min(60vh, 31.25rem);
}
.s-mesh-donation-banner__banner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem;
  background-color: var(--wp--preset--color--bg-white);
}
.s-mesh-donation-banner__ttl {
  color: var(--wp--preset--color--txt-secondary-dark);
  flex: 1 1 40%;
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-mesh-donation-banner__ttl b,
.s-mesh-donation-banner__ttl strong {
  font-weight: 400;
  color: var(--wp--preset--color--txt-primary);
}
.s-mesh-donation-banner__txt {
  flex: 1 1 31%;
  margin-top: 0.1875rem;
  padding-left: 1.25rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
.s-mesh-donation-banner__txt ul li {
  margin-bottom: 1.25rem;
  position: relative;
}
.s-mesh-donation-banner__txt ul li p {
  font-weight: 700;
}
.s-mesh-donation-banner__txt ul li p {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-mesh-donation-banner__txt ul li p {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-donation-banner__txt ul li p {
    font-size: 1rem;
  }
}
.s-mesh-donation-banner__txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.0625rem;
  height: 1rem;
  background-size: cover;
  background-image: url(/wp-content/themes/eb-madare/assets/icons/star-green.svg);
  left: -1.375rem;
  top: 0.125rem;
}
.s-mesh-donation-banner .btn-wrap {
  flex: 1 1 20%;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .s-mesh-donation-banner__banner {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem;
  }
  .s-mesh-donation-banner__ttl {
    flex: 1 1 100%;
  }
  .s-mesh-donation-banner__txt {
    flex: 1 1 55%;
  }
  .s-mesh-donation-banner .btn-wrap {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .s-mesh-donation-banner .l-container {
    min-height: min(50vh, 25rem);
  }
  .s-mesh-donation-banner__banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .s-mesh-donation-banner__ttl {
    font-size: 1.625rem;
  }
  .s-mesh-donation-banner__txt {
    flex: none;
    width: 100%;
    padding-left: 1.25rem;
  }
  .s-mesh-donation-banner .btn-wrap {
    width: 100%;
    align-items: stretch;
  }
}