/* Minimal styling for the prototype form */
.nph-don-box input[type="text"],
.nph-don-box input[type="email"],
.nph-don-box input[type="number"],
.nph-don-box input[type="password"] {
    box-sizing: border-box;
}

/* estilos formulario */
#nph-don-form {
    box-sizing: border-box;
}

#nph-don-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}   

#nph-don-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.nph-don-card-exp-cvc {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.nph-don-card-exp-cvc input {
    width: 33%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#nph-don-form input[type="checkbox"] {
    width: auto;
}

.nph-don-checkbox-text {
    font-size: 12px;
    color: #6b7280;
    margin-left: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}