/*
Theme Name: Elinfor Tecnologia
Theme URI: https://www.elinfor.com.br
Author: Elinfor Tecnologia
Author URI: https://www.elinfor.com.br
Description: Tema personalizado da Elinfor Tecnologia. Layout moderno minimalista com cores corporativas (#3534ff), compatível com editor de blocos e Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elinfor
Tags: blog, custom-colors, custom-logo, editor-style, featured-images, block-styles, wide-blocks, full-site-editing

Elinfor Tecnologia - Tema WordPress
Desenvolvido por Elinfor Tecnologia
*/

/* =============================================
   VARIÁVEIS GLOBAIS
   ============================================= */
:root {
    --el-primary: #3534ff;
    --el-primary-dark: #2929e6;
    --el-dark: #0B0A33;
    --el-dark2: #1a1a2e;
    --el-dark3: #1a1952;
    --el-gray-text: #444;
    --el-gray-light: #888;
    --el-gray-border: #f0f0f0;
    --el-gray-bg: #f8f9fa;
    --el-white: #fff;
    --el-radius: 12px;
    --el-shadow: 0 2px 20px rgba(0,0,0,0.06);
    --el-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* =============================================
   RESET & BASE
   ============================================= */
* { box-sizing: border-box; }

body {
    font-family: var(--el-font-family);
    color: var(--el-gray-text);
    line-height: 1.7;
    background: var(--el-gray-bg);
    margin: 0;
    padding: 0;
}

a {
    color: var(--el-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover { color: var(--el-primary-dark); }

img {
    max-width: 100%;
    height: auto;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
    background: var(--el-dark);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.site-header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .logo a {
    color: var(--el-white);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}
.site-header .logo a span {
    color: var(--el-primary);
}
.site-header nav a {
    color: #B8B8B8;
    font-size: 14px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
}
.site-header nav a:hover { color: var(--el-white); }

/* =============================================
   HERO / BREADCRUMB
   ============================================= */
.noticia-hero {
    background: linear-gradient(135deg, var(--el-dark) 0%, var(--el-dark3) 100%);
    padding: 50px 0 30px;
    position: relative;
}
.noticia-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 0;
}
.noticia-hero .container { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.breadcrumb-nav a {
    color: #B8B8B8;
    font-size: 14px;
    transition: color 0.3s ease;
}
.breadcrumb-nav a:hover { color: var(--el-primary); }
.breadcrumb-nav span { color: #888; font-size: 14px; }
.breadcrumb-nav .current { color: var(--el-white); }

/* =============================================
   ARTICLE
   ============================================= */
.noticia-content-area {
    background: var(--el-gray-bg);
    padding: 50px 0 80px;
    min-height: 600px;
}
.noticia-content-area .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.noticia-content-area .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.noticia-content-area .col-article {
    flex: 1;
    min-width: 0;
}
.noticia-content-area .col-sidebar {
    width: 350px;
    flex-shrink: 0;
}

.noticia-article {
    background: var(--el-white);
    border-radius: var(--el-radius);
    box-shadow: var(--el-shadow);
    overflow: hidden;
}

/* Featured Image */
.noticia-featured-image {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    position: relative;
}
.noticia-featured-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}
.noticia-featured-image .image-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(transparent, rgba(0,0,0,0.05));
}

/* Article Header */
.noticia-header {
    padding: 35px 40px 20px;
}
.noticia-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.noticia-meta .category-badge {
    background: var(--el-primary);
    color: var(--el-white);
    border: none;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.noticia-meta .meta-date,
.noticia-meta .meta-reading {
    color: var(--el-gray-light);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.noticia-header h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--el-dark2);
    line-height: 1.3;
    margin: 0 0 15px;
}
.noticia-header .excerpt-lead {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    font-style: italic;
    border-left: 3px solid var(--el-primary);
    padding-left: 20px;
    margin: 0;
}

/* Article Body (WordPress content) */
.noticia-body {
    padding: 10px 40px 40px;
}
.noticia-body .entry-content,
.noticia-body .wp-content {
    font-size: 16px;
    line-height: 1.85;
    color: var(--el-gray-text);
}
.noticia-body .entry-content h2,
.noticia-body .wp-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--el-dark2);
    margin-top: 40px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--el-gray-border);
}
.noticia-body .entry-content h3,
.noticia-body .wp-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--el-dark2);
    margin-top: 30px;
    margin-bottom: 14px;
}
.noticia-body .entry-content h4,
.noticia-body .wp-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
    margin-bottom: 12px;
}
.noticia-body .entry-content p,
.noticia-body .wp-content p {
    margin-bottom: 18px;
}
.noticia-body .entry-content a,
.noticia-body .wp-content a {
    color: var(--el-primary);
    border-bottom: 1px solid rgba(53,52,255,0.3);
    transition: all 0.3s ease;
}
.noticia-body .entry-content a:hover,
.noticia-body .wp-content a:hover {
    color: var(--el-primary-dark);
    border-bottom-color: var(--el-primary-dark);
}
.noticia-body .entry-content img,
.noticia-body .wp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}
.noticia-body .entry-content blockquote,
.noticia-body .wp-content blockquote {
    border-left: 4px solid var(--el-primary);
    background: #f8f9ff;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
}
.noticia-body .entry-content blockquote p:last-child,
.noticia-body .wp-content blockquote p:last-child { margin-bottom: 0; }
.noticia-body .entry-content ul, .noticia-body .entry-content ol,
.noticia-body .wp-content ul, .noticia-body .wp-content ol {
    padding-left: 25px;
    margin-bottom: 18px;
}
.noticia-body .entry-content li,
.noticia-body .wp-content li {
    margin-bottom: 8px;
}
.noticia-body .entry-content pre,
.noticia-body .wp-content pre {
    background: var(--el-dark2);
    color: #e8e8e8;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.5;
}
.noticia-body .entry-content table,
.noticia-body .wp-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.noticia-body .entry-content table th,
.noticia-body .entry-content table td,
.noticia-body .wp-content table th,
.noticia-body .wp-content table td {
    padding: 12px 15px;
    border: 1px solid #e9ecef;
    text-align: left;
}
.noticia-body .entry-content table th,
.noticia-body .wp-content table th {
    background: var(--el-gray-bg);
    font-weight: 600;
}

