/* Estilos básicos para los shortcodes de Trok Valuador */
.trok-form-container {
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
}
.trok-form-group input:focus, .trok-form-group select:focus {
    border-color: #f2ba00;
    outline: none;
    box-shadow: 0 0 5px rgba(242, 186, 0, 0.5);
}
.btn-calcula-credito:hover {
    background-color: #d9a700 !important;
    transition: 0.3s;
}
#trok-resultado-exito {
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
