.payment-container {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.payment-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-container p {
    font-size: 12px;
    color: gray;
    margin-bottom: 20px;
}

.payment-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;

}

.payment-method input {
    margin-right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.payment-method img {
    width: 70px !important;
    margin-right: 10px;
}

.payment-method label {
    font-weight: 400;
    font-size: 16px;
    flex: 1;
    padding-left: 70px;

}

/* ===================modal========================== */
.modal-plugin {
    display: flex;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.modal-content-plugin {
    background-color: #fefefe;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

/* //=================================================================== */


.imageBoxPlugin {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    width: 100%;
}

.imageBoxPlugin img {
    max-width: 100%;
    height: auto;
}

/* Imagem específica do é-Kwanza (menor) */
#ekwanza-modal .imageBoxPlugin img {
    max-width: 120px !important;
    height: auto !important;
}

/* Imagem do Multicaixa Express */
#express-modal .imageBoxPlugin img {
    max-width: 120px !important;
    height: auto !important;
}

/* Imagem do modal Referência Multicaixa */
#reference-modal .imageBoxPlugin img {
    max-width: 120px !important;
    height: auto !important;
}

.header_payment {
    font-size: 0.9em;
    padding: 5px;
    margin: 0 0 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.text_info {
    font-size: 0.65em;
    text-align: center;
    margin-bottom: 10px;
}

.button_ekwanza {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 12px;
    border: none;
    border-radius: 5px;
    background: #f47920 !important;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center !important;
    margin: 8px 0 5px 0;
    transition: all 0.3s ease;
    box-sizing: border-box !important;
}

.button_ekwanza:hover {
    background: #e66a10 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(244, 121, 32, 0.3);
}

.button_ekwanza:active {
    transform: translateY(0);
}



.phone_number_box {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    background-color: #6c757d !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}

.number_indicative {
    width: 20% !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
    color: #fff !important;
    padding: 10px 5px !important;
    background-color: #6c757d !important;
}

#phone_number,
#phone_number_ekwanza {
    width: 80% !important;
    height: auto !important;
    border: none !important;
    border-left: solid 1px #cbc9c9 !important;
    background: #fff !important;
    border-radius: 0 5px 5px 0 !important;
    padding: 10px 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-family: 'Courier New', Courier, monospace !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

/* Padding left específico para é-Kwanza */
#phone_number_ekwanza {
    padding-left: 15px !important;
}

#phone_number:focus,
#phone_number_ekwanza:focus {
    border-left-color: #0073aa !important;
    box-shadow: inset 0 0 5px rgba(0, 115, 170, 0.3) !important;
}

#phone_number::placeholder,
#phone_number_ekwanza::placeholder {
    color: #999 !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.form-plugin-div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.form_plugin {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.form_plugin > div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.form_plugin .phone_number_box {
    margin-bottom: 8px !important;
}

.text {
    color: #777;
    text-align: center;
    padding: 4px 10px;
}

/* LOADING */
.loading,
.loadingVerifyStatus {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;

}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 8px;
    border: 4px solid #f47920;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f47920 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*====== LOADING CSS END======== */
.has-ref-container {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.ref,
.ref-text {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#countdown_container,
#countdown_container_express {
    display: flex;
    justify-content: center;
    align-items: center;

}

#countdown,
#countdown_express {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    color: #777;
    margin-left: 10px;
}

.time_confirm {
    color: #777;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
}

.done-icon {
    width: 70px;
    height: 70px;
    background-color: #f47920;
    /* Green color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.done-icon::before {
    content: '\2713';
    /* Unicode character for checkmark */
    font-size: 24px;
    color: #fff;
    /* White color */
}

