@charset "UTF-8";
/*
Theme Name: SZ Notícias
Theme URI: https://fofocasefamosos.com
Description: Tema limpo, leve e simples para sites de notícias
Author: Rafael Zen
Author URI: https://rafaelzen.com
Version: 1.0.0
Text Domain: sz-noticias
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: clean, simple, news
.
Licensed under the MIT license.
.
*/
html, body, header, footer, span, div, ul, h1, h2, h3, h4, h5, h6, a, ul, li{
	margin: 0;
	padding: 0;
}
.wp-block-buttons, .heateorSssSharingRound, .heateorSssClear, .heateor_sss_sharing_ul{
	display: none;
}
h1 {
    text-align: center;
    margin-bottom: 15px;
}
.conteudo img{
	width:100%;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: system-ui;
}
header[role="banner"] {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
    max-height: 80px;
	top: 0;
	height: 80px;
    overflow: hidden;
}
#page-content {
    margin-top: 80px; /* igual à altura do header fixo */
}
#content {
    max-width: 1200px;
    margin: 0 auto;
}
.quarto {
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
}
li {
    list-style: none;
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 3px;
}
.bordaPreta{
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 5px;
}
.right{
	float: right;
	text-align: right
}
.left{
	float: left;
	text-align: left;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
a.site-title {
    color: #FFF;
    line-height: 60px;
    font-size: 30px;
}
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.custom-logo {
    max-height: 60px;
    width: auto;
    height: auto;
}
/* Fallback: h2 filho direto de imgdestaque (loop-inteiro.php) */
.imgdestaque > h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    padding-top: 50px;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.85));
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    font-size: 15px;
    margin: 0;
    box-sizing: border-box;
}
.imgdestaque {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.imgdestaque img {
    width: 100%;
    height: 100%;
}
.inteiro, .meio, .terco, .quarto, .quinto, .doisTercos{
    margin: 0;
    position: relative;
    display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
.inteiro {
    width: 99%;
}
.meio {
    width: 48%;
}
.terco {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}
.quarto {
    flex: 0 0 calc(25% - 9px);
    min-width: 0;
    margin-bottom: 0;
}
.quinto {
    width: 19%;
}
.doisTercos {
    flex: 2 1 0;
    min-width: 0;
    width: auto;
}
#timeline .inteiro {
    height: 200px;
	margin: 0 0 10px 0;
}
.navbar {
    margin: 0 auto;
    max-width: 1200px;
}
.navbar .container {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
}
#buscar {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
#e404 {
    font-size: 200px;
    color: #ccc;
    font-weight: bold;
    line-height: 160px;
	text-align: center;
}
#formulariobusca {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
}
#lupa {
    display: flex;
    align-items: center;
}

/* Campo de busca — fixed para não arrastar itens do menu */
#buscando {
    position: fixed;
    top: 20px;        /* centralizado verticalmente no header de 80px */
    right: 48px;      /* à esquerda da lupa */
    left: auto;
    width: 240px;
    height: 40px;
    background: #111;
    color: #fff;
    border: none;
    border-bottom: 2px solid #e91e63;
    padding: 0 12px;
    font-size: 15px;
    z-index: 9998;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
    box-sizing: border-box;
}
/* Mobile: ocupa o lugar da logo (esquerda do header) */
@media (max-width: 600px) {
    #buscando {
        top: 0;
        left: 0;
        right: 90px; /* deixa lupa + hamburger visíveis */
        width: auto;
        height: 80px;
        font-size: 16px;
        padding: 0 16px;
        box-shadow: none;
        border-bottom-width: 3px;
    }
}
menu a {
    color: #FFF;
    font-size: 20px;
}
menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0 auto;
    height: 100%;
}
menu div {
    display: inline-block;
	line-height: 40px;
	padding: 10px;
	vertical-align: top;
	height: 40px;
}
.menu {
    padding: 10px;
    font-weight: 700;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 10px;
    font-size: 20px;
}
menu.rodape .menu{
    border: none;
    font-size: 14px;
}
.submenu {
	position: relative;
    float: none;
	display: none;
    border-bottom: 1px solid #FFF;
    background-color: #000;
    padding: 6px;
}
.submenu a{
	font-size: 14px;
}
.ativo {
    border-top: solid 10px #FFF;
    margin-top: -10px;
}
.menu .icone {
    position: inherit;
    float: unset;
    display: inline-block;
}
.abreMenu {
	display: none;
}
#search{
	display: none;
}
#lupa{
	display: block;
}
#timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    align-items: flex-start;
}
#loading {
    margin: 0 auto;
    float: none;
    position: relative;
    text-align: center;
}
#loading img{
	width: 100px;
	height: 100px;
}
.spin {
    animation: spin 2000ms linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
    .spin { animation: none; }
}
/* 3 colunas — tablets largos */
@media only screen and (max-width: 1100px) {
    /* (100% - 2×12px) / 3 */
    .quarto { flex: 0 0 calc(33.333% - 8px); height: 220px; }
    h2 { font-size: 17px; }
    h1 { font-size: 20px; }
}
/* 2 colunas — tablets e mobile grande */
@media only screen and (max-width: 700px) {
    /* (100% - 1×12px) / 2 */
    .quarto { flex: 0 0 calc(50% - 6px); height: 195px; }
    h2 { font-size: 15px; }
    h1 { font-size: 18px; }
    .doisTercos, .terco {
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
    }
}
/* 1 coluna — mobile muito pequeno */
@media only screen and (max-width: 380px) {
    .quarto { flex: 0 0 100%; height: 220px; }
    h2 { font-size: 15px; }
    h1 { font-size: 17px; }
}