/* WordPress Block Styles */
.noticia-body .wp-block-image { margin: 20px 0; }
.noticia-body .wp-block-image img { border-radius: 8px; }
.noticia-body .wp-block-image figcaption {
    font-size: 13px;
    color: var(--el-gray-light);
    text-align: center;
    margin-top: 8px;
}
.noticia-body .wp-block-separator {
    border: none;
    height: 2px;
    background: var(--el-gray-border);
    margin: 30px 0;
}
.noticia-body .wp-block-quote {
    border-left: 4px solid var(--el-primary);
    background: #f8f9ff;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}
.noticia-body .wp-block-code {
    background: var(--el-dark2);
    color: #e8e8e8;
    padding: 20px;
    border-radius: 8px;
}

/* ============================================================
   ELEMENTOR COMPATIBILITY
   O frontend.min.css do Elementor já define display, flex, grid.
   Aqui apenas garantimos que o tema NÃO interfira no layout.
   ============================================================ */

/* Garantir largura total para containers Elementor */
.noticia-body .elementor,
.noticia-body .elementor-inner,
.noticia-body .elementor-section-wrap,
.wp-content .elementor,
.wp-content .elementor-inner,
.wp-content .elementor-section-wrap {
    width: 100%;
    max-width: 100%;
}

/* Elementor widget container */
.noticia-body .elementor-widget-container,
.wp-content .elementor-widget-container {
    width: 100%;
}

/* Legacy Elementor Sections (pre-container) */
.noticia-body .elementor-section,
.wp-content .elementor-section {
    width: 100%;
    position: relative;
}

.noticia-body .elementor-container,
.wp-content .elementor-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}

