/* Start custom CSS for html, class: .elementor-element-4e41e09 */.ga-legal {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 80px; /* eliminado espacio superior */
    font-family: system-ui, sans-serif;
    line-height: 1.7;
    color: #1f2d2b;
}


.ga-legal h2 {
    font-size: 32px;
    color: #004f3a;
    margin-bottom: 30px;
}

.ga-legal h3 {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #004f3a;
    border-left: 4px solid #ffcf26;
    padding-left: 14px;
}

.ga-legal h4 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #0f5e4a;
}

.ga-legal ul {
    margin: 15px 0 25px 20px;
}

.ga-cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.ga-cookie-table thead {
    background: #0f5e4a;
    color: #fff;
}

.ga-cookie-table th {
    padding: 14px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}

.ga-cookie-table td {
    padding: 14px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.ga-cookie-table tbody tr:nth-child(even) {
    background: rgba(15,94,74,.04);
}/* End custom CSS */