.wc-ezengo-cc-payment-form {
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.wc-ezengo-cc-payment-form label {
    color: #DDBE58 !important;
    font-weight: 600 !important;
}

.wc-ezengo-cc-payment-form input[type="text"] {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 2px solid #DDBE58 !important;
}

.wc-ezengo-cc-payment-form .required {
    color: #ff6b6b !important;
}

.ezengo-test-mode-notice {
    background: linear-gradient(135deg, #DDBE58, #f4d03f) !important;
    color: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
}

.description {
    color: #ffffff !important;
}

.wc-ezengo-cc-payment-form input:focus {
    border-color: #DDBE58 !important;
    box-shadow: 0 0 0 3px rgba(221, 190, 88, 0.2) !important;
}

.wc-ezengo-cc-payment-form input::placeholder {
    color: #cccccc !important;
}

.field-group.ezengo-valid input {
    border-color: #4ade80 !important;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2) !important;
}

.field-group.ezengo-error input {
    border-color: #f87171 !important;
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.2) !important;
}

.field-group.ezengo-valid::after {
    color: #4ade80 !important;
}

.field-group.ezengo-error::after {
    color: #f87171 !important;
}

.ezengo-redirect-notice {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a) !important;
    color: #DDBE58 !important;
    border: 1px solid #DDBE58 !important;
}

.ezengo-redirect-notice p {
    color: #DDBE58 !important;
}

