/* =========================================================
  gift-event.css
  いちゃりば / 沖縄セレクション（物販・催事）専用CSS
  鳥瞰図：お取り寄せ / 催事出店 / 食材卸売 / メニュー開発支援
========================================================= */

.gift-selection-page {
  --gift-orange: #f47b20;
  --gift-deep-orange: #d94f00;
  --gift-red: #e9342f;
  --gift-yellow: #ffd34d;
  --gift-blue: #00a6d6;
  --gift-deep-blue: #0077a8;
  --gift-green: #16a35f;
  --gift-brown: #4a2b13;
  --gift-cream: #fff7e7;
  --gift-soft: #fff1d0;
  --gift-shadow: 0 16px 38px rgba(82, 42, 12, .16);
  color: var(--gift-brown);
  overflow: hidden;
  background: var(--gift-cream);
}

/* =========================
   GIFT EVENT HERO
   EATページに合わせる
========================= */

.gift-event-hero {
  position: relative;
  width: 100vw;
  height: clamp(600px, calc(100vw * 500 / 1440), 680px);
  min-height: 600px !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #061b28;
}

.gift-event-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gift-event-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gift-event-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.38) 36%,
      rgba(0, 0, 0, 0.14) 72%,
      rgba(0, 0, 0, 0.04) 100%
    );
  pointer-events: none;
}

.gift-event-hero__inner {
  position: relative;
  z-index: 2;
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: 0 !important;
}

.gift-event-hero__content {
  position: absolute;
  left: 300px;
  top: 40%;
  z-index: 4;
  color: #fff;
  width: max-content;
  max-width: min(760px, 90vw);
}

.gift-event-hero__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 38px;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(180deg, #ff8a35 0%, #f25b19 100%);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  border: none;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.gift-event-hero__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(34px, 4vw, 82px);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.72),
    2px 2px 0 rgba(0, 32, 58, 0.55);
}

.gift-event-hero__lead {
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 5px 12px rgba(0, 0, 0, 0.75);
}

/* ノートPC */
@media (max-width: 1366px) and (min-width: 768px) {
    .gift-event-hero,
    .gift-event-hero__inner {
        height: 500px;
        min-height: 500px !important;
    }
}


@media (max-width: 767px) {
  .gift-event-hero {
    height: 72svh;
    min-height: 520px !important;
  }

  .gift-event-hero__bg img {
    object-fit: cover;
    object-position: center center;
  }

  .gift-event-hero__inner {
    width: 100%;
    max-width: none;
  }

  .gift-event-hero__content {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -35%);
    z-index: 4;
    color: #fff;
    width: max-content;
    max-width: min(760px, 90vw);
  }

  .gift-event-hero__label {
    height: 34px;
    min-height: 34px;
    min-width: 120px;
    margin-bottom: 14px;
    padding: 0 14px;
    font-size: 11px;
  }

  .gift-event-hero__title {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.28;
    margin-bottom: 14px;
  }

  .gift-event-hero__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}


/* =========================
   GIFT INTRO
========================= */

.gift-intro {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 20px;
  overflow: hidden;
  background: #fff;
}

.gift-intro__flower-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  height: 230px;
  overflow: hidden;
  pointer-events: none;
}

.gift-intro__flower-bg img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center top;
}

.gift-intro__flower-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 239, 0) 0%,
    rgba(255, 248, 239, 0.45) 38%,
    rgba(255, 255, 255, 0.82) 72%,
    #fff 100%
  );
}

.gift-intro__sea-bg {
  position: absolute;
  right: 0;
  bottom: 450px;
  z-index: 1;
  width: 50%;
  opacity: 0.65;
  pointer-events: none;
}

.gift-intro__sea-bg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 28%,
    rgba(0, 0, 0, 0.7) 58%,
    rgba(0, 0, 0, 1) 100%

  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 28%,
    rgba(0, 0, 0, 0.7) 58%,
    rgba(0, 0, 0, 1) 100%
  );
}

