.ldp-thanks {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f4efeb;
}
.ldp-thanks-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ldp-thanks-title {
  color: #b48c72;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.ldp-thanks-subtitle {
  margin-top: 8px;
  color: var(--Black, #242424);
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.ldp-sale {
  background-size: cover;
  width: 100%; /* full chiều rộng */
  height: 600px;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, rgba(244, 239, 235, 0) 0%, #f4efeb 100%);
  position: relative;
}
.ldp-sale-cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ldp-sale-cont-content {
  flex-basis: 40%;
}
.ldp-sale-cont-content-title {
  color: #b48c72;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.ldp-sale-cont-content-title span {
  color: #b48c72;
  font-family: "Averta Std CY";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.ldp-sale-times {
  display: flex;
  padding: 24px !important;
  align-items: center;
  gap: 40px;
  background: var(--Nn, #f8f3ef);
}
li.ldp-sale-item {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
li.ldp-sale-item strong {
  color: var(--Brand-04, #4c3d3d);
  text-align: center;

  /* Headline L/Bold */
  font-family: SVN-Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
li.ldp-sale-item p {
  color: var(--Brand-04, #4c3d3d);

  /* Title M/Medium */
  font-family: SVN-Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.ldp-sale-inputs-cont {
  margin-top: 12px;
}
.ldp-sale-inputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ldp-sale-inputs input {
  flex: 1 1 auto;
  padding: 10px 20px;
  align-items: flex-start;
  border: 0.5px solid #3f3a36;
  background-color: transparent;
  min-width: 0; /* tránh lỗi co giãn quá rộng */
  outline: none;
}

.ldp-sale-inputs input:first-child {
  flex-basis: 100%; /* input đầu tiên chiếm full width */
}

.ldp-sale-inputs-item-basic {
  flex-basis: 50%; /* các input này chiếm 50% nếu có class này */
}
.ldp-sale-button {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ldp-sale-inputs-btn {
  border: none;
  display: flex;
  padding: 10px 25px;
  align-items: flex-start;
  background: #b48c72;
  color: #fff;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ldp-sale-cont-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  display: flex;
  align-items: center;
}
.ldp-sale-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpcf7-form-control-wrap select {
  appearance: none !important; /* bỏ style mặc định trình duyệt */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border-radius: none;
}
.ldp-sale-inputs-cont .ldp-banner-form p:has(.ldp-banner-input-two) {
  width: 48%;
}
.ldp-sale-inputs-cont .ldp-banner-form p:has(.ldp-banner-input-one) {
  width: 100%;
}
.ldp-sale-inputs-cont .ldp-banner-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ldp-sale-inputs-cont .ldp-banner-form .ldp-btn-form {
  width: 100%;
}
.ldp-sale-inputs-cont .ldp-banner-form .ldp-btn-form p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .ldp-sale {
    height: auto;
  }
  .ldp-sale-cont {
    max-width: 100%;
    padding: 0 16px 31px 16px;
  }
  .ldp-sale-cont {
    width: 100%;
    margin: 0;
    flex-direction: column-reverse;
  }
  .ldp-sale-cont-img {
    position: relative;
    left: 0;
    width: 100%;
  }
  .ldp-sale-cont-content {
    margin-top: 37px;
  }
  .ldp-sale-cont-content {
    width: 100%;
  }
  .ldp-sale-inputs input {
    flex: none;
    width: 100%;
  }
  .ldp-sale-inputs-item-basic {
    flex-basis: 100%;
  }
  .ldp-sale-cont-content-title {
    color: #b48c72;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .ldp-sale-cont-content-title span {
    color: #b48c72;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .lfp-footer-bottom-img {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .ldp-thanks-title {
    font-size: 18px;
  }
  .ldp-thanks {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .ldp-btn-form {
    display: flex;
    justify-content: center !important;
  }
  .ldp-sale-inputs-cont .ldp-banner-form p:has(.ldp-banner-input-two) {
    width: 100%;
  }
}
