body.woocommerce-checkout:not(.woocommerce-order-received),
body.woocommerce-checkout:not(.woocommerce-order-received) #page,
body.woocommerce-checkout:not(.woocommerce-order-received) #content,
body.woocommerce-checkout:not(.woocommerce-order-received) .site,
body.woocommerce-checkout:not(.woocommerce-order-received) .site-content {
    background: #f5f6f8 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    padding: 18px 14px 34px;
    color: #151922;
    font-family: inherit;
}

.cdp-wc-plan-summary,
.cdp-wc-checkout-steps,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review,
.cdp-wc-checkout-actions {
    box-sizing: border-box;
}

.cdp-wc-plan-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    margin: 0 0 10px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e2e7ee;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(18, 21, 27, 0.06);
}

.cdp-wc-plan-summary-title {
    display: block;
    color: #151922;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.cdp-wc-plan-summary-total {
    flex: 0 0 auto;
    color: #13833f;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

.cdp-wc-plan-summary-total span {
    color: #687385;
    font-size: 12px;
    font-weight: 800;
}

.cdp-wc-checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 12px;
}

.cdp-wc-step {
    min-height: 58px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e3e8ef;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    opacity: 0.42;
}

.cdp-wc-step-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 999px;
    background: #edf1f6;
    color: #687385;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.cdp-wc-step-label {
    color: #151922;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
}

.cdp-wc-step.is-active {
    opacity: 1;
    border-color: rgba(247, 148, 29, 0.58);
    background: #fff7eb;
    box-shadow: 0 8px 20px rgba(247, 148, 29, 0.12);
}

.cdp-wc-step.is-active .cdp-wc-step-number {
    background: #f7941d;
    color: #ffffff;
}

.cdp-wc-step.is-complete {
    opacity: 1;
    border-color: rgba(24, 164, 83, 0.38);
    background: #f1fbf5;
}

