/* Cheques Regalo CHT - Estilos mínimos */
.cr-form {
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    max-width: 560px;
}
.cr-form label {
    font-weight: 600;
    margin-bottom: 6px;
}
.cr-form input, 
.cr-form select {
    margin-top: 4px;
    margin-bottom: 12px;
}
.cr-alert {
    padding: 12px 15px;
    border-radius: 6px;
    margin: 10px 0;
}
.cr-alert-success {
    background: #e6ffe6;
    border: 1px solid #9ddf9d;
}
.cr-alert-error {
    background: #ffe6e6;
    border: 1px solid #df9d9d;
}