.success_payment,
.success_payment_express {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.success_payment h3,
.success_payment_express h3 {
    color: #f47920;
    font-size: 1em !important;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.error_payment {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error_payment h3 {
    font-size: 1.2em !important;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: red;
}

.error-icon {
    width: 70px;
    display: none;
    align-items: center;
    justify-content: center;
}

.error-icon::before {
    content: '\1F6AB';
    font-size: 40px;
    color: #fff;
}

#already_paid_button {
    display: none;

}

.ref-clipboard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.tooltip {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.tooltip button {
    background-color: transparent;
    border: none;
    color: #f47920;
    cursor: pointer;
    font-size: 0.85em;
    text-decoration: underline;
    padding: 5px 10px;
    transition: color 0.3s;
}

.tooltip button:hover {
    color: #d66a1a;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85em;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#copyText {
    font-weight: 500;
    text-decoration: underline;
    color: #888;
    cursor: pointer;
}

/* ============ Estilos do Modal de Referência ============ */
.reference-details-container {
    width: 100%;
    margin-top: 10px;
}

.reference-info-box {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
}

.reference-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.reference-item:last-child {
    border-bottom: none;
}

.reference-label {
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

.reference-value {
    font-weight: 700;
    color: #2c3e50;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.5px;
}

.copy-reference-btn {
    width: 100%;
    padding: 10px 12px;
    background: #0073aa !important;
    color: white !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.copy-reference-btn:hover {
    background: #005a87 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 115, 170, 0.3);
}

.copy-reference-btn:active {
    transform: translateY(0);
}

.reference-note {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: 12px 0;
    padding: 10px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 5px;
    line-height: 1.4;
}

/* Ajuste do botão Finalizar no modal de referência */
#reference-modal .button_ekwanza {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 8px 0 5px 0 !important;
}

#reference-modal .reference-details-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

#reference-modal .form_plugin {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}


/*  ============================={ New styles}=============================== */

.payment-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
}

.payment-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-container p {
    font-size: 12px;
    color: gray;
    margin-bottom: 20px;
}


.payment-method input {
    margin-right: 10px;
}

.payment-method img {
    width: 30px;
    margin-right: 10px;
}

.payment-button-plugin {
    width: 100%;
    background-color: black;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
}

.payment-button-plugin:hover {
    background-color: #333;
}


/* reference_container */
.container-plugin {
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.payment-options {
    margin: 20px 0;
}

.option {
    margin-bottom: 20px;
}

.details {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px;
}

.or {
    font-weight: bold;
    margin: 10px 0;
}

.highlight {
    font-weight: bold;
    color: #555;
}

.recaptcha {
    margin-top: 20px;
    font-size: 12px;
    color: #888;
}

#container_reference {
    display: none;
}



#reference_container_button p {
    font-weight: bold;
    color: #555;
    font-size: 40px;
    text-align: center;
}

#sucess_reference {
    font-weight: bold;
    color: #11ab03;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .payment-container {
        width: 95%;
        padding: 15px;
    }

    .payment-method {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
    }

    .payment-method img {
        margin-bottom: 10px;
    }

    .payment-method label {
        padding-left: 0;
        font-size: 12px;
    }

    .modal-plugin {
        padding: 10px;
    }

    .modal-content-plugin {
        width: 95%;
        padding: 12px;
        margin: 5px;
    }

    .payment-button-plugin {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    .button_ekwanza {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    .header_payment {
        font-size: 0.8em;
        padding: 3px;
    }

    .button_ekwanza,
    .payment-button-plugin {
        width: 100%;
    }
    
    /* Ajuste de imagens em tablets */
    #ekwanza-modal .imageBoxPlugin img {
        max-width: 100px !important;
    }
    
    #express-modal .imageBoxPlugin img {
        max-width: 100px !important;
    }
    
    #reference-modal .imageBoxPlugin img {
        max-width: 100px !important;
    }
}

@media screen and (max-width: 480px) {
    .payment-container h2 {
        font-size: 20px;
    }

    .payment-container p {
        font-size: 11px;
    }

    .payment-method label {
        font-size: 14px;
    }

    .button_ekwanza,
    .payment-button-plugin {
        font-size: 16px;
    }

    .container-plugin {
        width: 95%;
    }
    
    .modal-content-plugin {
        width: 98%;
        padding: 8px;
        margin: 2px;
    }

    .payment-button-plugin {
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .button_ekwanza {
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .header_payment {
        font-size: 0.75em;
        padding: 2px;
    }
    
    #phone_number,
    #phone_number_ekwanza {
        padding: 8px 10px !important;
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
    }
    
    #phone_number_ekwanza {
        padding-left: 12px !important;
    }
    
    .number_indicative {
        font-size: 1em !important;
        padding: 8px 3px !important;
    }
    
    /* Ajuste de imagens em mobile */
    #ekwanza-modal .imageBoxPlugin img {
        max-width: 80px !important;
    }
    
    #express-modal .imageBoxPlugin img {
        max-width: 80px !important;
    }
    
    #reference-modal .imageBoxPlugin img {
        max-width: 80px !important;
    }
    
    /* Ajustes do modal de referência em mobile */
    .reference-info-box {
        padding: 12px;
    }
    
    .reference-label {
        font-size: 12px;
    }
    
    .reference-value {
        font-size: 13px;
    }
    
    .copy-reference-btn {
        font-size: 12px;
        padding: 8px 10px;
    }
    
    .reference-note {
        font-size: 11px;
        padding: 8px;
    }
}