.noticia-body .elementor-row,
.wp-content .elementor-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.noticia-body .elementor-column,
.wp-content .elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}

.noticia-body .elementor-column-wrap,
.noticia-body .elementor-widget-wrap,
.wp-content .elementor-column-wrap,
.wp-content .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

/* Elementor column widths */
.noticia-body .elementor-col-100, .wp-content .elementor-col-100 { width: 100%; }
.noticia-body .elementor-col-50, .wp-content .elementor-col-50 { width: 50%; }
.noticia-body .elementor-col-33, .wp-content .elementor-col-33 { width: 33.333%; }
.noticia-body .elementor-col-25, .wp-content .elementor-col-25 { width: 25%; }
.noticia-body .elementor-col-20, .wp-content .elementor-col-20 { width: 20%; }
.noticia-body .elementor-col-16, .wp-content .elementor-col-16 { width: 16.666%; }
.noticia-body .elementor-col-66, .wp-content .elementor-col-66 { width: 66.666%; }
.noticia-body .elementor-col-75, .wp-content .elementor-col-75 { width: 75%; }
.noticia-body .elementor-col-80, .wp-content .elementor-col-80 { width: 80%; }
.noticia-body .elementor-col-83, .wp-content .elementor-col-83 { width: 83.333%; }

/* Responsive legacy columns */
@media (max-width: 767px) {
    .noticia-body .elementor-column,
    .wp-content .elementor-column {
        width: 100% !important;
    }
}

/* Impedir que estilos do tema sobrescrevam Elementor */
.noticia-body .elementor-widget-text-editor,
.wp-content .elementor-widget-text-editor {
    line-height: inherit;
}

.noticia-body .elementor img,
.wp-content .elementor img {
    margin: 0;
    border-radius: 0;
}

.noticia-body .elementor a,
.wp-content .elementor a {
    border-bottom: none;
}

.noticia-body .elementor p,
.wp-content .elementor p {
    margin-bottom: inherit;
}

.noticia-body .elementor h2,
.wp-content .elementor h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
}

.noticia-body .elementor h3,
.wp-content .elementor h3 {
    margin-top: 0;
}

.noticia-body .elementor h4,
.wp-content .elementor h4 {
    margin-top: 0;
}

/* Elementor hidden elements */
.noticia-body .elementor-hidden,
.wp-content .elementor-hidden {
    display: none;
}

/* WordPress Classic Gallery (shortcode [gallery]) */
.noticia-body .gallery,
.wp-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.noticia-body .gallery .gallery-item,
.wp-content .gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.noticia-body .gallery-columns-1 .gallery-item,
.wp-content .gallery-columns-1 .gallery-item { width: 100%; }
.noticia-body .gallery-columns-2 .gallery-item,
.wp-content .gallery-columns-2 .gallery-item { width: 50%; }
.noticia-body .gallery-columns-3 .gallery-item,
.wp-content .gallery-columns-3 .gallery-item { width: 33.333%; }
.noticia-body .gallery-columns-4 .gallery-item,
.wp-content .gallery-columns-4 .gallery-item { width: 25%; }
.noticia-body .gallery-columns-5 .gallery-item,
.wp-content .gallery-columns-5 .gallery-item { width: 20%; }
.noticia-body .gallery-columns-6 .gallery-item,
.wp-content .gallery-columns-6 .gallery-item { width: 16.666%; }

.noticia-body .gallery .gallery-item img,
.wp-content .gallery .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    border-radius: 4px;
}

.noticia-body .gallery .gallery-icon,
.wp-content .gallery .gallery-icon {
    padding: 5px;
}

.noticia-body .gallery .gallery-caption,
.wp-content .gallery .gallery-caption {
    font-size: 12px;
    color: #666;
    padding: 4px;
}

