body {
    background: #ff0000 !important;
}

body.lqn-news {
    background: #ff0000 !important;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    font-family: Arial, sans-serif !important;
}

/* Mata estilos de Gutenberg */
.wp-site-blocks,
.wp-block-group,
.wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
}

.lqn-home {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    display: block !important;
}

.lqn-hero {
    border: 5px solid red !important;
    background: #f9f9f9 !important;
}

/* =========================
   RESET BASE
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #111;
    line-height: 1.4;
}

/* =========================
   CONTAINER HOME
========================= */

.lqn-home {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

/* =========================
   TOPBAR
========================= */

.lqn-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
	background: yellow !important;
}

/* =========================
   NAVBAR
========================= */

.lqn-navbar ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}

.lqn-navbar a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
    font-size: 14px;
}

/* =========================
   HERO (ESTILO MEDIO)
========================= */

.lqn-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 20px;
	border: 3px solid red !important;
}

.lqn-hero a {
    text-decoration: none;
    color: #111;
    display: block;
}

/* IMAGEN */
.lqn-hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* CATEGORÍA */
.lqn-hero-cat {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #d10000;
    margin-top: 10px;
}

/* TÍTULO */
.lqn-hero-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

/* EXCERPT */
.lqn-hero-excerpt {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}