/* Estilos para checkout clássico */
.payment-container-classic {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}

.payment-container-classic h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.payment-container-classic p {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.payment-method-classic {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.payment-method-classic:hover {
    background-color: #f9f9f9;
}

.payment-method-classic input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}

.payment-method-classic label {
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    flex: 1;
}

.payment-description {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* 
========== Estilos Melhorados para Checkout Clássico ========== */

.payment-container-classic {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.payment-container-classic h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #2c3e50;
    text-align: center;
}

.payment-container-classic > p {
    font-size: 13px;
    color: #7f8c8d;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 400;
}

/* Lista de métodos de pagamento */
.payment-methods-list {
    margin-bottom: 15px;
}

.payment-method-classic {
    display: flex;
    align-items: center;
    padding: 15px 12px;
    margin-bottom: 10px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
}

.payment-method-classic:hover {
    border-color: #f47920;
    background-color: #fff8f3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(244, 121, 32, 0.1);
}

.payment-method-classic.selected {
    border-color: #f47920;
    background-color: #fff8f3;
    box-shadow: 0 2px 8px rgba(244, 121, 32, 0.15);
}

.payment-method-classic input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    cursor: pointer;
    accent-color: #f47920;
    flex-shrink: 0;
}

.payment-method-classic img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
}

.payment-method-classic label {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    cursor: pointer;
    flex: 1;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Botão de escolha */
.payment-button-plugin {
    width: 100%;
    background: linear-gradient(135deg, #f47920 0%, #e66a10 100%);
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 6px rgba(244, 121, 32, 0.2);
}

.payment-button-plugin:hover {
    background: linear-gradient(135deg, #e66a10 0%, #d65a00 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(244, 121, 32, 0.3);
}

.payment-button-plugin:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(244, 121, 32, 0.2);
}

.payment-button-plugin:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Descrição do método */
.payment-description {
    margin-bottom: 15px;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #f47920;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.payment-description strong {
    color: #e74c3c;
    font-weight: 600;
}

/* Responsivo para mobile */
@media screen and (max-width: 768px) {
    .payment-container-classic {
        padding: 15px;
        margin: 10px 0;
    }
    
    .payment-container-classic h3 {
        font-size: 18px;
    }
    
    .payment-method-classic {
        padding: 12px 10px;
    }
    
    .payment-method-classic img {
        width: 50px !important;
        height: 50px !important;
        margin-right: 10px;
    }
    
    .payment-method-classic label {
        font-size: 14px;
    }
    
    .payment-method-classic input[type="radio"] {
        margin-right: 10px;
    }
    
    .payment-button-plugin {
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .payment-container-classic {
        padding: 12px;
    }
    
    .payment-container-classic h3 {
        font-size: 16px;
    }
    
    .payment-container-classic > p {
        font-size: 11px;
        margin-bottom: 15px;
    }
    
    .payment-method-classic {
        padding: 10px 8px;
        margin-bottom: 8px;
    }
    
    .payment-method-classic img {
        width: 45px !important;
        height: 45px !important;
        margin-right: 8px;
    }
    
    .payment-method-classic label {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .payment-method-classic input[type="radio"] {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    
    .payment-button-plugin {
        padding: 10px 14px;
        font-size: 13px;
    }
}

/* Animações suaves */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.payment-method-classic {
    animation: fadeIn 0.3s ease-out;
}

/* Estado de foco para acessibilidade */
.payment-method-classic:focus-within {
    outline: 2px solid #f47920;
    outline-offset: 2px;
}

.payment-method-classic input[type="radio"]:focus {
    outline: 2px solid #f47920;
    outline-offset: 2px;
}

/* Melhorias para o container de modais */
#epagamentos-modals-container {
    position: relative;
    z-index: 9999;
}

/* Ajustes para integração com WooCommerce */
.woocommerce-checkout #epagamentos-container {
    margin: 0;
}

.woocommerce-checkout .payment-method-classic {
    background: #fff;
}

/* Estilos para modo de teste */
.payment-description strong[style*="color: red"] {
    display: inline-block;
    padding: 2px 8px;
    background: #ffe6e6;
    border-radius: 4px;
    font-size: 13px;
}

/* ========== Estilos específicos para WooCommerce Blocks ========== */

/* Container de métodos de pagamento no Blocks */
.epagamentos-payment-methods {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px;
    margin: 10px 0;
}

/* Lista de métodos no Blocks */
.epagamentos-payment-methods .payment-methods-list {
    margin-bottom: 15px;
}

/* Botão "Escolher a Forma de Pagamento" no Blocks */
#epagamentos-choose-payment,
.epagamentos-payment-methods .button.alt.wp-element-button {
    width: 100% !important;
    max-width: 100% !important;
    background: linear-gradient(135deg, #f47920 0%, #e66a10 100%) !important;
    color: white !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 6px rgba(244, 121, 32, 0.2) !important;
    text-align: center !important;
    display: block !important;
}

#epagamentos-choose-payment:hover,
.epagamentos-payment-methods .button.alt.wp-element-button:hover {
    background: linear-gradient(135deg, #e66a10 0%, #d65a00 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(244, 121, 32, 0.3) !important;
}

#epagamentos-choose-payment:active,
.epagamentos-payment-methods .button.alt.wp-element-button:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(244, 121, 32, 0.2) !important;
}

#epagamentos-choose-payment:disabled,
.epagamentos-payment-methods .button.alt.wp-element-button:disabled {
    background: #cccccc !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Métodos de pagamento no Blocks */
.epagamentos-payment-methods .payment-method-classic {
    display: flex;
    align-items: center;
    padding: 15px 12px;
    margin-bottom: 10px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
}

.epagamentos-payment-methods .payment-method-classic:hover {
    border-color: #f47920;
    background-color: #fff8f3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(244, 121, 32, 0.1);
}

.epagamentos-payment-methods .payment-method-classic.selected {
    border-color: #f47920;
    background-color: #fff8f3;
    box-shadow: 0 2px 8px rgba(244, 121, 32, 0.15);
}

.epagamentos-payment-methods .payment-method-classic input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
    cursor: pointer;
    accent-color: #f47920;
    flex-shrink: 0;
}

.epagamentos-payment-methods .payment-method-classic img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
}

.epagamentos-payment-methods .payment-method-classic label {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    cursor: pointer;
    flex: 1;
    margin: 0;
}

/* Responsivo para Blocks em mobile */
@media screen and (max-width: 768px) {
    .epagamentos-payment-methods {
        padding: 12px;
    }
    
    #epagamentos-choose-payment,
    .epagamentos-payment-methods .button.alt.wp-element-button {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }
    
    .epagamentos-payment-methods .payment-method-classic {
        padding: 12px 10px;
    }
    
    .epagamentos-payment-methods .payment-method-classic img {
        width: 50px !important;
        height: 50px !important;
    }
    
    .epagamentos-payment-methods .payment-method-classic label {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .epagamentos-payment-methods {
        padding: 10px;
    }
    
    #epagamentos-choose-payment,
    .epagamentos-payment-methods .button.alt.wp-element-button {
        padding: 10px 14px !important;
        font-size: 13px !important;
    }
    
    .epagamentos-payment-methods .payment-method-classic {
        padding: 10px 8px;
    }
    
    .epagamentos-payment-methods .payment-method-classic img {
        width: 45px !important;
        height: 45px !important;
    }
    
    .epagamentos-payment-methods .payment-method-classic label {
        font-size: 13px;
    }
    
    .epagamentos-payment-methods .payment-method-classic input[type="radio"] {
        width: 18px;
        height: 18px;
    }
}