@media (max-width: 767px) {
    .noticia-body .gallery-columns-4 .gallery-item,
    .wp-content .gallery-columns-4 .gallery-item,
    .noticia-body .gallery-columns-5 .gallery-item,
    .wp-content .gallery-columns-5 .gallery-item,
    .noticia-body .gallery-columns-6 .gallery-item,
    .wp-content .gallery-columns-6 .gallery-item {
        width: 50%;
    }
}

/* King Addons Image Grid (Masonry/Isotope) */
.noticia-body .king-addons-image-grid,
.wp-content .king-addons-image-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.noticia-body .king-addons-image-grid-item,
.wp-content .king-addons-image-grid-item {
    float: left;
    box-sizing: border-box;
}

.noticia-body .king-addons-image-grid-item-inner,
.wp-content .king-addons-image-grid-item-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.noticia-body .king-addons-image-grid-item img,
.wp-content .king-addons-image-grid-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* WordPress Block Gallery */
.noticia-body .wp-block-gallery,
.wp-content .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.noticia-body .wp-block-gallery .wp-block-image,
.wp-content .wp-block-gallery .wp-block-image {
    margin: 0;
    flex-grow: 1;
}

.noticia-body .wp-block-gallery.columns-1 .wp-block-image,
.wp-content .wp-block-gallery.columns-1 .wp-block-image { width: 100%; flex-basis: 100%; }
.noticia-body .wp-block-gallery.columns-2 .wp-block-image,
.wp-content .wp-block-gallery.columns-2 .wp-block-image { width: calc(50% - 4px); flex-basis: calc(50% - 4px); }
.noticia-body .wp-block-gallery.columns-3 .wp-block-image,
.wp-content .wp-block-gallery.columns-3 .wp-block-image { width: calc(33.333% - 6px); flex-basis: calc(33.333% - 6px); }
.noticia-body .wp-block-gallery.columns-4 .wp-block-image,
.wp-content .wp-block-gallery.columns-4 .wp-block-image { width: calc(25% - 6px); flex-basis: calc(25% - 6px); }

.noticia-body .wp-block-gallery .wp-block-image img,
.wp-content .wp-block-gallery .wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* WordPress Block Columns */
.noticia-body .wp-block-columns,
.wp-content .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.noticia-body .wp-block-column,
.wp-content .wp-block-column {
    flex: 1;
    min-width: 0;
}

@media (max-width: 767px) {
    .noticia-body .wp-block-columns,
    .wp-content .wp-block-columns {
        flex-direction: column;
    }
    .noticia-body .wp-block-column,
    .wp-content .wp-block-column {
        flex-basis: 100% !important;
    }
    .noticia-body .wp-block-gallery .wp-block-image,
    .wp-content .wp-block-gallery .wp-block-image {
        width: calc(50% - 4px) !important;
        flex-basis: calc(50% - 4px) !important;
    }
    .noticia-body .king-addons-image-grid-item,
    .wp-content .king-addons-image-grid-item {
        width: calc(50%) !important;
    }
}

/* Tags */
.noticia-tags {
    padding: 25px 40px 30px;
    border-top: 1px solid var(--el-gray-border);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.noticia-tags .tags-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.noticia-tags .tag-item {
    display: inline-block;
    padding: 4px 14px;
    background: #f0f1ff;
    color: var(--el-primary);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.noticia-tags .tag-item:hover {
    background: var(--el-primary);
    color: var(--el-white);
    transform: translateY(-1px);
}

/* Share */
.noticia-share {
    padding: 20px 40px 30px;
    border-top: 1px solid var(--el-gray-border);
    display: flex;
    align-items: center;
    gap: 12px;
}
.noticia-share .share-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.noticia-share .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--el-gray-bg);
    color: #555;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.noticia-share .share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.noticia-share .share-btn.linkedin:hover { background: #0077B5; color: var(--el-white); }
.noticia-share .share-btn.facebook:hover { background: #1877F2; color: var(--el-white); }
.noticia-share .share-btn.twitter:hover  { background: #1DA1F2; color: var(--el-white); }
.noticia-share .share-btn.whatsapp:hover { background: #25D366; color: var(--el-white); }

/* =============================================
   SIDEBAR
   ============================================= */
.sidebar-widget {
    background: var(--el-white);
    border-radius: var(--el-radius);
    box-shadow: var(--el-shadow);
    padding: 28px;
    margin-bottom: 25px;
}
.sidebar-widget-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--el-dark2);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--el-gray-border);
    position: relative;
}
.sidebar-widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--el-primary);
}