.gift-intro__inner {
  position: relative;
  z-index: 3;
  width: 1120px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding-top: 54px;
}

.gift-intro__heading {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-bottom: 38px;
}

.gift-intro__subcopy {
  margin: 0 0 10px;
  color: #111;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.gift-intro__title {
  margin: 0;
  color: #f15b1a;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.gift-intro__content {
  position: relative;
  min-height: 750px;
}

.gift-intro__text {
  position: relative;
  z-index: 6;
  width: 620px;
  padding-top: 8px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.95), -2px 2px 0 rgba(255, 255, 255, 0.95), 2px -2px 0 rgba(255, 255, 255, 0.95), -2px -2px 0 rgba(255, 255, 255, 0.95), 0 6px 10px rgba(0, 60, 90, 0.28);
}

.gift-intro__text h3 {
  margin: 0 0 30px;
  color: #070707;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(25px, 2.3vw, 32px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.gift-intro__text p {
  margin: 0 0 18px;
  color: #111;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "07YsashisaGothicTegaki", sans-serif;
}

.gift-intro__flower {
  position: absolute;
  left: 62%;
  top: 30px;
  z-index: 7;
  width: 150px;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.gift-intro__flower img,
.gift-intro__glass img,
.gift-intro__shikuwasa img,
.gift-intro__kokuto img,
.gift-intro__shugo img {
  display: block;
  width: 100%;
  height: auto;
}

.gift-intro__glass {
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: 5;
  width: 360px;
  margin: 0;
}

.gift-intro__glass img {
  border-radius: 50%;
}

.gift-intro__glass figcaption {
  position: absolute;
  right: 10px;
  bottom: 0;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.gift-intro__shikuwasa {
  position: absolute;
  right: 75px;
  top: 275px;
  z-index: 6;
  width: 350px;
  margin: 0;
}

.gift-intro__shikuwasa figcaption {
  position: absolute;
  right: 10px;
  bottom: 55px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.gift-intro__kokuto {
  position: absolute;
  left: 80px;
  bottom: 20px;
  z-index: 4;
  width: 265px;
  margin: 0;
}

.gift-intro__kokuto img {
  border-radius: 50%;
}

.gift-intro__kokuto figcaption {
  position: absolute;
  left: 34px;
  bottom: -10px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.gift-intro__shugo {
  position: absolute;
  left: 395px;
  bottom: 20px;
  z-index: 5;
  width: 370px;
  margin: 0;
}

.gift-intro__shugo figcaption {
  position: absolute;
  left: 80%;
  bottom: -10px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  transform: translateX(-50%);
  white-space: nowrap;
}
/* =========================
   GIFT INTRO CARDS
   参考画像に合わせたサイズ
========================= */

.gift-intro__cards {
  position: relative;
  z-index: 8;
  width: 1120px;
  max-width: calc(100% - 50px);
  margin: 16px auto 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.gift-intro-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  color: inherit;
  box-shadow: 0 14px 32px rgba(90, 55, 35, 0.14);
}

.gift-intro-card:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.gift-intro-card__image {
  width: 100%;
  aspect-ratio: 540 / 235;
  margin: 0;
  overflow: hidden;
}

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

.gift-intro-card__body {
  padding: 28px 32px 30px;
  background: #fff;
}

.gift-intro-card__label {
  margin: 0 0 14px;
  color: #f15b1a;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.gift-intro-card__title {
  margin: 0 0 20px;
  color: #2b1b14;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.gift-intro-card__text {
  margin: 0 0 18px;
  color: #2b1b14;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
}

.gift-intro-card__link {
  display: inline-flex;
  margin: 0;
  color: #f15b1a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.gift-intro-card__link:hover {
  opacity: 0.72;
}

/* =========================
   SP
========================= */

@media (max-width: 767px) {
  .gift-intro__cards {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .gift-intro-card__image {
    aspect-ratio: 335 / 170;
  }

  .gift-intro-card__body {
    padding: 22px 20px 24px;
  }

  .gift-intro-card__title {
    font-size: 21px;
    line-height: 1.45;
  }

  .gift-intro-card__text {
    font-size: 12px;
    line-height: 1.8;
  }

  .gift-intro-card__link {
    font-size: 12px;
  }
  .gift-intro {
    padding-bottom: 56px;
  }

  .gift-intro__flower-bg {
    height: 230px;
  }

  .gift-intro__flower-bg img {
    height: 230px;
  }

  .gift-intro__inner {
    width: 100%;
    max-width: none;
    padding: 44px 20px 0;
    box-sizing: border-box;
  }

  .gift-intro__heading {
    margin-bottom: 28px;
  }

  .gift-intro__subcopy {
    font-size: 24px;
    line-height: 1.5;
  }

  .gift-intro__title {
    font-size: 26px;
  }

  .gift-intro__content {
    min-height: 800px;
  }

  .gift-intro__text {
    width: 100%;
    padding-top: 0;
  }

  .gift-intro__text h3 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 22px;
  }

  .gift-intro__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .gift-intro__flower {
    left: auto;
    right: -5px;
    top: 40px;
    width: 80px;
    transform: none;
  }

  .gift-intro__glass {
    right: 15px;
    top: 430px;
    width: 190px;
  }

  .gift-intro__shikuwasa {
    right: 140px;
    top: 630px;
    width: 220px;
  }
  .gift-intro__shikuwasa figcaption{
    right: 88px;
    bottom: -10px;
  }
  .gift-intro__kokuto {
    left: 15px;
    bottom: 150px;
    width: 160px;
  }
  .gift-intro__kokuto figcaption {
    left: 20px;
  }
  .gift-intro__shugo {
    left: 68%;
    bottom: -10px;
    width: 250px;
    transform: translateX(-50%);
  }

  .gift-intro__sea-bg {
    width: 100%;
    opacity: 0.55;
    bottom: 45%;
  }
  .gift-intro__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .gift-intro-card__image {
    aspect-ratio: 335 / 170;
  }

  .gift-intro-card__body {
    padding: 22px 20px 24px;
  }

  .gift-intro-card__title {
    font-size: 21px;
  }

  .gift-intro-card__text {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* =========================
   EVENT INTRO
========================= */

.event-intro {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 78px;
  overflow: hidden;
  background: #fff;
}

.event-intro__flower-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  height: 230px;
  overflow: hidden;
  pointer-events: none;
}

.event-intro__flower-bg img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center top;
}

.event-intro__flower-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 239, 0) 0%,
    rgba(255, 248, 239, 0.45) 38%,
    rgba(255, 255, 255, 0.82) 72%,
    #fff 100%
  );
}

.event-intro__inner {
  position: relative;
  z-index: 3;
  width: 1120px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  padding-top: 54px;
}

.event-intro__heading {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 42px;
}

.event-intro__subcopy {
  margin: 0 0 12px;
  color: #111;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.event-intro__title {
  margin: 0;
  color: #f15b1a;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.event-intro__content {
  position: relative;
  min-height: 520px;
}

.event-intro__text {
  position: relative;
  z-index: 8;
  width: 430px;
  padding-top: 32px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.95), -2px 2px 0 rgba(255, 255, 255, 0.95), 2px -2px 0 rgba(255, 255, 255, 0.95), -2px -2px 0 rgba(255, 255, 255, 0.95), 0 6px 10px rgba(0, 60, 90, 0.28);
}