.woocommerce-checkout {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.woocommerce-checkout,
.woocommerce-checkout .woocommerce,
.woocommerce-checkout .entry-content {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-checkout-payment {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    color: #DDBE58 !important;
    border-bottom: 1px solid #DDBE58 !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout label {
    color: #DDBE58 !important;
    font-weight: 600 !important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    padding: 12px !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #DDBE58 !important;
    box-shadow: 0 0 0 3px rgba(221, 190, 88, 0.2) !important;
    outline: none !important;
}

.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #cccccc !important;
}

.woocommerce-checkout .payment_methods {
    background: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    list-style: none !important;
}

.woocommerce-checkout .payment_methods li {
    background: #2a2a2a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
}

.woocommerce-checkout .payment_methods li label {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .payment_methods li input[type="radio"] {
    accent-color: #DDBE58 !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-notice {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-notice::before {
    color: #DDBE58 !important;
}

.woocommerce-checkout .button,
.woocommerce-checkout input[type="submit"],
.woocommerce-checkout .place-order .button {
    background: #DDBE58 !important;
    color: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.woocommerce-checkout .button:hover,
.woocommerce-checkout input[type="submit"]:hover,
.woocommerce-checkout .place-order .button:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(221, 190, 88, 0.3) !important;
}

.woocommerce-checkout .place-order .button,
.wc-block-components-button,
.wc-block-checkout__button {
    background: linear-gradient(135deg, #DDBE58 0%, #f4d03f 100%) !important;
    color: #1a1a1a !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 40px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(221, 190, 88, 0.3) !important;
    min-width: 200px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.woocommerce-checkout .place-order .button::before,
.wc-block-components-button::before,
.wc-block-checkout__button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.5s ease !important;
}

.woocommerce-checkout .place-order .button:hover::before,
.wc-block-components-button:hover::before,
.wc-block-checkout__button:hover::before {
    left: 100% !important;
}

.woocommerce-checkout .place-order .button:hover,
.wc-block-components-button:hover,
.wc-block-checkout__button:hover {
    background: linear-gradient(135deg, #f4d03f 0%, #DDBE58 100%) !important;
    color: #1a1a1a !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(221, 190, 88, 0.4) !important;
    border: none !important;
}

.woocommerce-checkout .place-order .button:focus,
.wc-block-components-button:focus,
.wc-block-checkout__button:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(221, 190, 88, 0.3), 0 12px 30px rgba(221, 190, 88, 0.4) !important;
}

.woocommerce-checkout .place-order .button:active,
.wc-block-components-button:active,
.wc-block-checkout__button:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(221, 190, 88, 0.3) !important;
}

.woocommerce-checkout .place-order .button:disabled,
.wc-block-components-button:disabled,
.wc-block-checkout__button:disabled {
    background: #666666 !important;
    color: #cccccc !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

.woocommerce-checkout .place-order .button.loading,
.wc-block-components-button.loading,
.wc-block-checkout__button.loading {
    position: relative !important;
    color: transparent !important;
}

.woocommerce-checkout .place-order .button.loading::after,
.wc-block-components-button.loading::after,
.wc-block-checkout__button.loading::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 20px !important;
    height: 20px !important;
    margin: -10px 0 0 -10px !important;
    border: 2px solid #1a1a1a !important;
    border-top: 2px solid transparent !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    accent-color: #DDBE58 !important;
}

.woocommerce-checkout .shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    width: 100% !important;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #DDBE58 !important;
    padding: 12px !important;
    text-align: left !important;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    color: #DDBE58 !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .order-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
    background: #DDBE58 !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
    background: #DDBE58 !important;
    color: #1a1a1a !important;
    border-bottom: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order h3 {
    color: #DDBE58 !important;
    border-bottom: 1px solid #DDBE58 !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

/* ===== EZENGO ===== */

.ezengo-redirect-info-dark,
.wc-ezengo-cc-dark {
    background: #1a1a1a !important;
    border: 1.5px solid #DDBE58 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
    margin: 18px 0 0 0 !important;
    font-size: 1.08em !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3) !important;
}

.ezengo-redirect-info-dark .ezengo-redirect-icon,
.wc-ezengo-cc-dark .ezengo-redirect-icon {
    font-size: 1.7em !important;
    margin-right: 14px !important;
    color: #DDBE58 !important;
}

.ezengo-redirect-info-dark .ezengo-redirect-text,
.wc-ezengo-cc-dark .ezengo-redirect-text {
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    color: #ffffff !important;
}

.woocommerce-checkout .wc-ezengo-cc-payment-form {
    background: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
}

.woocommerce-checkout .wc-ezengo-cc-payment-form label {
    color: #DDBE58 !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .wc-ezengo-cc-payment-form input[type="text"] {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 2px solid #DDBE58 !important;
}

.woocommerce-checkout .ezengo-test-mode-notice {
    background: linear-gradient(135deg, #DDBE58, #f4d03f) !important;
    color: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
}

.woocommerce-checkout .description {
    color: #ffffff !important;
}

.woocommerce-checkout .ezengo-redirect-notice {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a) !important;
    color: #DDBE58 !important;
    border: 1px solid #DDBE58 !important;
}

.woocommerce-checkout .ezengo-redirect-notice p {
    color: #DDBE58 !important;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment h3 {
    color: #DDBE58 !important;
    border-bottom: 1px solid #DDBE58 !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout .payment_methods {
    background: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    list-style: none !important;
}

.woocommerce-checkout .payment_methods li {
    background: #2a2a2a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
}

.woocommerce-checkout .payment_methods li label {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .payment_methods li input[type="radio"] {
    accent-color: #DDBE58 !important;
}

.woocommerce-checkout .payment_methods li .payment_method_description {
    color: #cccccc !important;
    font-size: 0.9em !important;
    margin-top: 5px !important;
}

.woocommerce-checkout .payment_methods li .payment_box {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    margin-top: 10px !important;
}

.woocommerce-checkout .payment_methods li .payment_box::before {
    border-bottom-color: #DDBE58 !important;
}

.woocommerce-checkout .place-order {
    margin-top: 20px !important;
}

.woocommerce-checkout .place-order .button {
    background: #DDBE58 !important;
    color: #1a1a1a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important;
    text-align: center !important;
}

.woocommerce-checkout .place-order .button:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(221, 190, 88, 0.3) !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    color: #ffffff !important;
    font-size: 0.9em !important;
    line-height: 1.5 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
    color: #ffffff !important;
    margin: 0 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-link {
    color: #DDBE58 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-link:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.woocommerce-checkout .form-row {
    background: #1a1a1a !important;
    color: #ffffff !important;
    padding: 20px !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 8px !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #ppc-button-ppcp-applepay,
.woocommerce-checkout #ppc-button-ppcp-googlepay {
    margin-top: 10px !important;
}

.woocommerce-checkout input[type="hidden"] {
    display: none !important;
}

select {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
}

select:focus {
    outline: none !important;
    border-color: #DDBE58 !important;
    box-shadow: 0 0 0 3px rgba(221, 190, 88, 0.2) !important;
}

select option {
    background: #2a2a2a !important;
    color: #ffffff !important;
    padding: 10px !important;
}

.select2-container--default .select2-selection--single {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #DDBE58 transparent transparent transparent !important;
}

.select2-dropdown {
    background: #2a2a2a !important;
    border: 1px solid #DDBE58 !important;
    border-radius: 6px !important;
}

.select2-container--default .select2-results__option {
    color: #ffffff !important;
    background: #2a2a2a !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #DDBE58 !important;
    color: #1a1a1a !important;
}

.select2-dropdown {
    z-index: 9999 !important;
    position: absolute !important;
}

.select2-container--open {
    z-index: 9999 !important;
}

.navbar,
.nav-menu,
.menu,
.dropdown-menu,
.sub-menu {
    z-index: 1000 !important;
}

.top-menu,
.header-menu,
.navigation-menu,
.admin-bar {
    z-index: 1000 !important;
}

select:focus,
.select2-container--default .select2-selection--single:focus {
    z-index: 9999 !important;
    position: relative !important;
}



.top-right-menu,
.header-right-menu,
.admin-menu {
    display: none !important;
}

.floating-menu,
.popup-menu,
.context-menu {
    display: none !important;
}

@media (max-width: 768px) {
    .woocommerce-checkout .payment_methods li {
        padding: 12px !important;
    }

    .woocommerce-checkout .button,
    .woocommerce-checkout input[type="submit"] {
        width: 100% !important;
        text-align: center !important;
    }

    .ezengo-redirect-info-dark,
    .wc-ezengo-cc-dark {
        flex-direction: column !important;
        text-align: center !important;
    }

    .ezengo-redirect-info-dark .ezengo-redirect-icon,
    .wc-ezengo-cc-dark .ezengo-redirect-icon {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
}