/* =============================================
   BLOG LISTING PAGE
   ============================================= */
.noticias-breadcrumb {
    background: linear-gradient(135deg, var(--el-dark) 0%, var(--el-dark3) 100%);
    padding: 60px 0 40px;
    position: relative;
}
.noticias-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 0;
}
.noticias-breadcrumb .container { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.noticias-breadcrumb h1 {
    color: var(--el-white);
    font-size: 43px;
    font-weight: 700;
    margin: 0 0 10px;
}
.noticias-breadcrumb p {
    color: #B8B8B8;
    font-size: 16px;
    margin: 0;
}

/* Blog Cards Grid */
.noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    padding: 40px 0;
}
.blog-card {
    background: var(--el-white);
    border-radius: var(--el-radius);
    box-shadow: var(--el-shadow);
    overflow: hidden;
    transition: all 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(53,52,255,0.12);
}
.blog-card .card-image {
    height: 200px;
    overflow: hidden;
}
.blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.blog-card:hover .card-image img {
    transform: scale(1.05);
}
.blog-card .card-body {
    padding: 20px;
}
.blog-card .card-category {
    display: inline-block;
    background: #f0f1ff;
    color: var(--el-primary);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.blog-card .card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--el-dark2);
    line-height: 1.4;
    margin: 0 0 10px;
}
.blog-card .card-title a { color: inherit; }
.blog-card .card-title a:hover { color: var(--el-primary); }
.blog-card .card-excerpt {
    font-size: 14px;
    color: var(--el-gray-light);
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-card .card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #aaa;
}
.blog-card .read-more {
    color: var(--el-primary);
    font-weight: 600;
    font-size: 13px;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
    background: var(--el-dark);
    padding: 40px 0 20px;
    color: #B8B8B8;
    font-size: 14px;
}
.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.site-footer a {
    color: var(--el-primary);
}
.site-footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 20px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
    .noticia-content-area .col-sidebar { width: 100%; }
    .noticia-header { padding: 25px 25px 15px; }
    .noticia-body { padding: 10px 25px 30px; }
    .noticia-tags { padding: 20px 25px; }
    .noticia-share { padding: 15px 25px 25px; }
    .noticia-header h1 { font-size: 26px; }
    .noticia-featured-image img { height: 320px; }
}
@media (max-width: 768px) {
    .noticia-content-area { padding: 30px 0 50px; }
    .noticia-header { padding: 20px 18px 12px; }
    .noticia-body { padding: 8px 18px 25px; }
    .noticia-tags { padding: 15px 18px; }
    .noticia-share { padding: 12px 18px 20px; }
    .noticia-header h1 { font-size: 22px; }
    .noticia-header .excerpt-lead { font-size: 15px; }
    .noticia-featured-image img { height: 220px; }
    .noticias-breadcrumb h1 { font-size: 30px; }
    .noticias-grid { grid-template-columns: 1fr; }
    .site-header .container { flex-direction: column; gap: 10px; }
}

/* =============================================
   EDITOR STYLES (Block Editor / Gutenberg)
   ============================================= */
.editor-styles-wrapper {
    font-family: var(--el-font-family);
    color: var(--el-gray-text);
    line-height: 1.85;
    font-size: 16px;
}
.editor-styles-wrapper h1 { color: var(--el-dark2); }
.editor-styles-wrapper h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--el-dark2);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--el-gray-border);
}
.editor-styles-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--el-dark2);
}
.editor-styles-wrapper a { color: var(--el-primary); }
.editor-styles-wrapper blockquote {
    border-left: 4px solid var(--el-primary);
    background: #f8f9ff;
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
}
