/* Estilos específicos para Elementor */
.gestionatuinmueble-simulator-wrapper {
}

.gestionatuinmueble-simulator-wrapper label {
    font-weight: 600;
    color: #34495e;
    margin-bottom: 8px;
    display: block;
}

.gestionatuinmueble-simulator-wrapper input,
.gestionatuinmueble-simulator-wrapper select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
}

.gestionatuinmueble-submit-btn {
    background-color: #007cba;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.gestionatuinmueble-submit-btn:hover {
    background-color: #005a87;
}

/* Estilos para el editor de Elementor */
.elementor-editor .gestionatuinmueble-simulator-wrapper {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #007cba;
}

.elementor-editor .gestionatuinmueble-simulator-wrapper::before {
    content: "Simulador de Gestiona Tu Inmueble";
    font-size: 18px;
    color: #007cba;
    font-weight: bold;
}

