.sng_page-template-sng-gift-certificate-template header.page-header {
  width: 100%;
  padding: 30px 150px;
  min-height: 250px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sng_page-template-sng-gift-certificate-template
  header.page-header
  h1.entry-title {
  color: #fff !important;
  margin: 5px 0px 0px 0px;
  font-weight: bold;
  font-size: 60px;
}

.sng_page-template-sng-gift-certificate-template
  #content.type-sng-page
  .sng-page-content {
  display: flex;
  gap: 56px;
  width: 100%;
  padding: 34px 150px 73px;
}

.sng_page-template-sng-gift-certificate-template
  #content.type-sng-page
  .sng-page-content
  > div {
  width: 50%;
}

#sng_gift_certificate_form {
  max-width: 530px;
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 50px 30px 50px;
  margin: -120px 0px 0px !important;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  float: right;
}

.sng-gift-certificate-promo {
  flex-direction: column;
  border-radius: 20px;
  background: #fff4f2;
  padding: 28px 30px 34px;
  margin-bottom: 20px;
}

.sng-gift-certificate-promo h2 {
  font-size: 26px;
  margin: 0px;
  line-height: 37px;
}

.sng-gift-certificate-promo p {
  font-size: 20px;
  margin: 0px;
  line-height: 37px;
}

.sng-amount-total {
  background: #f2f9f6;
  border-radius: 20px;
  padding: 28px 30px 32px;
}

.gift-bonus-subtitle {
  border: none;
  text-align: left;
  padding: 0px;
  background: transparent;
  font-size: 26px;
  color: #202020;
  margin-bottom: 8px;
}

.gift-amount,
.gift-bonus,
.gift-total {
  padding: 0rem;
  border-bottom: none;
  margin-bottom: 20px;
  font-size: 20px;
  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;
}

.sng-form-group label,
.sng-dog-fields-wrapper label {
  padding-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .sng_page-template-sng-gift-certificate-template
    #content.type-sng-page
    .sng-page-content {
    padding: 40px 10px;
    gap: 20px;
    flex-direction: column;
  }

  .sng_page-template-sng-gift-certificate-template
    #content.type-sng-page
    .sng-page-content
    > div {
    width: 100%;
  }

  #sng_gift_certificate_form {
    margin: 0px !important;
    padding: 30px 20px;
  }

  .sng_page-template-sng-gift-certificate-template header.page-header {
    padding: 30px 10px;
    min-height: 200px;
  }

  .sng_page-template-sng-gift-certificate-template
    header.page-header
    h1.entry-title {
    font-size: 40px;
    line-height: 40px;
  }
}
