/*
Theme Name: Seguridad Online (hijo de GeneratePress)
Theme URI: https://seguridadonline.site/
Description: Tema hijo de GeneratePress para la revista Seguridad Online. Aqui van los retoques de la publicacion: tipografia de lectura, portadas de articulo y estilos de tabla. El padre se actualiza sin perder nada de esto.
Author: PathSentinel - Arcadia Devsec Cloud, S.L.
Template: generatepress
Version: 1.0.0
Text Domain: seguridadonline
*/

/* --- Lectura: el contenido de una revista tecnica se lee largo --- */
.entry-content {
    font-size: 1.05rem;
    line-height: 1.75;
}
.entry-content h2 {
    margin-top: 2.2rem;
    line-height: 1.3;
}
.entry-content h3 {
    margin-top: 1.6rem;
}
.entry-content ul,
.entry-content ol {
    line-height: 1.75;
}

/* --- Tablas: en moviles no deben desbordar la pagina --- */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4rem 0;
    font-size: .95rem;
}
.entry-content th,
.entry-content td {
    border: 1px solid #cbd5e1;
    padding: .55rem .7rem;
    text-align: left;
    vertical-align: top;
}
.entry-content thead th {
    background: #eef4f8;
}
.entry-content .tabla-scroll,
.entry-content figure.wp-block-table {
    overflow-x: auto;
}

/* --- Portada del articulo --- */
.post-image img,
.wp-post-image {
    border-radius: 10px;
}

/* --- Bloque destacado para avisos dentro del texto --- */
.entry-content .so-aviso {
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-left: 4px solid #ea580c;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    margin: 1.6rem 0;
}

/* --- Nada se sale de la caja en movil --- */
.entry-content pre,
.entry-content code {
    overflow-wrap: anywhere;
}
.entry-content pre {
    overflow-x: auto;
    background: #0b1220;
    color: #e2eef7;
    padding: 1rem;
    border-radius: 10px;
}