.event-intro__text h3 {
  margin: 0 0 28px;
  color: #070707;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.event-intro__text p {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.event-intro__flower {
  position: absolute;
  left: 450px;
  top: 0px;
  z-index: 9;
  width: 150px;
  margin: 0;
  pointer-events: none;
}

.event-intro__main-photo {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 5;
  width: 540px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.event-intro__gift-circle {
  position: absolute;
  right: 260px;
  top: 340px;
  z-index: 9;
  width: 190px;
  height: 190px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.event-intro__taiko {
  position: absolute;
  right: 30px;
  top: 270px;
  z-index: 8;
  width: 260px;
  height: 260px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.event-intro__flower img,
.event-intro__main-photo img,
.event-intro__gift-circle img,
.event-intro__taiko img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-intro__flower img {
  height: auto;
}

.event-intro__shisa-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 54%;
  max-width: 760px;
  opacity: 0.8;
  pointer-events: none;
}

.event-intro__shisa-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.event-intro__shisa-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      #fff 0%,
      rgba(255, 255, 255, 0.75) 16%,
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(
      270deg,
      #fff 0%,
      rgba(255, 255, 255, 0.75) 16%,
      rgba(255, 255, 255, 0) 42%
    );
}

.event-intro__shisa-bg {
  position: absolute;
  overflow: hidden;
}
/* =========================
   SP
========================= */

@media (max-width: 767px) {
  .event-intro {
    padding-bottom: 100px;
  }

  .event-intro__flower-bg,
  .event-intro__flower-bg img {
    height: 230px;
  }

  .event-intro__inner {
    width: 100%;
    max-width: none;
    padding: 44px 20px 0;
    box-sizing: border-box;
  }

  .event-intro__heading {
    margin-bottom: 28px;
  }

  .event-intro__subcopy {
    font-size: 24px;
    line-height: 1.5;
  }

  .event-intro__title {
    font-size: 26px;
  }

  .event-intro__content {
    min-height: 0;
  }

  .event-intro__text {
    position: relative;
    z-index: 8;
    width: 100%;
    padding-bottom: 0;
  }

  .event-intro__visual {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 34px;
  }

  .event-intro__text h3 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 22px;
  }

  .event-intro__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .event-intro__flower {
    left: auto;
    right: 0;
    top: 280px;
    width: 100px;
  }

  .event-intro__main-photo {
    right: 15px;
    top: 330px;
    width: calc(100% - 30px);
  }

  .event-intro__shisa-bg {
    width: 100%;
    opacity: 0.65;
  }
  .event-intro__main-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .event-intro__flower {
    position: absolute;
    right: 8px;
    top: -36px;
    left: auto;
    width: 88px;
    z-index: 10;
    margin: 0;
  }

  .event-intro__gift-circle {
    position: absolute;
    left: 18%;
    top: 60%;
    z-index: 9;
    width: 42%;
    height: auto;
    aspect-ratio: 1 / 1;

    margin: 0;
    border-radius: 50%;
    overflow: hidden;
  }

  .event-intro__taiko {
    position: absolute;
    right: -12%;
    top: 42%;
    width: 58%;
    height: auto;
    aspect-ratio: 1 / 1;

    margin: 0;
    border-radius: 50%;
    overflow: hidden;
  }

  .event-intro__main-photo img,
  .event-intro__gift-circle img,
  .event-intro__taiko img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .event-intro__shisa-bg::before {
   display: none;
  }
}

/* =========================
   GIFT EVENT CTA
========================= */

.gift-event-cta {
  position: relative;
  width: 100vw;
  height: 230px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #fff8ef;
}

.gift-event-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gift-event-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gift-event-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.gift-event-cta__inner {
  position: relative;
  z-index: 3;
  width: 1120px;
  max-width: calc(100% - 48px);
  height: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gift-event-cta__title {
  margin: 0 0 14px;
  color: #111;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.gift-event-cta__lead {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 0.03em;
}


/* SP */
@media (max-width: 767px) {
  .gift-event-cta {
    height: auto;
    min-height: 190px;
    padding: 34px 0;
  }

  .gift-event-cta__inner {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .gift-event-cta__title {
    font-size: 24px;
    line-height: 1.45;
  }

  .gift-event-cta__lead {
    font-size: 12px;
    line-height: 1.9;
  }
}