/* Estilos de foco — acessibilidade para usuários de teclado */
a:focus,
button:focus,
input:focus,
[tabindex]:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

/* Link oculto skip-to-content */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-to-content:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
    outline: none;
}

/* Texto para leitores de tela */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Breadcrumbs */
.breadcrumbs {
    font-size: 13px;
    padding: 6px 0;
    margin-bottom: 10px;
    color: #555;
}
.breadcrumbs a {
    color: #555;
    font-weight: normal;
    text-decoration: underline;
}
.breadcrumbs a:hover {
    color: #000;
}

/* Metadados do post */
.entry-header .entry-meta {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin: 4px 0 12px;
}

/* ── Nav menus ───────────────────────────────────────────────────────────── */
.sz-primary-menu,
.sz-fallback-menu {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    align-items: center;
    height: 60px;
}
.sz-primary-menu li,
.sz-fallback-menu li {
    border: none;
    margin: 0;
    padding: 0;
}
.sz-primary-menu a,
.sz-fallback-menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    white-space: nowrap;
    transition: background 0.2s;
}
.sz-primary-menu a:hover,
.sz-fallback-menu a:hover {
    background: rgba(255,255,255,0.15);
}

/* ── Footer menu ─────────────────────────────────────────────────────────── */
.sz-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 10px 0;
    padding: 10px 0;
}
.sz-footer-menu li { border: none; margin: 0; padding: 0; }
.sz-footer-menu a  { color: #ccc; font-size: 13px; }
.sz-footer-menu a:hover { color: #fff; }
footer .rodape { text-align: center; }

/* ── Botão sanduíche ─────────────────────────────────────────────────────── */
#sz-menu-toggle {
    display: none; /* visível só no mobile */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 8px;
    vertical-align: top;
    height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
}
.sz-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.15s ease;
}
/* Animação → X quando aberto */
#sz-menu-toggle[aria-expanded="true"] .sz-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#sz-menu-toggle[aria-expanded="true"] .sz-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
#sz-menu-toggle[aria-expanded="true"] .sz-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── Painel mobile (fora do header fixo) ─────────────────────────────────── */
#sz-mobile-panel {
    display: none;
    position: fixed;
    top: 80px; /* = altura do header */
    left: 0;
    right: 0;
    z-index: 998;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    min-height: 48px; /* visível mesmo se o menu demorar a renderizar */
}
#sz-mobile-panel.sz-open {
    display: block;
}
.sz-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.sz-mobile-menu li {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    margin: 0;
    padding: 0;
}
.sz-mobile-menu li:last-child {
    border-bottom: none;
}
.sz-mobile-menu a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 20px;
    transition: background 0.15s;
}
.sz-mobile-menu a:hover,
.sz-mobile-menu a:focus {
    background: rgba(255,255,255,0.08);
}

