.content-page{width:min(1180px,94%);margin:38px auto 55px;min-height:420px}.page-hero{background:linear-gradient(135deg,#4d075f,#8b178e);padding:45px 0;color:#fff}.page-hero-inner{width:min(1180px,94%);margin:auto}.page-hero h1{font-family:'Dosis',Arial,sans-serif;font-size:42px;margin:0}.page-hero p{opacity:.85}.content-card{background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.08);border-radius:8px;padding:28px}.content-card p{line-height:1.75}.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.site-card{background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.08);border-radius:8px;overflow:hidden}.site-card-image{height:210px;background-size:cover;background-position:center}.site-card-body{padding:18px}.site-card h2,.site-card h3{margin:0 0 9px}.meta{font-size:13px;color:#777;margin-bottom:10px}.btn-site{display:inline-block;background:#800080;color:#fff;padding:11px 16px;border:0;border-radius:4px;font-weight:700;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.form-control-site{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font:inherit}.form-control-site:focus{outline:0;border-color:#800080;box-shadow:0 0 0 3px rgba(128,0,128,.1)}textarea.form-control-site{min-height:150px}.schedule-day{margin-bottom:28px}.schedule-day h2{border-bottom:3px solid #800080;padding-bottom:8px}.program-row{display:grid;grid-template-columns:150px 1fr 220px;gap:18px;padding:16px;background:#fff;border-bottom:1px solid #eee}.program-time{font-weight:800;color:#800080}.team-card{text-align:center}.team-card .site-card-image{height:270px}.video-frame{aspect-ratio:16/9;width:100%;border:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-grid a{display:block}.gallery-grid img{width:100%;height:190px;object-fit:cover}.news-detail-image{width:100%;max-height:540px;object-fit:cover;margin-bottom:24px}.search-empty{text-align:center;padding:55px;color:#777}.mural-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.mural-card{padding:20px;background:#f7f2f8;border-left:4px solid #800080}.mural-card blockquote{margin:0 0 10px;font-size:17px;line-height:1.5}.poll-result-bar{height:10px;background:#eee;border-radius:8px;overflow:hidden;margin:5px 0 12px}.poll-result-bar span{display:block;height:100%;background:#800080}.pagination{display:flex;gap:8px;justify-content:center;margin-top:28px}.pagination a,.pagination span{padding:8px 12px;border:1px solid #ddd}.pagination .current{background:#800080;color:#fff;border-color:#800080}@media(max-width:850px){.page-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.program-row{grid-template-columns:110px 1fr}.program-row>div:last-child{grid-column:2}.mural-list{grid-template-columns:1fr}}@media(max-width:600px){.page-grid,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.gallery-grid{grid-template-columns:repeat(2,1fr)}.program-row{grid-template-columns:1fr;gap:6px}.program-row>div:last-child{grid-column:auto}.page-hero h1{font-size:34px}}

/* Notícias no mesmo padrão visual do modelo original */
.pagina-noticias-modelo,
.pagina-noticias-atualizadas,
.pagina-noticia-detalhe {
    margin-top: 35px;
    margin-bottom: 45px;
}

.pagina-noticias-modelo .noticias-vazio {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #777;
    border-top: 1px solid #e8e8e8;
}

.pagina-noticia-detalhe .noticia-interna {
    width: 100%;
    background: #fff;
    padding: 0;
    color: #333;
}

.noticia-interna-titulo {
    margin: 0 0 8px;
    font-family: 'Dosis', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    color: #333;
}

.noticia-interna-meta {
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #777;
    font-size: 13px;
}

.noticia-interna-imagem {
    display: block;
    width: 100%;
    max-height: 620px;
    margin: 0 0 24px;
    object-fit: cover;
}

.noticia-interna-resumo {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #444;
}

.noticia-interna-conteudo {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

.noticia-interna-conteudo img,
.noticia-interna-conteudo iframe,
.noticia-interna-conteudo video {
    max-width: 100%;
}

.noticia-interna-conteudo p {
    margin: 0 0 18px;
}

.noticia-voltar {
    display: inline-block;
    margin-top: 28px;
    padding: 10px 16px;
    background: #800080;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.noticia-voltar:hover,
.noticia-voltar:focus {
    opacity: .9;
    text-decoration: none;
}

@media (max-width: 900px) {
    .pagina-noticias-modelo .noticiacapa {
        width: calc(50% - 9px);
    }

    .pagina-noticias-atualizadas .noticiaatual {
        width: calc(50% - 9px);
    }
}

@media (max-width: 600px) {
    .pagina-noticias-modelo .noticiacapa,
    .pagina-noticias-atualizadas .noticiaatual {
        width: 100%;
    }

    .noticia-interna-titulo {
        font-size: 30px;
    }
}

/* ==========================================================
   CORREÇÃO DEFINITIVA — notícias externas da página inicial
   Evita que o CSS remoto antigo solte os textos para fora dos cards,
   deixe áreas brancas vazias ou sobreponha os banners seguintes.
   ========================================================== */
.home-noticias-atualizadas {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    clear: both !important;
}

.home-noticias-atualizadas .noticias-atualizadas-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 38px !important;
    row-gap: 5px !important;
    align-items: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clear: both !important;
}

.home-noticias-atualizadas .noticiaatual {
    float: none !important;
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: 116px minmax(0, 1fr) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.home-noticias-atualizadas .noticiaatual1 {
    float: none !important;
    position: static !important;
    display: block !important;
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
    height: 100% !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.home-noticias-atualizadas .noticiaatual1 > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 112px !important;
}

.home-noticias-atualizadas .noticiafotocapa22 {
    float: none !important;
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.home-noticias-atualizadas .noticiaatual2 {
    float: none !important;
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 10px 10px 9px 10px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #fff !important;
}

.home-noticias-atualizadas .noticiaatualcat {
    float: none !important;
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    color: #800080 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.home-noticias-atualizadas .noticiaatualtit {
    float: none !important;
    position: static !important;
    display: -webkit-box !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

.home-noticias-atualizadas .noticiaatualtit:hover,
.home-noticias-atualizadas .noticiaatualtit:focus {
    color: #800080 !important;
    text-decoration: none !important;
}

.home-noticias-atualizadas .noticiaseta {
    float: none !important;
    position: static !important;
    display: inline !important;
    margin-left: 5px !important;
    color: #800080 !important;
    font-size: 17px !important;
    vertical-align: middle !important;
}

.home-noticias-atualizadas .limpa-flutuacao-noticias {
    display: none !important;
    clear: both !important;
}

/* O bloco de publicidade sempre começa abaixo de todas as notícias. */
.home-noticias-atualizadas + .topmusica {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 12px !important;
}

@media (max-width: 1000px) {
    .home-noticias-atualizadas .noticias-atualizadas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 18px !important;
        row-gap: 8px !important;
    }
}

@media (max-width: 650px) {
    .home-noticias-atualizadas .noticias-atualizadas-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .home-noticias-atualizadas .noticiaatual {
        grid-template-columns: 112px minmax(0, 1fr) !important;
    }

    .home-noticias-atualizadas .noticiaatual1 {
        width: 112px !important;
        min-width: 112px !important;
        max-width: 112px !important;
    }
}

/* ==========================================================
   ÁREA DE NOTÍCIAS MODERNA — PALETA RÁDIO BEM BRASIL
   Roxo #800080, amarelo #FFC400, preto #171717 e rosa de apoio.
   As variáveis podem ser alteradas no painel administrativo.
   ========================================================== */
:root{
    --radio-primary:#8B005D;
    --radio-primary-dark:#4A002F;
    --radio-primary-rgb:139,0,93;
    --radio-accent:#F2C300;
    --radio-black:#111111;
    --radio-rose:#D8B8B7;
    --radio-news-bg:#D8B8B7;
    --radio-text:#241f24;
    --radio-muted:#786f78;
    --radio-border:#eadfea;
    --radio-white:#fff;
    --radio-shadow:0 18px 48px rgba(51,0,51,.11);
}

.news-modern-page,
.news-detail-modern-page{
    width:min(1180px,94%);
    margin:34px auto 58px;
    padding:0 0 32px;
    color:var(--radio-text);
}

.news-modern-page::before,
.news-detail-modern-page::before{
    content:"";
    position:fixed;
    inset:90px 0 0;
    z-index:-2;
    pointer-events:none;
    background:
        radial-gradient(circle at 8% 10%,rgba(var(--radio-primary-rgb),.08),transparent 28%),
        linear-gradient(180deg,var(--radio-news-bg),#fff 62%);
}

.news-modern-hero{
    position:relative;
    overflow:hidden;
    min-height:210px;
    padding:38px 42px;
    border-top:5px solid var(--radio-accent);
    border-radius:22px;
    background:linear-gradient(125deg,var(--radio-black) 0%,var(--radio-primary-dark) 52%,var(--radio-primary) 100%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    box-shadow:0 22px 52px rgba(45,0,45,.24);
}
.news-modern-hero::before,
.news-modern-hero::after{
    content:"";
    position:absolute;
    border:1px solid rgba(255,255,255,.12);
    border-radius:50%;
}
.news-modern-hero::before{width:310px;height:310px;right:-120px;top:-175px}
.news-modern-hero::after{width:180px;height:180px;right:145px;bottom:-145px}
.news-modern-hero>div,.news-modern-home-link{position:relative;z-index:2}
.news-modern-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:10px;
    color:var(--radio-accent);
    font-size:12px;
    font-weight:800;
    letter-spacing:.8px;
    text-transform:uppercase;
}
.news-modern-hero h1{
    margin:0;
    font-family:'Dosis','Open Sans',Arial,sans-serif;
    font-size:46px;
    line-height:1.05;
    font-weight:700;
}
.news-modern-hero p{max-width:690px;margin:12px 0 0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.55}
.news-modern-home-link{
    min-width:max-content;
    padding:12px 17px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff!important;
    font-size:13px;
    font-weight:700;
    transition:.2s;
}
.news-modern-home-link:hover{background:var(--radio-accent);border-color:var(--radio-accent);color:var(--radio-black)!important;transform:translateY(-2px)}

.news-category-filter{
    margin:22px 0 28px;
    padding:11px;
    border:1px solid var(--radio-border);
    border-radius:16px;
    background:rgba(255,255,255,.94);
    box-shadow:0 10px 30px rgba(44,0,44,.06);
    display:flex;
    align-items:center;
    gap:8px;
    overflow-x:auto;
}
.news-category-filter a{
    min-width:max-content;
    padding:10px 14px;
    border-radius:11px;
    color:#5f565f;
    font-size:13px;
    font-weight:700;
    transition:.2s;
}
.news-category-filter a span{margin-left:7px;padding:3px 7px;border-radius:999px;background:#f0e8f0;color:var(--radio-primary);font-size:10px}
.news-category-filter a:hover{color:var(--radio-primary);background:#f8eff8}
.news-category-filter a.active{background:var(--radio-primary);color:#fff;box-shadow:0 8px 20px rgba(var(--radio-primary-rgb),.22)}
.news-category-filter a.active span{background:var(--radio-accent);color:var(--radio-black)}

.news-modern-empty{
    padding:65px 25px;
    border:1px dashed rgba(var(--radio-primary-rgb),.25);
    border-radius:20px;
    background:#fff;
    text-align:center;
}
.news-modern-empty i{font-size:50px;color:var(--radio-primary);opacity:.7}
.news-modern-empty h2{margin:15px 0 5px}.news-modern-empty p{margin:0;color:var(--radio-muted)}

.news-lead-card{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
    min-height:420px;
    overflow:hidden;
    border:1px solid var(--radio-border);
    border-radius:22px;
    background:#fff;
    box-shadow:var(--radio-shadow);
}
.news-lead-image,.news-card-image,.news-related-image{
    position:relative;
    display:block;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}
.news-lead-image::after,.news-card-image::after,.news-related-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 52%,rgba(23,23,23,.28));
    transition:.3s;
}
.news-lead-card:hover .news-lead-image::after,.news-modern-card:hover .news-card-image::after{background:linear-gradient(180deg,transparent 40%,rgba(23,23,23,.42))}
.news-category-badge{
    position:absolute;
    z-index:3;
    left:18px;
    top:18px;
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:6px 11px;
    border-radius:999px;
    background:var(--radio-accent);
    color:var(--radio-black)!important;
    font-size:11px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.45px;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.news-category-badge.detail{position:static;box-shadow:none;margin-bottom:13px}
.news-lead-content{padding:38px 38px 34px;display:flex;flex-direction:column;justify-content:center}
.news-card-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:var(--radio-muted);font-size:12px;font-weight:600}
.news-card-meta i{color:var(--radio-primary);margin-right:5px}
.news-lead-content h2{margin:14px 0 13px;font-family:'Dosis','Open Sans',Arial,sans-serif;font-size:34px;line-height:1.12}
.news-lead-content h2 a:hover,.news-card-body h2 a:hover{color:var(--radio-primary)}
.news-lead-content p{margin:0;color:#655d65;font-size:15px;line-height:1.7}
.news-read-more,.news-card-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    width:max-content;
    margin-top:22px;
    color:var(--radio-primary)!important;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.35px;
}
.news-read-more i,.news-card-link i{transition:.2s}.news-read-more:hover i,.news-card-link:hover i{transform:translateX(4px)}

.news-modern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:25px}
.news-modern-card{
    overflow:hidden;
    border:1px solid var(--radio-border);
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 32px rgba(47,0,47,.075);
    transition:.24s ease;
}
.news-modern-card:hover{transform:translateY(-6px);border-color:rgba(var(--radio-primary-rgb),.24);box-shadow:0 20px 42px rgba(47,0,47,.14)}
.news-card-image{height:220px}
.news-card-body{padding:20px}
.news-card-body h2{margin:11px 0 9px;font-family:'Dosis','Open Sans',Arial,sans-serif;font-size:23px;line-height:1.18}
.news-card-body p{margin:0;color:#6f666f;font-size:13px;line-height:1.6}
.news-card-link{margin-top:16px;font-size:11px}

.news-modern-pagination{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:34px 0 5px}
.news-modern-pagination a,.news-modern-pagination span{
    min-width:40px;
    height:40px;
    padding:0 12px;
    border:1px solid var(--radio-border);
    border-radius:11px;
    background:#fff;
    color:#5f565f;
    display:grid;
    place-items:center;
    font-size:12px;
    font-weight:800;
}
.news-modern-pagination a:hover,.news-modern-pagination a.active{background:var(--radio-primary);border-color:var(--radio-primary);color:#fff;box-shadow:0 7px 18px rgba(var(--radio-primary-rgb),.2)}

.news-detail-breadcrumb{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 18px;
    color:#857b85;
    font-size:12px;
    font-weight:700;
}
.news-detail-breadcrumb a:hover{color:var(--radio-primary)}
.news-detail-breadcrumb i{color:var(--radio-rose)}
.news-article-modern{
    overflow:hidden;
    padding:42px;
    border-top:5px solid var(--radio-accent);
    border-radius:22px;
    background:#fff;
    box-shadow:var(--radio-shadow);
}
.news-article-header{max-width:980px;margin:0 auto 26px}
.news-article-header h1{margin:0;font-family:'Dosis','Open Sans',Arial,sans-serif;font-size:47px;line-height:1.08;color:#211b21}
.news-article-subtitle{margin:15px 0 0;color:#655d65;font-size:19px;line-height:1.55}
.news-article-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:19px;padding-top:15px;border-top:1px solid var(--radio-border);color:#817781;font-size:12px;font-weight:700}
.news-article-meta i{color:var(--radio-primary);margin-right:5px}
.news-share-panel{
    max-width:980px;
    margin:0 auto 28px;
    padding:17px;
    border:1px solid var(--radio-border);
    border-left:5px solid var(--radio-primary);
    border-radius:15px;
    background:linear-gradient(100deg,#fff,var(--radio-news-bg));
    display:grid;
    grid-template-columns:auto auto minmax(230px,1fr);
    align-items:center;
    gap:18px;
}
.news-share-copy{display:flex;flex-direction:column}.news-share-copy strong{font-size:14px}.news-share-copy span{margin-top:3px;color:var(--radio-muted);font-size:10px}
.news-share-buttons{display:flex;align-items:center;gap:7px}
.news-share-buttons a,.news-share-buttons button{
    width:38px;height:38px;border:0;border-radius:11px;color:#fff;display:grid;place-items:center;transition:.2s
}
.news-share-buttons a:hover,.news-share-buttons button:hover{transform:translateY(-3px);filter:brightness(1.08)}
.share-facebook{background:#1877f2}.share-whatsapp{background:#25d366}.share-x{background:#171717}.share-email{background:var(--radio-primary)}
.news-share-buttons button{background:#696069}
.news-copy-link{display:flex;align-items:center;min-width:0}
.news-copy-link input{min-width:0;flex:1;height:40px;border:1px solid #ded3de;border-right:0;border-radius:10px 0 0 10px;background:#fff;padding:0 12px;color:#766d76;font-size:11px}
.news-copy-link button{height:40px;border:0;border-radius:0 10px 10px 0;background:var(--radio-accent);color:var(--radio-black);padding:0 13px;font-size:11px;font-weight:900;white-space:nowrap}
.news-article-cover{max-width:980px;margin:0 auto 30px;overflow:hidden;border-radius:18px;background:#f1e8f1}
.news-article-cover img{display:block;width:100%;max-height:620px;object-fit:cover}
.news-article-content{max-width:920px;margin:0 auto;color:#3f393f;font-size:16px;line-height:1.82}
.news-article-content p{margin:0 0 20px}.news-article-content img,.news-article-content video,.news-article-content iframe{max-width:100%;height:auto}
.news-article-content a{color:var(--radio-primary);font-weight:700;text-decoration:underline}
.news-source-box{max-width:920px;margin:30px auto 0;padding:16px 18px;border-radius:14px;background:#f7f0f7;display:flex;align-items:center;gap:13px}
.news-source-box>i{width:40px;height:40px;border-radius:12px;background:var(--radio-primary);color:#fff;display:grid;place-items:center}
.news-source-box div{display:flex;flex-direction:column}.news-source-box span{color:#918791;font-size:10px;text-transform:uppercase;font-weight:800}.news-source-box a,.news-source-box strong{margin-top:3px;color:var(--radio-primary);font-size:13px}
.news-article-footer{max-width:920px;margin:30px auto 0;padding-top:20px;border-top:1px solid var(--radio-border);display:flex;align-items:center;justify-content:space-between;gap:16px;color:#746b74;font-size:12px}
.news-article-footer a{padding:10px 14px;border-radius:10px;background:var(--radio-primary);color:#fff!important;font-weight:800}.news-article-footer a:hover{background:var(--radio-primary-dark)}

.news-comments-modern,.news-related-modern,.news-poll-modern{
    margin-top:25px;
    padding:30px;
    border:1px solid var(--radio-border);
    border-radius:20px;
    background:#fff;
    box-shadow:0 14px 36px rgba(48,0,48,.075);
}
.news-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:21px}
.news-section-heading>div{display:flex;flex-direction:column}.news-section-heading>div>span,.news-poll-kicker{color:var(--radio-primary);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.news-section-heading h2,.news-poll-content h2{margin:4px 0 0;font-family:'Dosis','Open Sans',Arial,sans-serif;font-size:29px}
.news-comment-count{padding:8px 11px;border-radius:999px;background:#f3e7f3;color:var(--radio-primary);font-size:11px;font-weight:800}
.news-comment-notice{display:flex;align-items:flex-start;gap:11px;margin-bottom:20px;padding:13px 15px;border-radius:12px;background:#fff8da;border:1px solid #f1df91;color:#6a5c20}
.news-comment-notice i{margin-top:3px;color:#a98700}.news-comment-notice p{margin:0;font-size:12px;line-height:1.55}
.news-comment-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.news-comment-form label{display:block}.news-comment-form label>span{display:block;margin:0 0 7px;color:#5d555d;font-size:11px;font-weight:800}
.news-comment-form input,.news-comment-form textarea{width:100%;border:1px solid #dfd5df;border-radius:11px;background:#fff;padding:12px 13px;outline:0;font:inherit;transition:.2s}
.news-comment-form input:focus,.news-comment-form textarea:focus{border-color:var(--radio-primary);box-shadow:0 0 0 4px rgba(var(--radio-primary-rgb),.08)}
.news-comment-message{margin-top:14px}.news-comment-form textarea{min-height:125px;resize:vertical}.news-comment-message small{display:block;margin-top:5px;color:#988e98;text-align:right;font-size:10px}
.news-comment-submit{margin-top:14px;border:0;border-radius:11px;background:var(--radio-primary);color:#fff;padding:12px 17px;font-weight:900}.news-comment-submit:hover{background:var(--radio-primary-dark)}
.site-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}
.news-approved-comments{margin-top:28px}.news-approved-comments h3{margin:0 0 15px;font-size:17px}
.news-comment-card{display:grid;grid-template-columns:45px minmax(0,1fr);gap:13px;padding:16px 0;border-top:1px solid var(--radio-border)}
.news-comment-avatar{width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,var(--radio-primary),var(--radio-primary-dark));color:var(--radio-accent);display:grid;place-items:center;font-size:17px;font-weight:900}
.news-comment-card header{display:flex;align-items:center;justify-content:space-between;gap:15px}.news-comment-card time{color:#9a909a;font-size:10px}.news-comment-card p{margin:7px 0 0;color:#625a62;font-size:13px;line-height:1.6}

.news-section-heading>a{color:var(--radio-primary);font-size:12px;font-weight:900}.news-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.news-related-grid article{overflow:hidden;border:1px solid var(--radio-border);border-radius:14px;background:#fff;transition:.2s}.news-related-grid article:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgba(50,0,50,.1)}
.news-related-image{height:145px}.news-related-grid article>div{padding:13px}.news-related-grid article span{color:#8c828c;font-size:10px}.news-related-grid article h3{margin:6px 0 0;font-size:14px;line-height:1.35}.news-related-grid article h3 a:hover{color:var(--radio-primary)}

.news-poll-modern{position:relative;overflow:hidden;display:grid;grid-template-columns:80px minmax(0,1fr);gap:22px;border-top:5px solid var(--radio-accent);background:linear-gradient(120deg,#fff,var(--radio-news-bg))}
.news-poll-modern::after{content:"";position:absolute;width:180px;height:180px;right:-90px;bottom:-110px;border-radius:50%;background:rgba(var(--radio-primary-rgb),.055)}
.news-poll-icon{position:relative;z-index:2;width:70px;height:70px;border-radius:20px;background:linear-gradient(135deg,var(--radio-black),var(--radio-primary));color:var(--radio-accent);display:grid;place-items:center;font-size:27px;box-shadow:0 12px 26px rgba(30,0,30,.2)}
.news-poll-content{position:relative;z-index:2}.news-poll-content h2{font-size:26px;margin-bottom:16px}.news-poll-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.news-poll-options label{position:relative;cursor:pointer}.news-poll-options input{position:absolute;opacity:0}.news-poll-options span{display:block;padding:11px 13px;border:1px solid #ded2de;border-radius:10px;background:#fff;color:#615961;font-size:12px;font-weight:700;transition:.2s}.news-poll-options input:checked+span{border-color:var(--radio-primary);background:#f2e4f2;color:var(--radio-primary);box-shadow:0 0 0 3px rgba(var(--radio-primary-rgb),.07)}
.news-poll-form button{margin-top:13px;border:0;border-radius:10px;background:var(--radio-primary);color:#fff;padding:11px 16px;font-weight:900}.news-poll-form button:hover{background:var(--radio-primary-dark)}
.news-poll-result{margin-bottom:11px}.news-poll-result>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#655d65;font-size:11px}.news-poll-result>div:first-child span{color:var(--radio-primary);font-weight:900}.news-poll-bar{height:9px;margin-top:6px;border-radius:999px;background:#e9dfe9;overflow:hidden}.news-poll-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--radio-primary),var(--radio-accent))}.news-poll-thanks{margin:14px 0 0;color:#5f815f;font-size:12px}

/* A identidade também é aplicada aos componentes internos já existentes. */
.btn-site,.campobotao,.mural-botao,.enquetebotao,.chat-botao{background:var(--radio-primary)!important}
.btn-site:hover,.campobotao:hover,.mural-botao:hover,.enquetebotao:hover,.chat-botao:hover{background:var(--radio-primary-dark)!important}
.form-control-site:focus{border-color:var(--radio-primary);box-shadow:0 0 0 3px rgba(var(--radio-primary-rgb),.1)}

@media(max-width:1000px){
    .news-lead-card{grid-template-columns:1fr;min-height:0}.news-lead-image{height:390px}.news-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .news-share-panel{grid-template-columns:1fr auto}.news-copy-link{grid-column:1/-1}.news-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
    .news-modern-page,.news-detail-modern-page{width:min(94%,620px);margin-top:22px}
    .news-modern-hero{min-height:0;padding:30px 24px;align-items:flex-start;flex-direction:column}.news-modern-hero h1{font-size:38px}.news-modern-home-link{align-self:flex-start}
    .news-lead-image{height:270px}.news-lead-content{padding:25px}.news-lead-content h2{font-size:28px}.news-modern-grid{grid-template-columns:1fr}.news-card-image{height:235px}
    .news-article-modern{padding:25px 20px}.news-article-header h1{font-size:36px}.news-article-subtitle{font-size:16px}.news-share-panel{grid-template-columns:1fr}.news-share-buttons{grid-row:auto}.news-copy-link{grid-column:auto}
    .news-comments-modern,.news-related-modern,.news-poll-modern{padding:22px 18px}.news-comment-fields{grid-template-columns:1fr}.news-section-heading{align-items:flex-start;flex-direction:column}.news-related-grid{grid-template-columns:1fr 1fr}
    .news-poll-modern{grid-template-columns:1fr}.news-poll-icon{width:58px;height:58px;border-radius:16px}.news-poll-options{grid-template-columns:1fr}
    .news-article-footer{align-items:flex-start;flex-direction:column}.news-comment-card header{align-items:flex-start;flex-direction:column;gap:4px}
}
@media(max-width:470px){
    .news-modern-hero h1{font-size:34px}.news-lead-image{height:225px}.news-lead-content{padding:22px 18px}.news-card-image{height:210px}
    .news-article-header h1{font-size:31px}.news-related-grid{grid-template-columns:1fr}.news-share-buttons{flex-wrap:wrap}.news-copy-link{align-items:stretch;flex-direction:column}.news-copy-link input{border:1px solid #ded3de;border-radius:10px}.news-copy-link button{margin-top:7px;border-radius:10px}.news-comment-card{grid-template-columns:38px minmax(0,1fr)}.news-comment-avatar{width:38px;height:38px;border-radius:11px}
}


/* ==========================================================
   VISUAL GERAL — CORES DO MODELO BEM BRASIL
   ========================================================== */
body{
    background:var(--radio-bg,#8E0000)!important;
    color:var(--radio-text,#241f24);
}
.cabecalhototal{background-color:var(--radio-primary-dark,#4A002F)!important}
.menusitetotal{background:var(--radio-primary,#8B005D)!important}
.linksocial,
.cabecalhobusca button,
.campobotao,
.chat-botao,
.mural-botao,
.enquetebotao,
.sg-sociais-rodape a,
.botaotopo,
.topmusicaesquerdo>span,
.news-comment-submit{background:var(--radio-primary,#8B005D)!important;color:#fff!important}
.linksocial:hover,
.cabecalhobusca button:hover,
.sg-sociais-rodape a:hover,
.botaotopo:hover{filter:brightness(1.08)}
.playertv1,
.videos,
.bg-copy{background:var(--radio-black,#111111)!important}
.home_meio1,
.home_meio2,
.fotos1,
.parceiros1,
.mural1,
.laymeio,
.videos1{
    background:var(--radio-news-bg,#D8B8B7)!important;
    padding:18px 18px 22px!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.titulos,
.titulos2,
.video-titulo,
.foto-titulo,
.mural-titulo,
.news-modern-hero h1,
.news-section-heading h2,
.news-poll-content h2{color:var(--radio-title,#008FA3)!important}
.news-modern-hero h1,
.news-section-heading h2,
.news-poll-content h2{color:#fff!important}
.noticiacat,
.noticiaatualcat,
.news-card-meta i,
.news-article-meta i,
.news-poll-kicker,
.news-section-heading>div>span,
.news-comment-count,
.news-section-heading>a,
.news-read-more,
.news-card-link,
.news-modern-home-link:hover,
.news-modern-home-link:focus,
.news-related-grid article h3 a:hover,
.news-detail-breadcrumb a:hover,
.news-article-content a,
.news-source-box a,
.news-source-box strong,
.news-comment-notice i,
.program-time,
.sg-item1 h2,
.cabecalhonoar2 h1{color:var(--radio-title,#008FA3)!important}
.noticiaseta,
.home-noticias-atualizadas .noticiaatualcat,
.home-noticias-atualizadas .noticiaseta{color:var(--radio-primary,#8B005D)!important}
.news-modern-page::before,
.news-detail-modern-page::before{background:none!important}
.news-modern-hero,
.news-article-modern,
.news-poll-modern{border-top-color:var(--radio-accent,#F2C300)!important}
.news-category-badge,
.news-copy-link button{background:var(--radio-accent,#F2C300)!important;color:var(--radio-black,#111)!important}
.news-category-filter a.active,
.news-modern-pagination a:hover,
.news-modern-pagination a.active{background:var(--radio-primary,#8B005D)!important;border-color:var(--radio-primary,#8B005D)!important}
.news-share-panel{background:linear-gradient(100deg,#fff,var(--radio-rose,#D8B8B7))!important}
.news-poll-modern{background:linear-gradient(120deg,#fff,var(--radio-rose,#D8B8B7))!important}
.news-source-box,
.mural-card{background:rgba(255,255,255,.48)!important}
@media(max-width:700px){
  .home_meio1,.home_meio2,.fotos1,.parceiros1,.mural1,.laymeio,.videos1{padding:14px!important}
}


/* ==========================================================
   RODAPÉ DINÂMICO
   ========================================================== */
.sg-bottom-total.footer-main{background:var(--radio-footer-bg,#D9D9D9)!important;color:var(--radio-footer-text,#24364E)!important}
.sg-bottom-total.footer-main .sg-item1 h1,
.sg-bottom-total.footer-main .sg-item1 h2,
.sg-bottom-total.footer-main .sg-visitas,
.sg-bottom-total.footer-main .sg-sitem,
.sg-bottom-total.footer-main .curtirfanpage{color:var(--radio-footer-text,#24364E)!important}
.sg-bottom-total.footer-main .sg-sociais-rodape a{background:var(--radio-primary,#8B005D)!important;color:#fff!important}
.sg-bottom-total.footer-main .curtirfanpage{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;border-radius:10px;background:rgba(255,255,255,.45)!important;border:1px solid rgba(0,0,0,.06)}
.sg-bottom-total.footer-main .curtirfanpage:hover{filter:brightness(1.03)}
.sg-bottom-total.footer-main iframe.boxfanpage{background:#fff;border-radius:10px}
.sg-bottom-total.bg-copy{background:var(--radio-footer-copy-bg,#7B7B7B)!important;color:#fff!important}
.sg-bottom-total.bg-copy .sg-item1,
.sg-bottom-total.bg-copy .sg-item2,
.sg-bottom-total.bg-copy a{color:#fff!important}
