body.sng_page-template-sng-gift-certificate-template header.page-header {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

body.sng_page-template-sng-gift-certificate-template .content-area {
  margin: 0px auto 40px;
  padding: 180px 0px 101px;
  max-width: 100%;
  border-radius: 0px 0px 85px 85px;
}

body.sng_page-template-sng-gift-certificate-template
  header.page-header
  h1.entry-title {
  font-family: "Sniglet", Sans-serif;
  font-size: 78px;
  font-weight: 800;
  line-height: 74px;
  text-shadow: 12px 12px 12px #ffffff;
}

body.sng_page-template-sng-gift-certificate-template
  #content.type-sng-page
  .sng-page-content {
  padding: 0px;
  display: flex;
  gap: 40px;
  max-width: 1366px;
  margin: 0 auto 200px;
  z-index: 1;
  position: relative;
}

body.sng_page-template-sng-gift-certificate-template
  #content.type-sng-page
  .sng-page-content
  > div {
  width: 50%;
}

#sng_gift_certificate_form {
  width: 100% !important;
  position: relative;
  z-index: 1;
  padding: 60px 72px 30px !important;
  border-radius: 35px;
  max-width: 100% !important;
  background: #e8ecef;
}

.sng-gift-certificate-promo {
  flex-direction: column;
  border-radius: 19px;
  background: #d0e7fc;
  padding: 36px 30px 30px;
  margin-bottom: 30px;
}

.sng-gift-certificate-promo h2 {
  font-size: 24px;
  margin: 0px;
  line-height: 33px;
  margin-bottom: 20px;
}

.sng-gift-certificate-promo p {
  font-size: 16px;
  margin: 0px;
  line-height: 24px;
}

.sng-amount-total {
  background: #fff;
  border-radius: 19px;
  padding: 36px 30px 30px;
  margin-bottom: 20px;
}

.gift-bonus-subtitle {
  border: none;
  text-align: left;
  padding: 0px;
  background: transparent;
  font-size: 20px;
  color: #000;
  margin-bottom: 13px;
}

.gift-amount,
.gift-bonus,
.gift-total {
  padding: 0rem;
  border-bottom: none;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 28px;
}

.gift-total {
  margin-bottom: 0px;
}

.gift-total .value {
  font-weight: bold;
}

#sng_send_to_group {
  margin-bottom: 0px;
}

#sng_send_to_group > * {
  margin-bottom: 20px;
}

#gift_certificate_submit {
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  body.sng_page-template-sng-gift-certificate-template .content-area {
    padding: 120px 0px 20px;
    border-radius: 0px 0px 35px 35px;
  }

  body.sng_page-template-sng-gift-certificate-template header.page-header {
    padding: 0px 10px;
  }

  body.sng_page-template-sng-gift-certificate-template
    #content.type-sng-page
    .sng-page-content
    > div {
    width: 100%;
  }

  body.sng_page-template-sng-gift-certificate-template
    #content.type-sng-page
    .sng-page-content {
    padding: 0px 10px 20px;
    margin-bottom: 20px;
    gap: 20px;
    flex-direction: column;
  }

  body.sng_page-template-sng-gift-certificate-template
    header.page-header
    h1.entry-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  #sng_gift_certificate_form {
    margin-top: 0px !important;
    padding: 30px 20px !important;
  }
}