/* ── Mobile: esconde menu horizontal, mostra sanduíche ───────────────────── */
@media (max-width: 600px) {
    .sz-primary-menu,
    .sz-fallback-menu {
        display: none;
    }
    #sz-menu-toggle {
        display: inline-flex;
    }
}

/* ── Desktop: garante que o painel mobile nunca apareça ──────────────────── */
@media (min-width: 601px) {
    #sz-mobile-panel {
        display: none !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CARTÕES DE NOTÍCIA
   ═══════════════════════════════════════════════════════════════════════════ */

/* Link ocupa 100% do card */
.card-link {
    display: block;
    height: 100%;
    color: inherit;
}

/* Zoom suave na imagem ao hover */
.quarto .imgdestaque img {
    transition: transform 0.38s ease;
}
.quarto:hover .imgdestaque img {
    transform: scale(1.07);
}

/* Badge de categoria — canto superior esquerdo */
.card-cat {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    background: #e91e63;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1.4;
    pointer-events: none;
    white-space: nowrap;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Overlay degradê com título + data na base do card */
.card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 44px 10px 9px;
    background: linear-gradient(transparent, rgba(0,0,0,0.90));
    pointer-events: none;
}
.card-info h2 {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-shadow: 0 1px 5px rgba(0,0,0,0.75);
    margin: 0 0 3px;
    padding: 0;
    position: static;
    background: none;
    font-weight: 700;
}
.card-date {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CABEÇALHO DE ARQUIVO / CATEGORIA
   ═══════════════════════════════════════════════════════════════════════════ */

.archive-header {
    border-left: 5px solid #e91e63;
    padding: 10px 14px;
    margin-bottom: 16px;
    background: #f8f8f8;
    border-radius: 0 3px 3px 0;
}
.archive-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #e91e63;
    margin-bottom: 4px;
}
.archive-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    text-align: left;
    letter-spacing: 0.3px;
    color: #111;
    line-height: 1.15;
}
.archive-desc {
    font-size: 14px;
    color: #555;
    margin: 6px 0 0;
    font-weight: 400;
    line-height: 1.5;
}
.archive-count {
    font-size: 12px;
    color: #aaa;
    margin: 5px 0 0;
    font-weight: 400;
}

/* Padding lateral no conteúdo — evita encostar nas bordas em mobile */
#main {
    padding: 12px 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}
/* Filhos de largura total em #main (timeline, loading, breadcrumbs, archive-header) */
#main > #timeline,
#main > #loading,
#main > nav,
#main > .archive-header {
    flex: 0 0 100%;
    width: 100%;
}

