/*
 Theme Name:   Perito Inmobiliario 360 - Laura
 Description:  Tema hijo personalizado para la web de peritaje de Laura Espinosa Abellán.
 Author:       Javier Vega
 Template:     generatepress
 Version:      1.0.0
*/

/* Estilos básicos para CF7 */
.perito-form-grid .form-row {
    margin-bottom: 20px;
}

.perito-form-grid label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.perito-form-grid input[type="text"],
.perito-form-grid input[type="email"],
.perito-form-grid select,
.perito-form-grid textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

/* El botón con tu color global */
.perito-form-grid input[type="submit"] {
    background-color: var(--secundario);
    color: #fff;
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.perito-form-grid input[type="submit"]:hover {
    background-color: var(--contraste);
}