.elementor-15608 .elementor-element.elementor-element-4e659285{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Estilos ampliados para la encuesta */
.encuesta-arrecife {
    max-width: 650px;
    margin: 20px auto;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.seccion-encuesta {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.seccion-encuesta h3 {
    color: #c5a059; /* Dorado */
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.item-valoracion {
    margin-bottom: 15px;
}

.item-valoracion label {
    font-weight: normal;
    font-size: 0.95em;
    color: #555;
}

/* Formato horizontal para los números 1-5 */
.encuesta-arrecife .wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 0 0;
}

.encuesta-arrecife .wpcf7-list-item label {
    background: #f4f4f4;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.encuesta-arrecife input[type="radio"]:checked + span {
    font-weight: bold;
    color: #2c5d72;
}

.form-group-submit {
    text-align: center;
}

.encuesta-arrecife input[type="submit"] {
    background: #2c5d72;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}/* End custom CSS */