/* Ajuste font-size dos cards em telas menores */
@media only screen and (max-width: 700px) {
    .card-info h2 { font-size: 13px; }
    .archive-title { font-size: 22px; }
}
@media only screen and (max-width: 380px) {
    .card-info h2 { font-size: 14px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   POST EM DESTAQUE (primeiro card da homepage)
   ═══════════════════════════════════════════════════════════════════════════ */

.quarto--destaque {
    flex: 0 0 calc(50% - 6px);
    height: 350px;
}
.quarto--destaque .card-info {
    padding-top: 60px;
}
.quarto--destaque .card-info h2 {
    font-size: 20px;
    line-height: 1.2;
}
@media only screen and (max-width: 700px) {
    .quarto--destaque {
        flex: 0 0 calc(50% - 6px);
        height: 195px;
    }
    .quarto--destaque .card-info h2 { font-size: 13px; }
}
@media only screen and (max-width: 380px) {
    .quarto--destaque {
        flex: 0 0 100%;
        height: 220px;
    }
    .quarto--destaque .card-info h2 { font-size: 14px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SKELETON LOADING (substitui GIF)
   ═══════════════════════════════════════════════════════════════════════════ */

.skeleton-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    padding: 4px 0;
}
.skeleton-card {
    flex: 0 0 calc(25% - 9px);
    height: 250px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e8e8e8 25%, #d2d2d2 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.4s infinite linear;
}
@keyframes skeleton-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
@media only screen and (max-width: 1100px) {
    .skeleton-card { flex: 0 0 calc(33.333% - 8px); height: 220px; }
}
@media only screen and (max-width: 700px) {
    .skeleton-card { flex: 0 0 calc(50% - 6px); height: 195px; }
}
@media only screen and (max-width: 380px) {
    .skeleton-card { flex: 0 0 100%; height: 220px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CONTADOR DE POSTS
   ═══════════════════════════════════════════════════════════════════════════ */

.posts-counter {
    font-size: 13px;
    color: #999;
    padding: 8px 0 14px;
    text-align: center;
    letter-spacing: 0.2px;
}
.posts-counter strong {
    color: #e91e63;
    font-size: 15px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   BARRA DE TAGS POPULARES
   ═══════════════════════════════════════════════════════════════════════════ */

.tags-bar {
    background: #111;
    border-bottom: 1px solid #1e1e1e;
    margin: 0 -6px 16px;
    text-align: center;
}
.tags-bar__inner {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 6px;
    padding: 8px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
@media (max-width: 600px) {
    .tags-bar { text-align: left; }
    .tags-bar__inner {
        display: flex;
        overflow-x: auto;
    }
}
.tags-bar__inner::-webkit-scrollbar { display: none; }
.tag-pill {
    display: inline-block;
    background: #222;
    color: #ccc;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 14px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}
.tag-pill:hover {
    background: #e91e63;
    color: #fff;
}

/* ═══════════════════════════════════════════════════════════════════════════
   BARRA DE PROGRESSO DE LEITURA
   ═══════════════════════════════════════════════════════════════════════════ */

#read-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(to right, #e91e63, #ff6090);
    z-index: 9999;
    transition: width 0.12s linear;
    pointer-events: none;
    border-radius: 0 2px 2px 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MODO ESCURO (prefers-color-scheme: dark)
   ═══════════════════════════════════════════════════════════════════════════ */

@media (prefers-color-scheme: dark) {
    body                      { background: #111; color: #ddd; }
    a                         { color: #ddd; }
    li                        { border-color: #2a2a2a; }
    .archive-header           { background: #1a1a1a; }
    .archive-title            { color: #eee; }
    .archive-label            { color: #e91e63; }
    .archive-count,
    .archive-desc             { color: #888; }
    #formulariobusca          { background: #1a1a1a; }
    .bordaPreta               { border-color: #2a2a2a; }
    .posts-counter            { color: #888; }
    .skeleton-card            { background: linear-gradient(90deg, #1e1e1e 25%, #282828 50%, #1e1e1e 75%);
                                background-size: 200% 100%; }
    .breadcrumbs              { color: #777; }
    .breadcrumbs a            { color: #777; }
    .entry-header .entry-meta { color: #777; }
    .quarto                   { background: #1a1a1a; }
    #content,
    #page-content             { background: #111; }
    .tag-pill                 { background: #1e1e1e; color: #bbb; }
    .tags-bar                 { background: #0a0a0a; border-color: #1a1a1a; }
    .sidebar-card             { background: #1a1a1a; }
    .sidebar-card-title       { color: #eee; }
    .sidebar-card-cat         { color: #e91e63; }
    .sidebar-heading          { color: #eee; border-color: #e91e63; }
    .related-posts            { background: #1a1a1a; }
    .related-heading          { color: #eee; border-color: #e91e63; }
    .related-card-title       { color: #ddd; }
    .related-card-img         { background: #222; }
    .error-404                { color: #ddd; }
    .error-404-desc           { color: #999; }
    .error-404-home           { background: #e91e63; color: #fff; }
    .site-footer              { background: #0a0a0a; border-color: #1a1a1a; }
    .footer-heading           { color: #eee; }
    .footer-links a           { color: #999; }
    .footer-links a:hover     { color: #e91e63; }
    .footer-about p           { color: #666; }
    .footer-bottom            { border-color: #1a1a1a; color: #555; }
    .celeb-profile            { background: #1a1a1a; border-color: #2a2a2a; }
    .celeb-name               { color: #fff; }
    .celeb-bio                { color: #bbb; }
    .celeb-count              { color: #888; }
    .celeb-photo--placeholder { background: #2a2a2a; color: #e91e63; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PERFIL DE CELEBRIDADE
   ═══════════════════════════════════════════════════════════════════════════ */

.celeb-profile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    margin-bottom: 20px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}
.celeb-photo {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e91e63;
}
.celeb-photo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    font-size: 48px;
    font-weight: 900;
    color: #e91e63;
}
.celeb-info {
    flex: 1;
    min-width: 0;
}
.celeb-name {
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 8px;
    line-height: 1.2;
    text-align: left;
    color: #111;
}
.celeb-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 8px;
    font-weight: 400;
}
.celeb-bio p {
    margin: 0;
}
.celeb-count {
    font-size: 13px;
    color: #999;
    margin: 0;
    font-weight: 400;
}
.celeb-count strong {
    color: #e91e63;
}
/* Card de Trajetória na página de celebridade */
.trajectory-card {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border: 1px solid rgba(233,30,99,0.3);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 16px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}
.trajectory-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(233,30,99,0.2);
    color: #fff;
}
.trajectory-label {
    display: inline-block;
    background: #e91e63;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.trajectory-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #fff;
}
.trajectory-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin: 0 0 12px;
    font-weight: 400;
    line-height: 1.5;
}
.trajectory-cta {
    font-size: 13px;
    font-weight: 700;
    color: #e91e63;
    letter-spacing: 0.3px;
}
@media (max-width: 600px) {
    .trajectory-card { padding: 16px; }
    .trajectory-title { font-size: 17px; }
}

/* Link de celebridade no texto do post */
.celeb-link {
    color: #e91e63 !important;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed #e91e63;
    transition: border-color 0.2s;
}
.celeb-link:hover {
    border-bottom-style: solid;
}

@media (max-width: 600px) {
    .celeb-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
    }
    .celeb-photo {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
    }
    .celeb-name {
        font-size: 22px;
        text-align: center;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SIDEBAR REDESENHADA
   ═══════════════════════════════════════════════════════════════════════════ */

.sidebar-right {
    width: 100%;
}
.sidebar-heading {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 3px solid #e91e63;
    color: #111;
}
.sidebar-card {
    display: block;
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
    background: #f5f5f5;
}
.sidebar-card-link {
    display: flex;
    align-items: stretch;
    gap: 0;
    color: inherit;
    text-decoration: none;
}
.sidebar-card-img {
    flex: 0 0 100px;
    height: 80px;
    overflow: hidden;
}
.sidebar-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.sidebar-card:hover .sidebar-card-img img {
    transform: scale(1.05);
}
.sidebar-card-body {
    flex: 1;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.sidebar-card-cat {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e91e63;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}
.sidebar-card-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ═══════════════════════════════════════════════════════════════════════════
   LEIA TAMBÉM / POSTS RELACIONADOS
   ═══════════════════════════════════════════════════════════════════════════ */

.related-posts {
    margin-top: 24px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 6px;
}
.related-heading {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 3px solid #e91e63;
    color: #111;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s;
}
.related-card:hover {
    transform: translateY(-3px);
}
.related-card-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #ddd;
    border-radius: 4px;
}
.related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-card-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin: 8px 0 0;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 700px) {
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .related-card-img { height: 100px; }
}
@media (max-width: 380px) {
    .related-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PÁGINA 404
   ═══════════════════════════════════════════════════════════════════════════ */

.error-404 {
    text-align: center;
    padding: 40px 20px;
}
.error-404-code {
    font-size: 120px;
    font-weight: 900;
    color: #e91e63;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.7;
}
.error-404 h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
.error-404-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.error-404-search {
    max-width: 400px;
    margin: 0 auto 20px;
}
.error-404-search input[type="search"],
.error-404-search input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.error-404-home {
    display: inline-block;
    background: #e91e63;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.2s;
}
.error-404-home:hover {
    background: #c2185b;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */

.site-footer {
    background: #111;
    border-top: 3px solid #e91e63;
    margin-top: 30px;
    padding: 0;
}
.footer-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 16px;
}
.footer-heading {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    margin-bottom: 14px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li {
    border: none;
    margin: 0;
    padding: 0;
}
.footer-links a {
    display: block;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #e91e63;
}
.footer-about {
    margin-top: 14px;
}
.footer-about p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    font-weight: 400;
}
.footer-bottom {
    text-align: center;
    padding: 14px 16px;
    border-top: 1px solid #222;
    font-size: 12px;
    color: #555;
    font-weight: 400;
}
.footer-bottom p {
    margin: 0;
}
@media (max-width: 700px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 16px;
    }
}
