/* Estilos profesionales para la tabla comparativa de herramientas IA traducción */

.table-responsive {
    overflow-x: auto;
    margin: 1.5em 0;
}

.styled-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(44,62,80,0.07);
    font-size: 1.04rem;
    margin: 0 auto;
    overflow: hidden;
}

.styled-table thead tr {
    background: #e3f2fd;
    color: #1976d2;
    font-size: 1.08em;
}

.styled-table th, .styled-table td {
    padding: 14px 10px;
    text-align: left;
}

.styled-table tbody tr:nth-child(even) {
    background: #f5faff;
}

.styled-table tbody tr:nth-child(odd) {
    background: #fff;
}

.styled-table th {
    font-weight: 700;
    border-bottom: 2px solid #90caf9;
}

.styled-table td {
    border-bottom: 1px solid #e3e8ee;
}

.styled-table tbody tr:last-child td {
    border-bottom: none;
}

.styled-table td strong {
    color: #1976d2;
}

@media (max-width: 600px) {
    .styled-table th, .styled-table td {
        padding: 10px 6px;
        font-size: 0.97rem;
    }
}
/* Estilos específicos para ia-traducir-escribir-multiidioma */

.reading-friendly .callout {
    background: #f3f7fa;
    border-left: 5px solid #1976d2;
    color: #234;
    font-size: 1.08rem;
    margin: 1.2em 0;
    padding: 1em 1.2em;
    border-radius: 8px;
}

.reading-friendly .key-takeaways {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 1em 0 1.5em 0;
    padding: 0;
}
@media (min-width: 600px) {
    .reading-friendly .key-takeaways {
        grid-template-columns: repeat(2, 1fr);
    }
}
.reading-friendly .key-takeaways li {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 7px;
    padding: 10px 14px;
    color: #2c3e50;
    font-size: 1rem;
    list-style: none;
    box-shadow: 0 1px 4px rgba(44,62,80,0.04);
}

.reading-friendly .conclusion-block {
    background: #e3f2fd;
    border: 1.5px solid #90caf9;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 1.5em 0;
    color: #1a237e;
    box-shadow: 0 2px 12px rgba(44,62,80,0.06);
}

.reading-friendly .conclusion-block ul.key-takeaways li {
    background: #f7fbff;
    border: 1px solid #bbdefb;
    color: #1976d2;
}

.reading-friendly .conclusion-note {
    color: #607d8b;
    font-size: .98rem;
    margin-top: 0.5em;
}

.reading-friendly .article-figure img {
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(44,62,80,0.10);
}

.reading-friendly .article-figure figcaption {
    color: #78909c;
    font-size: .97rem;
    margin-top: 7px;
    text-align: center;
}
