.elementor-3 .elementor-element.elementor-element-dc3cf76{--display:flex;}.elementor-3 .elementor-element.elementor-element-7959e1a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-26775c5 *//* --- ESTILOS LEGALES BEBITOS CR --- */
.bebitos-legal-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 35px;
    border: 2px solid #fdeef2;
    font-family: 'Quicksand', sans-serif !important;
    box-shadow: 0 15px 40px rgba(233, 30, 99, 0.03);
}

.legal-title {
    color: #71d7e2 !important;
    font-weight: 800 !important;
    font-size: 32px !important;
    text-align: center;
    margin-bottom: 10px !important;
}

.legal-update {
    text-align: center;
    color: #888;
    font-size: 16px;
    margin-bottom: 30px;
}

/* Caja de resaltado fucsia */
.legal-highlight-box {
    background: #fff5f7;
    border-left: 5px solid #e91e63;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 40px;
    color: #e91e63;
}

.legal-section {
    margin-bottom: 35px;
}

.legal-section h3 {
    color: #71d7e2 !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.legal-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.legal-list {
    margin-left: 20px;
    color: #666;
    line-height: 2;
}

.legal-list li::marker {
    color: #e91e63;
}

.legal-footer-contact {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #fdeef2;
    color: #999;
    font-size: 14px;
}

/* Optimización Móvil */
@media (max-width: 767px) {
    .bebitos-legal-container {
        margin: 15px;
        padding: 25px;
    }
    .legal-title { font-size: 24px !important; }
}/* End custom CSS */