/* Checkout page styles — scoped to preserve template design */

.checkout-page-section .checkout-form-card {
  border-radius: 20px;
  border: 1px solid #d4dcff;
  background: var(--white);
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(23, 1, 44, 0.06);
  margin-left: 0 !important;
}

.checkout-page-section .contact-wrapper-2 .contact-content {
  margin-left: 0;
}

.checkout-page-section .contact-wrapper-2 .contact-content .contact-form-items .form-clt .nice-select,
.checkout-page-section .contact-wrapper-2 .contact-content .contact-form-items .form-clt select {
  border: 1px solid #d4dced;
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
  width: 100%;
  height: auto;
  line-height: 1.4;
  background-color: transparent;
  float: none;
}

.checkout-page-section .contact-wrapper-2 .contact-content .contact-form-items .form-clt .nice-select .current {
  color: var(--text);
  font-weight: 400;
}

.checkout-page-section .contact-wrapper-2 .contact-content .contact-form-items .form-clt .nice-select:after {
  right: 18px;
}

.checkout-page-section .contact-wrapper-2 .contact-content .contact-form-items .form-clt .nice-select .list {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d4dced;
}

.checkout-page-section .checkout-form-card .section-title p,
.checkout-review-heading p {
  margin-top: 14px;
  color: var(--text);
  font-size: 16px;
  line-height: 175%;
}

.checkout-review-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.checkout-summary-card {
  margin-bottom: 0;
}

.checkout-summary-list li span:last-child {
  text-align: right;
  color: var(--header);
  font-weight: 500;
  max-width: 60%;
}

.checkout-summary-total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #d4dcff;
}

.checkout-summary-note {
  margin-top: 16px;
  color: var(--text);
  font-size: 14px;
}

.checkout-trust-list {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #d4dcff;
}

.checkout-trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--header);
  font-weight: 500;
  margin-bottom: 10px;
}

.checkout-trust-list li:last-child {
  margin-bottom: 0;
}

.checkout-trust-list li i {
  color: #087ebe;
}

.checkout-agree {
  margin-top: 4px;
}

.checkout-agree a {
  color: #087ebe;
  text-decoration: underline;
}

.checkout-review-list li {
  gap: 16px;
}

.checkout-review-list li span:last-child {
  text-align: right;
  color: var(--header);
  font-weight: 500;
  max-width: 65%;
}

.policy-content-card {
  border-radius: 20px;
  border: 1px solid #d4dcff;
  background: var(--white);
  padding: 40px 36px;
  box-shadow: 0 10px 30px rgba(23, 1, 44, 0.06);
}

.policy-content-card h2,
.policy-content-card h3 {
  margin-top: 28px;
  margin-bottom: 12px;
}

.policy-content-card h2:first-child,
.policy-content-card > h3:first-child {
  margin-top: 0;
}

.policy-content-card p,
.policy-content-card li {
  color: var(--text);
  line-height: 1.8;
}

.policy-content-card ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.policy-content-card li {
  margin-bottom: 8px;
  list-style: disc;
}

.policy-content-card .policy-updated {
  color: var(--header);
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .checkout-page-section .checkout-form-card,
  .policy-content-card {
    padding: 28px 22px;
  }

  .checkout-summary-card.sticky-style {
    position: relative !important;
    top: auto;
  }
}
