.elementor-188 .elementor-element.elementor-element-5e1c623{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-4c7da1a *//* ESTILOS FORMULARIO CLÍNICO */

.psych-form-wrapper {
    background: #fff;
    padding: 20px;
    border-top: 5px solid #2c3e50; /* Azul corporativo */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.section-title {
    background: #fcebeb; /* Fondo rosita para separar secciones */
    color: #2c3e50;
    padding: 10px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 700;
}

/* Columnas para datos cortos */
.two-columns {
    display: flex;
    gap: 20px;
}
.two-columns label {
    width: 50%;
}
@media (max-width: 600px) {
    .two-columns { flex-direction: column; gap: 0; }
    .two-columns label { width: 100%; }
}

/* Estilo especial para preguntas EPDS (Radio buttons) */
.epds-item {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    border-left: 3px solid #ddd;
}

.epds-item .question {
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
}

/* Hacer los radio buttons más legibles */
.wpcf7-list-item {
    display: block; /* Pone una opción debajo de otra, mejor para móvil */
    margin: 5px 0;
}

.wpcf7-list-item-label {
    font-size: 0.95rem;
    color: #555;
    margin-left: 5px;
}

/* Botón de Enviar destacado */
.wpcf7 input[type="submit"] {
    background-color: #e88d8d; /* Rosa */
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}
.wpcf7 input[type="submit"]:hover {
    background-color: #2c3e50; /* Azul al hover */
}/* End custom CSS */