html body #central .tl-info-page-v2--gift-offer,
html body #central .tl-info-page-v2--gift-offer * {
  box-sizing: border-box;
}

html body #central .tl-info-page-v2--gift-offer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
  color: #26333b;
  font-family: "Open Sans", Arial, sans-serif;
}

html body #central .tl-info-page-v2--gift-offer h1 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #17242c !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

html body #central .tl-info-page-v2--gift-offer p {
  margin: 0 0 10px !important;
  color: #26333b !important;
  font-size: 15.5px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

html body #central .tl-info-page-v2--gift-offer p:last-child {
  margin-bottom: 0 !important;
}

html body #central .tl-info-page-v2--gift-offer a {
  color: #0877b3 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  overflow-wrap: anywhere !important;
}

html body #central .tl-info-page-v2--gift-offer a:hover,
html body #central .tl-info-page-v2--gift-offer a:focus {
  color: #075f8e !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-hero {
  position: relative !important;
  margin: 0 0 18px !important;
  padding: 24px 26px !important;
  overflow: hidden !important;
  border: 1px solid #dce6ec !important;
  border-top: 4px solid #d99a16 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 6px 22px rgba(27, 73, 98, 0.08) !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-hero::after {
  content: "";
  position: absolute;
  top: -52px;
  right: -52px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(217, 154, 22, 0.08);
  pointer-events: none;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-lead {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 12px !important;
  color: #17242c !important;
  font-size: 19px !important;
  line-height: 1.45 !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-lead strong {
  color: #9a6510 !important;
  font-weight: 800 !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-conditions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-condition {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 16px 17px !important;
  border: 1px solid #eadbb4 !important;
  border-left: 4px solid #d99a16 !important;
  border-radius: 10px !important;
  background: #fffaf0 !important;
  color: #59481f !important;
  font-size: 13.5px !important;
  line-height: 1.45 !important;
  box-shadow: 0 3px 12px rgba(79, 62, 25, 0.05) !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-condition em,
html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-condition u {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-more {
  margin: 0 !important;
  padding: 17px 19px !important;
  border: 1px solid #d8e6ed !important;
  border-left: 4px solid #1297e2 !important;
  border-radius: 0 11px 11px 0 !important;
  background: #f3f9fc !important;
  box-shadow: 0 4px 16px rgba(27, 73, 98, 0.06) !important;
}

@media screen and (max-width: 900px) {
  html body #central .tl-info-page-v2--gift-offer {
    margin-bottom: 22px;
  }

  html body #central .tl-info-page-v2--gift-offer h1 {
    margin-bottom: 14px !important;
    font-size: 28px !important;
  }

  html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-conditions {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }
}

@media screen and (max-width: 560px) {
  html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-hero,
  html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-condition,
  html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-more {
    padding: 15px 14px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  html body #central .tl-info-page-v2--gift-offer p {
    font-size: 15px !important;
    line-height: 1.46 !important;
  }

  html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-lead {
    font-size: 17px !important;
  }

  html body #central .tl-info-page-v2--gift-offer .tl-info-page-v2__gift-condition {
    font-size: 13.5px !important;
  }
}
