.elementor-3166 .elementor-element.elementor-element-ab9f418{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3166 .elementor-element.elementor-element-ab9f418:not(.elementor-motion-effects-element-type-background), .elementor-3166 .elementor-element.elementor-element-ab9f418 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}#elementor-popup-modal-3166{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3166 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3166 .dialog-close-button{display:flex;}#elementor-popup-modal-3166 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-ecd788f *//* --- CONTENEDOR PRINCIPAL --- */
.testimonio-unico {
    background: #0a0a0a;
    padding: 40px;
}

.form-rebel-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px;
    margin-bottom: 35px;
    text-align: center;
}

/* --- SISTEMA DE ESTRELLAS --- */
.rebel-rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 10px 0;
}

.rebel-rating-stars input { display: none !important; }

.rebel-rating-stars label {
    font-size: 32px;
    color: #252525;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0 4px;
}

/* Hover y Selección */
.rebel-rating-stars input:checked ~ label,
.rebel-rating-stars label:hover,
.rebel-rating-stars label:hover ~ label {
    color: #e63946 !important;
    text-shadow: 0 0 12px rgba(230, 57, 70, 0.6);
}

/* --- GRID Y CAMPOS --- */
#form-testimonio-rebelde .acf-fields {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 20px !important;
    border: none !important;
}

#form-testimonio-rebelde .acf-field {
    grid-column: span 12 !important;
    border: none !important;
    padding: 0 !important;
}

/* Fila de Nombre y Rol (50/50) */
#form-testimonio-rebelde .acf-field[data-key="field_6986144e43f95"],
#form-testimonio-rebelde .acf-field[data-key="field_6986148f43f98"] {
    grid-column: span 6 !important;
}

/* Estilos de Input */
#form-testimonio-rebelde .acf-label label {
    color: #e63946 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
}

#form-testimonio-rebelde input[type="text"],
#form-testimonio-rebelde textarea {
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 15px !important;
    font-family: inherit;
}

#form-testimonio-rebelde textarea { min-height: 140px !important; }

/* --- BOTÓN FINAL --- */
#form-testimonio-rebelde .acf-form-submit .acf-button {
    width: 100% !important;
    padding: 22px !important;
    background: #e63946 !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 25px !important;
    transition: 0.3s ease !important;
}

#form-testimonio-rebelde .acf-form-submit .acf-button:hover {
    background: #ff4d5a !important;
    box-shadow: 0 0 25px rgba(230, 57, 70, 0.5) !important;
}

@media (max-width: 600px) {
    #form-testimonio-rebelde .acf-field[data-key] { grid-column: span 12 !important; }
}/* End custom CSS */