.cdp-wc-step.is-complete .cdp-wc-step-number {
    background: #18a453;
    color: #ffffff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
    display: block;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review,
body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login {
    width: 100%;
    max-width: none;
    background: #ffffff;
    border: 1px solid #e2e7ee;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(18, 21, 27, 0.07);
    padding: 16px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set .col-1,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set .col-2 {
    float: none;
    width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review {
    margin-top: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    color: #151922;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 13px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
    margin-bottom: 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label {
    color: #151922;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 850;
    margin-bottom: 6px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea {
    width: 100%;
    min-height: 46px;
    border: 1.4px solid #d8dee8 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #151922 !important;
    padding: 11px 13px !important;
    box-sizing: border-box;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) select:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea:focus {
    border-color: #f7941d !important;
    box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.12) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-country-field,
body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field {
    box-sizing: border-box;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-country-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field {
    width: 100%;
    padding-left: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-country-field select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.cdp-wc-phone-picker {
    position: relative;
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: stretch;
    z-index: 20;
}

.cdp-wc-phone-picker.is-open {
    z-index: 80;
}

.cdp-wc-phone-picker-button {
    width: auto;
    min-width: 88px;
    min-height: 44px;
    border: 0;
    border-right: 1px solid #e5e9ef;
    border-radius: 10px 0 0 10px;
    background: #f8fafc;
    color: #151922;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    outline: none;
    box-shadow: none;
    margin: 1px 0 1px 1px;
    -webkit-tap-highlight-color: transparent;
}

.cdp-wc-phone-picker-button:focus {
    background: #f8fafc;
    color: #151922;
    box-shadow: none;
}

.cdp-wc-phone-picker-button:hover,
.cdp-wc-phone-picker-button:active {
    background: #f8fafc;
    color: #151922;
    box-shadow: none;
    outline: none;
}

.cdp-wc-phone-flag {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.08);
    flex: 0 0 auto;
}

.cdp-wc-phone-flag-fallback {
    display: none;
    font-size: 17px;
    line-height: 1;
}

.cdp-wc-phone-picker.is-flag-fallback .cdp-wc-phone-flag {
    display: none;
}

.cdp-wc-phone-picker.is-flag-fallback .cdp-wc-phone-flag-fallback {
    display: inline-block;
}

.cdp-wc-phone-picker-code {
    white-space: nowrap;
}

.cdp-wc-phone-picker-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 270px;
    max-width: calc(100vw - 40px);
    max-height: 260px;
    overflow: auto;
    padding: 6px;
    border: 1px solid #d8dee8;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
    z-index: 90;
    display: none;
}

.cdp-wc-phone-picker.is-open .cdp-wc-phone-picker-list {
    display: block;
}

.cdp-wc-phone-picker-option {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #151922;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    text-align: left;
}

.cdp-wc-phone-picker-option:hover,
.cdp-wc-phone-picker-option:focus,
.cdp-wc-phone-picker-option:active,
.cdp-wc-phone-picker-option.is-selected {
    background: #f8fafc;
    color: #151922;
    outline: none;
    box-shadow: none;
}

.cdp-wc-phone-status {
    width: 100%;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    clear: both;
    display: none;
}

.cdp-wc-phone-status.is-muted {
    color: #687385;
}

.cdp-wc-phone-status.is-error {
    color: #dc2626;
}

.cdp-wc-phone-status.is-ok {
    color: #17663a;
}

.cdp-wc-phone-status.is-visible {
    display: block;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 46px;
    border: 1.4px solid #d8dee8;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field .woocommerce-input-wrapper:focus-within {
    border-color: #f7941d;
    box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.12);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field .input-text {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
    border: 0 !important;
    border-radius: 0 12px 12px 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    padding: 11px 13px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field .input-text:focus {
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-readonly-field .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-readonly-field input {
    background: #f8fafc !important;
    color: #687385 !important;
    cursor: default !important;
    pointer-events: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-picker.is-readonly .cdp-wc-phone-picker-button {
    background: #f8fafc;
    color: #687385;
    cursor: default;
    pointer-events: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-hidden-field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
    display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle .woocommerce-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    padding: 10px 12px !important;
    border: 1px solid #e2e7ee;
    border-radius: 14px;
    background: #ffffff;
    color: #687385;
    font-size: 0;
    box-shadow: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle .woocommerce-info::before {
    content: "";
    position: static;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 999px;
    background: #edf1f6;
    margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle .woocommerce-info::after {
    content: "¿Ya tienes cuenta?";
    color: #687385;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle .showlogin {
    margin-left: auto;
    color: #f7941d;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle {
    display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login {
    clear: both;
    width: 100%;
    max-width: none;
    margin: 0 0 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login > p:first-child {
    display: none;
}

.cdp-wc-login-title {
    color: #151922;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 13px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login .form-row {
    margin-bottom: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login .lost_password {
    color: #687385;
    font-size: 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login button[type="submit"] {
    width: 100%;
    min-height: 46px;
    border-radius: 999px !important;
    background: #f7941d !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 900;
}

.cdp-wc-login-back {
    display: block;
    width: auto;
    min-height: 0;
    margin: 10px auto 0;
    border: 0;
    background: transparent;
    color: #f7941d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.cdp-wc-login-prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 11px 0 0;
    color: #687385;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 750;
    text-align: center;
}

.cdp-wc-login-prompt button {
    border: 0;
    background: transparent;
    color: #f7941d;
    cursor: pointer;
    padding: 0;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
}

.cdp-wc-logged-account {
    margin: 12px 0 0;
    padding: 14px;
    border: 1px solid #e2e7ee;
    border-radius: 14px;
    background: #f8fafc;
}

.cdp-wc-logged-account-copy span,
.cdp-wc-logged-account-copy em {
    display: block;
    color: #687385;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 800;
}

.cdp-wc-logged-account-copy strong {
    display: block;
    margin-top: 4px;
    color: #151922;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
}

.cdp-wc-logged-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cdp-wc-logged-account-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #e2e7ee;
    color: #151922;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.cdp-wc-logged-account-actions a:first-child {
    background: #f7941d;
    border-color: #f7941d;
    color: #ffffff;
}

body.cdp-wc-step-2 .cdp-wc-login-prompt {
    display: none !important;
}

body.cdp-wc-step-2 .cdp-wc-logged-account {
    display: none !important;
}

body.cdp-wc-login-mode form.checkout > .col2-set,
body.cdp-wc-login-mode .cdp-wc-login-prompt,
body.cdp-wc-login-mode .cdp-wc-checkout-actions-customer {
    display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    margin: 0;
    border-radius: 14px;
    background: #ffffff !important;
    border: 0;
}

.cdp-wc-payment-title {
    display: none;
    color: #151922;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    margin: 0 0 13px;
}

body.cdp-wc-step-2 .cdp-wc-payment-title {
    display: block;
}

.cdp-wc-payment-notice {
    display: none;
    margin: -5px 0 12px;
    padding: 9px 11px;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    background: #fff7ed;
    color: #b45309;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 850;
}

.cdp-wc-payment-notice.is-visible {
    display: block;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
    border-bottom: 1px solid #eef1f5 !important;
    padding: 0 0 10px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li {
    background: #ffffff;
    border: 1px solid #e4e9f0;
    border-radius: 12px;
    padding: 10px 12px;
    margin: 0 0 8px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li > label {
    font-size: 14px;
    font-weight: 850;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8fafc !important;
    color: #4b5563;
    font-size: 13px;
}

body.cdp-wc-step-2:not(.cdp-wc-payment-open) #payment div.payment_box {
    max-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box::before {
    display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box input[type="text"],
body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box input[type="tel"],
body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box input[type="number"] {
    max-width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box p:has(input[maxlength="1"]),
body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box div:has(> input[maxlength="1"]) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box input[maxlength="1"] {
    width: 42px !important;
    min-width: 42px;
    max-width: 42px;
    height: 48px;
    min-height: 48px;
    padding: 8px !important;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
    padding: 10px 0 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text {
    margin: 0 0 8px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text p {
    margin: 0;
    color: #7b8494;
    font-size: 11px;
    line-height: 1.35;
}

body.cdp-wc-step-1.woocommerce-checkout:not(.woocommerce-order-received) #place_order,
body.cdp-wc-step-2.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.cdp-wc-checkout-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.cdp-wc-action-button {
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.cdp-wc-action-primary {
    background: #f7941d;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(247, 148, 29, 0.22);
}

.cdp-wc-action-secondary {
    background: #edf1f6;
    color: #151922;
}

.cdp-wc-checkout-actions-customer .cdp-wc-action-button {
    width: 100%;
}

.cdp-wc-checkout-actions-payment .cdp-wc-action-button {
    flex: 1 1 0;
}

.cdp-wc-checkout-actions-payment [data-cdp-checkout-pay].is-disabled {
    background: #e5e7eb;
    color: #7b8494;
    box-shadow: none;
    opacity: 0.82;
    cursor: not-allowed;
}

body.cdp-wc-step-1 form.checkout #order_review,
body.cdp-wc-step-1 .cdp-wc-checkout-actions-payment {
    display: none !important;
}

body.cdp-wc-step-2 form.checkout > .col2-set,
body.cdp-wc-step-2 .cdp-wc-checkout-actions-customer {
    display: none !important;
}

body.cdp-wc-step-2 form.checkout #order_review {
    display: block;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-field-error .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-field-error select {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-field-error.cdp-wc-phone-country-field select {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-field-error.cdp-wc-phone-country-field .cdp-wc-phone-picker-button {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-field-error.cdp-wc-phone-field .woocommerce-input-wrapper {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message {
    border-radius: 14px;
    box-shadow: none;
}

@media (max-width: 560px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
        padding: 12px 10px 28px;
    }

    .cdp-wc-plan-summary {
        min-height: 54px;
        padding: 11px 12px;
    }

    .cdp-wc-plan-summary-title {
        font-size: 13px;
    }

    .cdp-wc-plan-summary-total {
        font-size: 18px;
    }

    .cdp-wc-checkout-steps {
        gap: 6px;
    }

    .cdp-wc-step {
        min-height: 66px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 6px;
        padding: 8px 5px;
    }

    .cdp-wc-step-label {
        font-size: 12px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set,
    body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review,
    body.woocommerce-checkout:not(.woocommerce-order-received) form.woocommerce-form-login {
        padding: 14px;
    }

    .cdp-wc-checkout-actions-payment {
        gap: 8px;
    }

    .cdp-wc-action-button {
        min-height: 48px;
        padding: 0 14px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .cdp-wc-phone-field {
        width: 100%;
        padding-left: 0;
    }

    .cdp-wc-phone-picker-list {
        width: 244px;
    }
}

@media (max-width: 340px) {
    .cdp-wc-checkout-actions-payment {
        flex-wrap: wrap;
    }

    .cdp-wc-checkout-actions-payment .cdp-wc-action-button {
        flex-basis: 100%;
    }
}
