/* Start custom CSS for html, class: .elementor-element-e6a26d8 *//* ESTILOS CORPORATIVOS LA COMPETENCIA S.A. */
.lcsa-article-container {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
}

.lcsa-article-container h2 {
    color: #002e5d; /* Azul oscuro corporativo */
    margin-top: 35px;
    border-bottom: 2px solid #ffcc00; /* Amarillo acento */
    padding-bottom: 10px;
    display: inline-block;
}

.lcsa-article-container h3 {
    color: #0073e6;
    margin-top: 25px;
}

.lcsa-article-container a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.lcsa-article-container a:hover {
    color: #002e5d;
    text-decoration: underline;
}

/* CAJA RESPUESTA RÁPIDA GEO/AIO */
.lcsa-quick {
    background-color: #f0f7ff;
    border-left: 6px solid #0073e6;
    padding: 25px;
    margin: 25px 0;
    border-radius: 8px;
    font-size: 1.05em;
}

.lcsa-quick h3 {
    margin-top: 0;
    color: #002e5d;
}

/* CAJAS GENÉRICAS (Takeaways, Tablas) */
.lcsa-box {
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    padding: 25px;
    margin: 25px 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.lcsa-box ul {
    list-style: none;
    padding-left: 0;
}

.lcsa-box ul li {
    margin-bottom: 12px;
    padding-left: 5px;
}

/* TABLAS */
.lcsa-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 0.95em;
}

.lcsa-box th {
    background-color: #0073e6;
    color: white;
    padding: 12px;
    text-align: left;
    border: 1px solid #005bb5;
}

.lcsa-box td {
    border: 1px solid #e1e8ed;
    padding: 12px;
}

.lcsa-box tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* NOTAS */
.lcsa-note {
    background-color: #fff9e6;
    border-left: 5px solid #ffcc00;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* BOTONES CTA */
.btn-lcsa {
    display: inline-block;
    background-color: #0073e6;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    margin-top: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, background-color 0.2s;
}

.btn-lcsa:hover {
    background-color: #005bb5;
    transform: translateY(-2px);
    color: #fff !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .lcsa-box table, .lcsa-box thead, .lcsa-box tbody, .lcsa-box th, .lcsa-box td, .lcsa-box tr {
        display: block;
    }
    .lcsa-box thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .lcsa-box tr { border: 1px solid #ccc; margin-bottom: 10px; }
    .lcsa-box td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .lcsa-box td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        content: attr(data-label); /* Requiere ajustar HTML si se desea etiqueta móvil */
    }
}/* End custom CSS */