body.sltk-checkout-designed {
    --sltk-navy: #122e63;
    --sltk-navy-2: #0c2555;
    --sltk-text: #14213d;
    --sltk-muted: #667085;
    --sltk-line: #dfe5ee;
    --sltk-soft: #f6f8fb;
    --sltk-green: #12915f;
}
body.sltk-checkout-designed .site-content { background: #fff; }
body.sltk-checkout-designed .entry-content > .woocommerce { max-width: none; }
body.sltk-checkout-designed .woocommerce-form-coupon-toggle { display: none !important; }
.sltk-checkout-intro { max-width: 1180px; margin: -6px auto 24px !important; color: #44506a; font-size: 14px; }
.sltk-checkout-designed form.checkout { max-width: 1180px; margin: 0 auto; }
.sltk-checkout-designed .sltk-checkout-layout { display: grid !important; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 28px; align-items: start; }
.sltk-checkout-designed .sltk-checkout-main,
.sltk-checkout-designed .sltk-checkout-summary { width: auto !important; float: none !important; margin: 0 !important; }
.sltk-checkout-designed #customer_details { display: block !important; }
.sltk-checkout-section-stack { display: grid; gap: 16px; }
.sltk-checkout-section { background: #fff; border: 1px solid var(--sltk-line); border-radius: 10px; overflow: hidden; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.sltk-checkout-section__toggle { appearance: none; width: 100%; min-height: 82px; padding: 16px 18px; border: 0 !important; background: #fff !important; color: var(--sltk-text) !important; display: grid; grid-template-columns: 42px minmax(0,1fr) auto 16px; gap: 14px; align-items: center; text-align: left; cursor: pointer; box-shadow: none !important; }
.sltk-checkout-section__icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #f2f5fb; color: var(--sltk-navy); font-weight: 700; }
.sltk-checkout-section__number { font-size: 14px; line-height: 1; }
.sltk-checkout-section__complete-mark { display: none; font-size: 15px; line-height: 1; }
.sltk-checkout-section.is-complete .sltk-checkout-section__icon { background: #eaf8f1; color: var(--sltk-green); }
.sltk-checkout-section.is-complete .sltk-checkout-section__number { display: none; }
.sltk-checkout-section.is-complete .sltk-checkout-section__complete-mark { display: block; }
.sltk-checkout-section__icon svg,
.sltk-checkout-data-secure__icon svg,
.sltk-checkout-side-card__large-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sltk-checkout-section__copy { min-width: 0; }
.sltk-checkout-section__copy strong { display: block; font-size: 15px; line-height: 1.35; color: var(--sltk-navy-2); }
.sltk-checkout-section__copy small { display: block; margin-top: 4px; color: var(--sltk-muted); font-size: 12px; line-height: 1.45; }
.sltk-checkout-section__status { white-space: nowrap; padding: 5px 9px; border-radius: 999px; background: #edf2fb; color: var(--sltk-navy); font-size: 11px; font-weight: 600; }
.sltk-checkout-section__status.is-complete { background: #eaf8f1; color: var(--sltk-green); }
.sltk-checkout-section__chevron { width: 8px; height: 8px; border-right: 2px solid #667085; border-bottom: 2px solid #667085; transform: rotate(45deg); transition: transform .18s ease; }
.sltk-checkout-section__toggle[aria-expanded="true"] .sltk-checkout-section__chevron { transform: rotate(225deg); }
.sltk-checkout-section__panel { border-top: 1px solid var(--sltk-line); padding: 18px; background: #fff; }
.sltk-checkout-section__panel[hidden] { display: none !important; }
.sltk-checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.sltk-checkout-fields .form-row { width: auto !important; float: none !important; margin: 0 !important; }
.sltk-checkout-fields .form-row-wide,
.sltk-checkout-fields #billing_email_field,
.sltk-checkout-fields #billing_phone_field,
.sltk-checkout-fields #billing_company_field,
.sltk-checkout-fields #billing_country_field,
.sltk-checkout-fields #billing_address_1_field,
.sltk-checkout-fields #billing_address_2_field { grid-column: 1 / -1; }
.sltk-checkout-designed .woocommerce form .form-row label { font-size: 12px; font-weight: 500; color: #344054; margin-bottom: 6px; }
.sltk-checkout-designed .woocommerce form .form-row input.input-text,
.sltk-checkout-designed .woocommerce form .form-row textarea,
.sltk-checkout-designed .woocommerce form .form-row select,
.sltk-checkout-designed .select2-container .select2-selection--single { min-height: 42px; border: 1px solid #d6dce6; border-radius: 6px; background: #fff; box-shadow: none; }
.sltk-checkout-designed .woocommerce form .form-row input.input-text,
.sltk-checkout-designed .woocommerce form .form-row textarea { padding: 10px 12px; }
.sltk-checkout-designed .sltk-checkout-profile-fields { border: 0; padding: 0; margin: 0; background: transparent; }
.sltk-checkout-designed .sltk-checkout-profile-fields .form-row { margin-bottom: 14px; }
.sltk-checkout-designed .sltk-checkout-profile-fields .form-row:last-child { margin-bottom: 0; }
.sltk-checkout-designed input[type="file"] { width: 100%; padding: 12px; border: 1px dashed #b8c3d6 !important; border-radius: 8px; background: #f9fbfe; }
.sltk-checkout-data-secure { display: flex; gap: 14px; align-items: center; padding: 18px; border: 1px solid #e0e7f1; border-radius: 10px; background: #f7f9fc; }
.sltk-checkout-data-secure__icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: var(--sltk-navy); background: #eef3fa; }
.sltk-checkout-data-secure strong, .sltk-checkout-data-secure small { display: block; }
.sltk-checkout-data-secure strong { color: var(--sltk-navy-2); font-size: 13px; }
.sltk-checkout-data-secure small { margin-top: 3px; color: var(--sltk-muted); font-size: 11px; }
.sltk-checkout-order-card { border: 1px solid var(--sltk-line); border-radius: 10px; background: #fff; padding: 0 18px 18px; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.sltk-checkout-designed #order_review_heading { display: flex; justify-content: space-between; align-items: center; margin: 0 -18px !important; padding: 18px; border-bottom: 1px solid var(--sltk-line); font-size: 17px !important; color: var(--sltk-navy-2); }
.sltk-checkout-edit-cart { font-size: 12px; font-weight: 500; color: #1264d1 !important; }
.sltk-checkout-designed .woocommerce-checkout-review-order-table { margin: 0 !important; border: 0 !important; }
.sltk-checkout-designed .woocommerce-checkout-review-order-table th,
.sltk-checkout-designed .woocommerce-checkout-review-order-table td { padding: 14px 4px !important; border-color: #e5e9f0 !important; }
.sltk-checkout-designed .woocommerce-checkout-review-order-table thead { display: none; }
.sltk-checkout-designed .woocommerce-checkout-review-order-table .product-name { font-size: 12px; color: #344054; }
.sltk-checkout-designed .woocommerce-checkout-review-order-table .product-total { white-space: nowrap; text-align: right; }
.sltk-checkout-designed .woocommerce-checkout-review-order-table .order-total th,
.sltk-checkout-designed .woocommerce-checkout-review-order-table .order-total td { font-size: 16px; color: var(--sltk-navy-2); }
.sltk-checkout-coupon { margin: 4px 0 14px; padding: 12px 0 14px; border-bottom: 1px solid var(--sltk-line); }
.sltk-checkout-coupon__toggle { appearance: none; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; color: #475467 !important; font-size: 12px; font-weight: 500; cursor: pointer; }
.sltk-checkout-coupon__toggle span { color: #1264d1; font-weight: 600; }
.sltk-checkout-coupon__panel { margin-top: 10px; }
.sltk-checkout-coupon__panel[hidden] { display: none !important; }
.sltk-checkout-coupon form.checkout_coupon { display: grid !important; grid-template-columns: minmax(0,1fr) auto; gap: 8px; width: 100%; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.sltk-checkout-coupon form.checkout_coupon .form-row { width: auto !important; float: none !important; margin: 0 !important; }
.sltk-checkout-coupon form.checkout_coupon input.input-text { min-height: 40px; border: 1px solid #d6dce6; border-radius: 6px; padding: 9px 11px; }
.sltk-checkout-coupon form.checkout_coupon button { min-height: 40px; border-radius: 6px !important; background: var(--sltk-navy) !important; color: #fff !important; white-space: nowrap; }
.sltk-payment-heading { margin: 16px 0 10px !important; font-size: 15px !important; color: var(--sltk-navy-2); }
.sltk-checkout-designed #payment { background: transparent !important; border: 0 !important; }
.sltk-checkout-designed #payment ul.payment_methods { border: 1px solid var(--sltk-line); border-radius: 8px; padding: 0 !important; overflow: hidden; }
.sltk-checkout-designed #payment ul.payment_methods > li { margin: 0 !important; padding: 14px !important; border-bottom: 1px solid var(--sltk-line); }
.sltk-checkout-designed #payment ul.payment_methods > li:last-child { border-bottom: 0; }
.sltk-checkout-designed #payment div.payment_box { margin: 12px 0 0 !important; background: #f6f7f9 !important; border-radius: 6px; }
.sltk-checkout-designed #payment div.payment_box::before { display: none; }
.sltk-checkout-designed #payment .place-order { padding: 16px 0 0 !important; }
.sltk-checkout-designed #place_order { width: 100%; min-height: 48px; border-radius: 6px !important; background: var(--sltk-navy) !important; font-size: 14px; font-weight: 600; }
.sltk-checkout-payment-note { margin: 10px 0 0; text-align: center; color: var(--sltk-muted); font-size: 11px; }
.sltk-checkout-assurance { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--sltk-line); }
.sltk-checkout-assurance__items { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.sltk-checkout-assurance__item { display: flex; gap: 8px; align-items: flex-start; min-width: 0; }
.sltk-checkout-assurance__item > span { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #eef4fb; color: var(--sltk-navy); font-size: 11px; font-weight: 700; }
.sltk-checkout-assurance__item strong,
.sltk-checkout-assurance__item small { display: block; }
.sltk-checkout-assurance__item strong { color: var(--sltk-text); font-size: 10px; line-height: 1.35; }
.sltk-checkout-assurance__item small { margin-top: 1px; color: var(--sltk-muted); font-size: 9px; line-height: 1.35; }
.sltk-checkout-assurance__help { display: flex; gap: 9px; align-items: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid #edf0f5; }
.sltk-checkout-assurance__help-icon { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #f1f5fb; color: var(--sltk-navy); }
.sltk-checkout-assurance__help-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sltk-checkout-assurance__help strong { margin-right: 8px; color: var(--sltk-text); font-size: 11px; }
.sltk-checkout-assurance__help a { color: #1264d1; font-size: 11px; font-weight: 600; }
@media (min-width: 1101px) { .sltk-checkout-summary { position: sticky; top: 90px; } }
@media (max-width: 1100px) {
    .sltk-checkout-designed .sltk-checkout-layout { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 22px; }
    .sltk-checkout-assurance__items { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
    .sltk-checkout-intro, .sltk-checkout-designed form.checkout { max-width: 100%; }
    .sltk-checkout-designed .sltk-checkout-layout { grid-template-columns: 1fr; gap: 18px; }
    .sltk-checkout-summary { order: 2; }
}
@media (max-width: 560px) {
    .sltk-checkout-intro { margin-bottom: 16px !important; }
    .sltk-checkout-section__toggle { min-height: 74px; grid-template-columns: 38px minmax(0,1fr) 14px; gap: 11px; padding: 14px; }
    .sltk-checkout-section__icon { width: 38px; height: 38px; }
    .sltk-checkout-section__status { display: none; }
    .sltk-checkout-fields { grid-template-columns: 1fr; }
    .sltk-checkout-fields .form-row { grid-column: 1 !important; }
    .sltk-checkout-coupon form.checkout_coupon { grid-template-columns: 1fr; }
    .sltk-checkout-section__panel { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) { .sltk-checkout-section__chevron { transition: none; } }

.sltk-checkout-fields--shipping .woocommerce-form__label-for-checkbox { display: flex; gap: 8px; align-items: flex-start; font-weight: 500; }
.sltk-checkout-fields--shipping .shipping_address { grid-column: 1 / -1; }


/* Calm, consistent checkout validation notices. */
.sltk-checkout-designed .woocommerce-NoticeGroup-checkout,
.sltk-checkout-designed .woocommerce-notices-wrapper {
    margin: 0 0 18px;
}
.sltk-checkout-designed .woocommerce-error {
    display: grid;
    gap: 5px;
    margin: 0 !important;
    padding: 15px 18px 15px 46px !important;
    border: 1px solid #f0c8c5 !important;
    border-left: 4px solid #c94b45 !important;
    border-radius: 9px !important;
    background: #fff7f6 !important;
    box-shadow: none !important;
    color: #7a2e2a !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}
.sltk-checkout-designed .woocommerce-error::before {
    top: 15px !important;
    left: 17px !important;
    color: #b83f39 !important;
}
.sltk-checkout-designed .woocommerce-error li,
.sltk-checkout-designed .woocommerce-error li::marker,
.sltk-checkout-designed .woocommerce-error a,
.sltk-checkout-designed .woocommerce-error strong {
    color: #7a2e2a !important;
    font: inherit;
}
.sltk-checkout-designed .woocommerce-error a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.sltk-checkout-designed .woocommerce-error li + li { margin-top: 1px; }

/* Make asynchronous profile-document state unmistakable. */
.sltk-checkout-designed .sltk-xprofile-upload-status {
    display: block;
    min-height: 18px;
    margin-top: 6px;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}
.sltk-checkout-designed .sltk-xprofile-field.is-uploading .sltk-xprofile-upload-status {
    color: #475467;
}
.sltk-checkout-designed .sltk-xprofile-field.is-uploaded .sltk-xprofile-upload-status {
    color: #087a55;
    font-weight: 600;
}
.sltk-checkout-designed .sltk-xprofile-field.is-uploaded .sltk-xprofile-upload-status::before {
    content: "✓ ";
}
@media (max-width: 560px) {
    .sltk-checkout-designed .woocommerce-error {
        padding: 13px 14px 13px 42px !important;
        font-size: 12.5px !important;
    }
    .sltk-checkout-designed .woocommerce-error::before {
        top: 13px !important;
        left: 15px !important;
    }
}

/* Finite subscription/payment-plan copy must wrap cleanly on all breakpoints. */
.woocommerce-checkout .subscription-details,
.woocommerce-checkout .recurring-totals,
.woocommerce-checkout .first-payment-date,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}
.woocommerce-checkout .sltk-plan-price-note {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    opacity: .72;
}

/* Finite payment-plan schedules: always wrap inside narrow checkout columns. */
.woocommerce-checkout-review-order-table .variation-Paymentplan,
.woocommerce-checkout-review-order-table .variation-Paymentschedule,
.woocommerce-checkout-review-order-table dd,
.woocommerce-checkout-review-order-table .subscription-details {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}
.sltk-plan-final-payment { display:block; margin-top:3px; white-space:normal; }


/* Checkout financial summary mirrors the cart hierarchy. */
.woocommerce-checkout-review-order-table tr.sltk-checkout-due-today-heading th {
    padding: 18px 0 10px !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #172b5f !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-top: 1px solid #e4e7ec !important;
}
.woocommerce-checkout-review-order-table tr.sltk-future-payments-row td {
    padding: 18px 0 6px !important;
    border-top: 1px solid #e4e7ec !important;
}
.woocommerce-checkout .sltk-future-payments { display: grid; gap: 13px; width: 100%; }
.woocommerce-checkout .sltk-future-payments h3 {
    margin: 0 !important; text-align: left; font-size: 14px; line-height: 1.25; font-weight: 800; color: #172b5f;
}
.woocommerce-checkout .sltk-future-payments h4 {
    margin: 0 0 7px !important; text-align: left; font-size: 12px; line-height: 1.25; font-weight: 800; color: #344054;
}
.woocommerce-checkout .sltk-future-payments__group { display: grid; gap: 5px; }
.woocommerce-checkout .sltk-future-payments__rows,
.woocommerce-checkout .sltk-future-payments__subscriptions { display: grid; gap: 6px; }
.woocommerce-checkout .sltk-future-payment-row { display:flex; justify-content:space-between; gap:12px; align-items:baseline; font-size:12px; color:#475467; }
.woocommerce-checkout .sltk-future-payment-row strong { color:#172b5f; white-space:nowrap; }
.woocommerce-checkout .sltk-future-subscription { display:grid; gap:2px; text-align:left; font-size:12px; }
.woocommerce-checkout .sltk-future-subscription > strong { color:#172b5f; }
.woocommerce-checkout .sltk-future-subscription > span { color:#344054; font-weight:700; }
.woocommerce-checkout .sltk-future-subscription > small { color:#667085; }
@media (max-width: 560px) {
  .woocommerce-checkout-review-order-table tr.sltk-checkout-due-today-heading th,
  .woocommerce-checkout .sltk-future-payments h3 { font-size: 13px !important; }
  .woocommerce-checkout .sltk-future-payments h4 { font-size: 11.5px; }
}
