/*
Theme Name: Prazu News
Theme URI: https://blog.prazu.com.br
Description: Portal de noticias juridico e tech
Author: Nat
Template: astra
Version: 1.0
*/

/* === HEADER PORTAL === */
.ast-primary-header-bar {
    background: #0f172a !important;
    border-bottom: 3px solid #2563eb !important;
}
.ast-site-identity a { color: #ffffff !important; font-weight: 800 !important; }
.ast-builder-menu .main-navigation .menu-item > a {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.8px !important;
}
.ast-builder-menu .main-navigation .menu-item:hover > a,
.ast-builder-menu .main-navigation .current-menu-item > a {
    color: #3b82f6 !important;
}

/* === BLOG GRID PORTAL === */
.ast-separate-container .ast-article-post {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
}
.ast-separate-container .ast-article-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

/* Imagem destaque estilo portal */
.post-thumb img,
.ast-blog-single-element img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}

/* Titulo post */
.entry-title a {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 1.15em !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}
.entry-title a:hover { color: #2563eb !important; }

/* Meta */
.entry-meta, .entry-meta * {
    color: #64748b !important;
    font-size: 0.82em !important;
}

/* Categoria como badge */
.cat-links a {
    background: #2563eb !important;
    color: #fff !important;
    padding: 2px 10px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* === SIDEBAR === */
.widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px !important;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px !important;
}
.widget-title, .wp-block-heading {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 0.95em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-bottom: 3px solid #2563eb;
    padding-bottom: 10px !important;
    margin-bottom: 16px !important;
}

/* === FOOTER === */
.site-footer, .ast-small-footer {
    background: #0f172a !important;
    color: #94a3b8 !important;
}
.site-footer a { color: #3b82f6 !important; }

/* === BODY === */
body { background: #f1f5f9 !important; font-family: 'Inter', sans-serif !important; }

/* === RESPONSIVO === */
@media (max-width: 921px) {
    .entry-title a { font-size: 1em !important; }
}
