/*
Theme Name: Conect Amazônia
Theme URI: https://conectamazonia.com.br
Author: Equipe Conect Amazônia
Author URI: https://conectamazonia.com.br
Description: Tema WordPress responsivo desenvolvido para o Portal Conect Amazônia, voltado à divulgação de notícias, projetos, meio ambiente, turismo, cultura, ciência, tecnologia, inovação e desenvolvimento sustentável da Amazônia. Construído com Bootstrap 5, HTML5 semântico, CSS3, PHP 8+, JavaScript moderno e otimizado para SEO, acessibilidade, desempenho e compatibilidade com o Editor de Blocos (Gutenberg).
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conect-amazonia
Domain Path: /languages
Tags: news, blog, magazine, custom-logo, custom-menu, featured-images, editor-style, full-site-editing, translation-ready, accessibility-ready, bootstrap, responsive-layout, threaded-comments, block-styles, wide-blocks, custom-background, custom-header, widgets, footer-widgets

Conect Amazônia WordPress Theme
Copyright (C) 2026 Conect Amazônia
Licensed under the GNU General Public License v2 or later.

This theme, like WordPress, is licensed under the GPL.

https://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
    /* Cores principais */
    --primary-green: #0b5849;
    --primary-green-dark: #09463a;
    --secondary-green: #2d7b62;
    --success-green: #137a45;
    --success-green-hover: #0f6539;
    --bg-light: #f8f8f6;
    --bg-White: #ffffff;
    --text-dark: #1f3f35;
    --text-body: #212529;
    --text-secondary: #495057;
    --bg-blu-lite: #75d1f5;

    /* Espaçamentos */
    --spacing-xs: 0.5rem;
    --spacing-sm: 0.6rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;

    /* Bordas e sombras */
    --border-radius-sm: 0.75rem;
    --border-radius-lg: 999px;
    --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 3px 10px rgba(0, 0, 0, 0.5);

    /* Transições */
    --transition-fast: 0.2s ease-in-out;
    --transition-medium: 0.25s ease-in-out;
    --transition-slow: 0.3s ease-in-out;

    /* Fontes (variáveis) – todas carregadas no Google Fonts */
    --font-geomini: "Geomini", "Geist", "Inter", sans-serif;
    --font-roboto-condensed: "Roboto Condensed", sans-serif;
    --font-google-sans: "Google Sans", sans-serif;
    --font-inter: "Inter", sans-serif;
    /* NOVA */
    --font-geist: "Geist", sans-serif;
    /* mantida, embora não esteja no link do Google, você pode remover se não usar */
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg-White);
    color: var(--text-body);
}

.sp-1 {
    border-color: var(--primary-green-dark) !important;
}

/* ============================================
   LOGOTIPO DO PORTAL (.site-logo, .custom-logo)
   ============================================ */
.site-branding .site-logo,
.site-branding .custom-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
}

@media (min-width: 992px) {

    .site-branding .site-logo,
    .site-branding .custom-logo {
        max-width: 203px;
    }
}

/* ============================================
   WIDGET DE NEWSLETTER DA BARRA LATERAL
   ============================================ */
.newsletter-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(19, 122, 69, 0.1);
    color: var(--success-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* ============================================
   2. TIPOGRAFIA E FONTES
   ============================================ */



/* Roboto Condensed */
.roboto-condensed {
    font-family: var(--font-roboto-condensed);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-condensed-700 {
    font-family: var(--font-roboto-condensed);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Geomini */
.geomini {
    font-family: var(--font-geomini);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.geomini-700 {
    font-family: var(--font-geomini);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.geomini-800 {
    font-family: var(--font-geomini);
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

/* Google Sans */
.google-sans {
    font-family: var(--font-google-sans);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}

.google-sans-700 {
    font-family: var(--font-google-sans);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}

/* Inter */
.inter {
    font-family: var(--font-inter);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-700 {
    font-family: var(--font-inter);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Geist (se não for usado, pode remover) */
.geist {
    font-family: var(--font-geist);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.geist-700 {
    font-family: var(--font-geist);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Títulos e textos institucionais */
.box-title {
    font-family: var(--font-roboto-condensed);
    font-size: clamp(0.8rem, 0.9vw, 1rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-body);
    text-transform: uppercase;
}

.card-title,
.card-title a,
.noticia-titulo,
.card-midia-title,
.destaque-title-super,
article h3,
article h4 {
    font-family: var(--font-geomini);
}

.card-doacao-title {
    font-family: var(--font-geomini);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.card-doacao-text {
    font-size: clamp(0.95rem, 1vw, 1.05rem);
    line-height: 1.7;
    max-width: 90%;
}

/* Agenda */
.agenda-day {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
}

.agenda-month {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #1e7e34;
}

.agenda-title {
    font-weight: 600;
    font-size: 0.95rem;
    transition: color var(--transition-medium);
}

.agenda-location {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Menu principal */
.menu-link-geomini {
    font-family: var(--font-geomini);
    font-weight: 700;
    color: var(--primary-green);
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.menu-link-geomini::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-green-dark);
    transition: width 0.3s ease-in-out;
}

/* Efeito Hover e Estado Ativo (Exclusivo para Páginas do WordPress) */
.menu-link-geomini:not(.menu-search-link):hover,
.current-menu-item>.menu-link-geomini,
.current_page_item>.menu-link-geomini,
.current-menu-parent>.menu-link-geomini,
.current_page_parent>.menu-link-geomini,
.current-menu-ancestor>.menu-link-geomini,
.current_page_ancestor>.menu-link-geomini,
li.active>.menu-link-geomini {
    color: var(--primary-green-dark);
}

.menu-link-geomini:not(.menu-search-link):hover::after,
.current-menu-item>.menu-link-geomini::after,
.current_page_item>.menu-link-geomini::after,
.current-menu-parent>.menu-link-geomini::after,
.current_page_parent>.menu-link-geomini::after,
.current-menu-ancestor>.menu-link-geomini::after,
.current_page_ancestor>.menu-link-geomini::after,
li.active>.menu-link-geomini::after {
    width: 100%;
}

/* Botão de Busca no Menu (Círculo Perfeito - Ação Modal) */
.menu-search-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px;
    height: 38px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1.5px solid var(--primary-green);
    background-color: transparent;
    color: var(--primary-green) !important;
    padding: 0 !important;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.menu-search-link i {
    font-size: 0.95rem;
    color: var(--primary-green);
    transition: color 0.3s ease-in-out;
    line-height: 1;
}

.menu-search-link::after {
    display: none !important;
    content: none !important;
}

.menu-search-link:hover {
    background-color: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
    color: #ffffff !important;
}

.menu-search-link:hover i {
    color: #ffffff !important;
}

/* Página de notícia (single post) */
.single-post-title {
    font-family: var(--font-geomini);
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.single-post-lead {
    font-family: var(--font-geist);
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 0.5rem;
}

.single-post-content {
    font-family: var(--font-inter);
    /* ALTERADO para Inter */
    font-size: 1.15rem;
    line-height: 1.8;
    color: #212529;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    font-family: var(--font-geomini);
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    letter-spacing: -0.01em;
}

.single-post-content h2 {
    font-size: 1.8rem;
}

.single-post-content h3 {
    font-size: 1.5rem;
}

.single-post-content h4 {
    font-size: 1.25rem;
}

.destaque-title-super {
    font-family: var(--font-geomini);
    font-weight: 700;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    line-height: 1.3;
    color: var(--text-dark);
}

/* Projetos */
.projeto-titulo {
    transition: color 0.25s ease;
    font-weight: 700;
}

.projeto-link {
    transition: color 0.25s ease;
    font-weight: 600;
    text-decoration: none;
}

.projeto-link:hover {
    text-decoration: underline;
}

/* Category */
.destaque-titulo {
    transition: color 0.25s ease;
}

.category-title {
    transition: color 0.25s ease;
}

.category-link {
    color: #198754;
    text-decoration: none;
    font-weight: 600;
}

.category-link:hover {
    text-decoration: underline;
}

/* ============================================
   3. LAYOUT E LOGO
   ============================================ */
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    outline: none;
    box-shadow: none;
    border: 0;
}

.custom-logo-link:focus,
.custom-logo-link:active,
.custom-logo-link:focus-visible {
    outline: none;
    box-shadow: none;
    border: 0;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-logo {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}

/* ============================================
   4. HEADER E NAVEGAÇÃO
   ============================================ */
.btn-support {
    background-color: var(--primary-green, #1e7e34);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--transition-fast);
}

.btn-support:hover {
    background-color: var(--primary-green-dark, #146c2b);
    color: #fff;
}

.navbar {
    padding: var(--spacing-xs) 0;
}

.navbar .nav-link {
    color: var(--primary-green);
    font-weight: 700;
    transition: color var(--transition-fast);
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--primary-green-dark);
}

.navbar-toggler {
    border: 0;
    color: var(--primary-green);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ============================================
   5. CAROUSEL & EFEITO KEN BURNS
   ============================================ */
.hero-image {
    width: 100%;
    height: clamp(280px, 45vh, 600px);
    object-fit: cover;
    object-position: center;
    transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

@media (min-width: 992px) {
    .hero-image {
        height: clamp(450px, 50vh, 600px);
    }
}

@media (min-width: 1400px) {
    .hero-image {
        height: 600px;
    }
}

.carousel-item {
    position: relative;
    overflow: hidden;
}

/* Efeito Ken Burns (Zoom in suave e imperceptível no slide ativo) */
.carousel-item.active .hero-image {
    animation: kenBurnsZoom 7.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.07);
    }
}

/* Redução sutil da intensidade do zoom em telas pequenas */
@media (max-width: 575.98px) {
    @keyframes kenBurnsZoom {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.03);
        }
    }
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #09582f 0%, rgb(45 106 62 / 37%) 40%, rgb(45 106 62 / 0%) 70%, rgb(253 253 253 / 0%) 100%);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .carousel-item::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(9, 88, 47, 0.75) 60%, rgba(9, 88, 47, 0.92) 100%);
    }
}

.carousel-item img {
    position: relative;
    z-index: 0;
}

.carousel-caption {
    position: absolute;
    left: 8%;
    right: 35%;
    bottom: 16%;
    z-index: 2;
    text-align: left;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.8rem;
}

@media (max-width: 991.98px) {
    .carousel-caption {
        left: 6%;
        right: 12%;
        bottom: 12%;
        gap: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .carousel-caption {
        left: 8%;
        right: 8%;
        bottom: 10%;
        gap: 0.4rem;
        text-align: center !important;
        align-items: center !important;
    }

    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h5,
    .carousel-caption p,
    .carousel-caption .lead {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .carousel-caption {
        left: 6%;
        right: 6%;
        bottom: 8%;
        gap: 0.3rem;
    }
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h5 {
    font-family: var(--font-geomini);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.carousel-caption h5 {
    font-size: clamp(1.1rem, 2.1vw, 2rem);
}

.carousel-caption h1,
.carousel-caption h2 {
    font-size: clamp(1.15rem, 3.5vw, 2.4rem);
}

.carousel-caption p,
.carousel-caption .lead {
    font-size: clamp(0.85rem, 1.8vw, 1.125rem);
    line-height: 1.45;
    margin: 0;
    color: rgba(255, 255, 255, 0.98);
    max-width: 540px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .carousel-caption p,
    .carousel-caption .lead {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Animações Cascata (Fade-Up em camadas) para o Conteúdo do Slide */
.carousel-item.active .carousel-caption h1,
.carousel-item.active .carousel-caption h2,
.carousel-item.active .carousel-caption h5 {
    animation: heroCaptionFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.carousel-item.active .carousel-caption p {
    animation: heroCaptionFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}

.carousel-item.active .carousel-caption .btn,
.carousel-item.active .carousel-caption .stretched-link {
    animation: heroCaptionFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.48s both;
}

@keyframes heroCaptionFadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Suporte à Acessibilidade (prefers-reduced-motion: reduce) */
@media (prefers-reduced-motion: reduce) {
    .carousel-item.active .hero-image {
        animation: none !important;
        transform: none !important;
    }

    .carousel-item.active .carousel-caption h1,
    .carousel-item.active .carousel-caption h2,
    .carousel-item.active .carousel-caption h5,
    .carousel-item.active .carousel-caption p,
    .carousel-item.active .carousel-caption .btn {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.stretched-link {
    z-index: 3;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

/* ============================================
   6. CARDS E CONTEÚDO
   ============================================ */
.text-color {
    color: #2d6a3e;
    font-family: var(--font-geomini);
    font-size: 1rem;
    font-weight: bold;
}

.card {
    background: var(--bg-light);
    border: none;
    transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
}

.card-img {
    object-fit: cover;
}

.row article img {
    object-fit: cover;
}

.card .card-title a,
.card-body h3 a {
    transition: color 0.2s ease-in-out;
}

.card .card-title a:hover,
.card-body h3 a:hover {
    color: var(--bs-success) !important;
}

.card-doacao {
    min-height: 280px;
}

.card-doacao-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.45);
}

/* ============================================
   7. AGENDA
   ============================================ */
.agenda-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: var(--spacing-sm);
    border-radius: var(--border-radius-sm);
    text-decoration: none;
    color: inherit;
    transition: all var(--transition-medium);
}

.agenda-item:hover {
    background-color: var(--bs-light, #f8f9fa);
    transform: translateX(4px);
}

.agenda-item:hover .agenda-title {
    color: var(--bs-success, #1e7e34);
}

.agenda-date {
    min-width: 48px;
    background-color: #f0f5f0;
    border-radius: 8px;
    padding: 0.2rem 0.5rem;
    text-align: center;
}

/* ============================================
   8. NEWSLETTER
   ============================================ */
.newsletter-icon {
    width: 48px;
    height: 48px;
    background-color: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #1e7e34;
}

/* ============================================
   9. FORMULÁRIOS
   ============================================ */
.form-control {
    border: none;
    padding: 12px 16px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--secondary-green);
}

.btn-success {
    background: var(--success-green);
    border: none;
    transition: background var(--transition-slow);
}

.btn-success:hover {
    background: var(--success-green-hover);
}

/* ============================================
   10. FOOTER
   ============================================ */
footer h5 {
    font-size: 1.1rem;
    color: var(--text-dark);
}

footer ul li a {
    color: var(--text-secondary);
    transition: all var(--transition-fast);
    text-decoration: none;
}

footer ul li a:hover {
    color: var(--bs-success, #1e7e34);
    padding-left: 4px;
}

footer .bi {
    font-size: 1.35rem;
    transition: color var(--transition-fast);
}

footer .bi:hover {
    color: var(--bs-success, #1e7e34);
}

footer .bg-success {
    background: #0b4d3b !important;
}

/* ============================================
   11. UTILITÁRIOS
   ============================================ */
.text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.card-hover {
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.image-overlay {
    position: relative;
    overflow: hidden;
}

.image-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6));
    pointer-events: none;
}

/* ============================================
   12. ANIMAÇÕES
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* ============================================
   13. IMPRESSÃO
   ============================================ */
@media print {

    .navbar,
    .carousel-control-prev,
    .carousel-control-next,
    .btn-support {
        display: none !important;
    }

    .carousel-caption {
        position: relative;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: var(--spacing-md);
        background: #fff;
        color: #000;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h5,
    .carousel-caption p {
        color: #000;
        text-shadow: none;
    }

    .card-doacao-img {
        filter: none;
    }
}

/* ============================================
   14. ACESSIBILIDADE
   ============================================ */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .agenda-item:hover,
    .card-hover:hover {
        transform: none;
    }
}

/* ============================================
   15. DARK MODE (SUGESTÃO)
   ============================================ */
@media (prefers-color-scheme: dark) {
    :root {
        --bg-light: #1a1a1a;
        --text-body: #e0e0e0;
        --text-secondary: #b0b0b0;
        --text-dark: #d0d0d0;
    }

    .card {
        background: #2a2a2a;
        color: var(--text-body);
    }

    .navbar-collapse {
        background: #1a1a1a;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar .nav-link {
        color: #5cb8a0;
    }

    .navbar .nav-link:hover {
        color: #7dd0b8;
    }

    .agenda-date {
        background: #2a2a2a;
        border-color: #444;
    }

    footer ul li a {
        color: #b0b0b0;
    }

    .form-control {
        background: #2a2a2a;
        color: var(--text-body);
    }

    .form-control::placeholder {
        color: #666;
    }
}

/* ============================================
   16. HOVER E INTERAÇÕES (PADRÕES BOOTSTRAP)
   ============================================ */
.mmenu-link {
    transition: all 0.2s ease-in-out;
}

.mmenu-link:hover {
    background-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(var(--bs-success-rgb), 0.25) !important;
}

.mmenu-link:hover i,
.mmenu-link:hover span {
    color: var(--bs-white) !important;
}

.badge {
    transition: all 0.2s ease-in-out;
}

.badge:hover {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.card-header a,
.box-title+a,
.link-success {
    transition: all 0.2s ease-in-out;
}

.card-header a:hover,
.box-title+a:hover,
.link-success:hover {
    color: var(--bs-success-dark, #0f6539) !important;
    text-decoration: underline !important;
}

.btn-outline-light {
    transition: all 0.2s ease-in-out;
}

.btn-outline-light:hover {
    background-color: var(--bs-white) !important;
    color: var(--bs-success) !important;
}

.btn-outline-success.rounded-circle {
    transition: all 0.2s ease-in-out;
}

.btn-outline-success.rounded-circle:hover {
    background-color: var(--bs-success) !important;
    color: var(--bs-white) !important;
    transform: scale(1.1);
}

.colunista-img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.colunista-img:hover {
    transform: scale(1.05);
}

.lista-noticia-hover {
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.lista-noticia-hover:hover {
    background-color: var(--bs-light);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.noticia-thumb {
    transition: transform 0.3s ease;
}

.lista-noticia-hover:hover .noticia-thumb {
    transform: scale(1.04);
}

.lista-noticia-hover:hover .noticia-titulo {
    color: var(--bs-success) !important;
}

.lista-noticia-hover:hover small.text-success {
    color: var(--bs-success-dark) !important;
}

.card-title a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.card-title a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: var(--success-green, #137a45);
    transition: width 0.3s ease-in-out;
}

.menu-link-geomini::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2.5px;
    background-color: var(--success-green, #137a45);
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    border-radius: 2px;
}

.menu-link-geomini:hover::after {
    width: 100%;
}

.menu-link-geomini:hover {
    color: var(--success-green, #137a45);
}

/* ============================================
   17. SEÇÃO DE DESTAQUES REFINADA
   ============================================ */
.title-underline {
    position: relative;
}

.title-underline::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #198754, #6fcf97);
    border-radius: 2px;
}

.hover-lift {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}

.hover-arrow i {
    transition: transform 0.2s ease;
    display: inline-block;
}

.hover-arrow:hover i {
    transform: translateX(4px);
}

.badge.bg-success.position-absolute {
    backdrop-filter: blur(4px);
    background: rgba(25, 135, 84, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 500;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hover-scale {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-scale:hover {
    transform: scale(1.02);
    box-shadow: 0 0.5rem 1.5rem rgba(25, 135, 84, 0.2);
}

.card .row.g-0 .col-4 img {
    min-height: 140px;
}

/* ============================================
   18. PÁGINA DE NOTÍCIA (SINGLE POST)
   ============================================ */
.single-post-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #6c757d;
}

.single-post-meta .meta-item:not(:last-child)::after {
    content: "•";
    margin: 0 0.5rem;
    color: #adb5bd;
}

.single-post-featured-image {
    border-radius: 1rem;
    overflow: hidden;
}

.single-post-featured-image img {
    max-height: 500px;
    object-fit: cover;
}

.single-post-content p {
    margin-bottom: 1.5rem;
}

.single-post-content blockquote {
    border-left: 4px solid #28a745;
    padding: 0.5rem 1.5rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    border-radius: 0 0.5rem 0.5rem 0;
}

.single-post-content blockquote p {
    margin-bottom: 0;
}

.single-post-content .post-highlight {
    background: #e8f5e9;
    padding: 1.25rem 1.5rem;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
    border-left: 4px solid #28a745;
}

.post-highlight .quote-icon {
    font-size: 2rem;
    color: #28a745;
    display: block;
    margin-bottom: 0.5rem;
}

.single-post-content ul,
.single-post-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.single-post-content ul li,
.single-post-content ol li {
    margin-bottom: 0.5rem;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.post-tags .tag {
    background: #e9ecef;
    padding: 0.3rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    color: #495057;
    text-decoration: none;
    transition: 0.2s;
}

.post-tags .tag:hover {
    background: #28a745;
    color: #fff;
}

.post-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-share a {
    transition: color 0.2s;
}

.post-share a:hover {
    color: #28a745 !important;
}

.author-box {
    background: #f8f9fa;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.author-box .author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-box .author-name {
    font-family: var(--font-geomini);
    font-weight: 700;
    font-size: 1.1rem;
}

.author-box .author-bio {
    font-family: var(--font-roboto-condensed);
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ============================================
   19. PROJETOS
   ============================================ */
.projeto-item {
    transition: all 0.25s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.projeto-item:last-child {
    border-bottom: none;
}

.projeto-item:hover {
    background-color: #f8fdfa;
    border-radius: 0.75rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.projeto-item:hover .projeto-titulo {
    color: #198754 !important;
}

.projeto-item:hover .projeto-icone {
    color: #198754 !important;
    transform: scale(1.05);
}

.projeto-item:hover .projeto-link {
    color: #198754 !important;
}

.projeto-item:hover .projeto-link i {
    transform: translateX(4px);
}

.projeto-icone {
    transition: transform 0.25s ease, color 0.25s ease;
}

.projeto-link i {
    transition: transform 0.25s ease;
}

/* ============================================
   20. QUEM SOMOS
   ============================================ */
.col-12.col-sm-6.col-lg-4 img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-12.col-sm-6.col-lg-4 img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* ============================================
   21. CONTATO
   ============================================ */
.contato-info {
    transition: all 0.25s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1.5rem 0;
}

.contato-info:last-of-type {
    border-bottom: none;
}

.contato-info:hover {
    background-color: #f8fdfa;
    border-radius: 0.75rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.contato-info:hover .contato-icone {
    color: #198754 !important;
    transform: scale(1.05);
}

.contato-info:hover .contato-link {
    color: #198754 !important;
}

.contato-icone {
    transition: transform 0.25s ease, color 0.25s ease;
}

.contato-link {
    transition: color 0.25s ease;
    text-decoration: none;
}

.contato-link:hover {
    text-decoration: underline;
}

.btn-contato {
    transition: all 0.25s ease;
}

.btn-contato:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(25, 135, 84, 0.25);
}

/* ============================================
   22. CATEGORY (breadcrumb, destaque, lista, paginação)
   ============================================ */
.breadcrumb-custom .breadcrumb-item a {
    color: #198754;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-custom .breadcrumb-item a:hover {
    color: #0f6539;
    text-decoration: underline;
}

.breadcrumb-custom .breadcrumb-item.active {
    color: #6c757d;
}

.destaque-item {
    transition: all 0.25s ease;
}

.destaque-item:hover .destaque-titulo {
    color: #198754 !important;
}

.category-item {
    transition: all 0.25s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1.5rem 0;
    cursor: default;
}

.category-item:last-of-type {
    border-bottom: none;
}

.category-item:hover {
    background-color: #f8fdfa;
    border-radius: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.category-item:hover .category-title {
    color: #198754 !important;
}

.category-item:hover .category-link i {
    transform: translateX(4px);
}

.category-link i {
    transition: transform 0.25s ease;
}

.page-link {
    color: #198754;
    border: none;
    border-radius: 0.5rem;
    margin: 0 0.2rem;
    transition: all 0.2s ease;
}

.page-link:hover {
    background-color: #198754;
    color: #fff;
    transform: scale(1.05);
}

.page-item.active .page-link {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #ced4da;
}

/* ============================================
   23. RESPONSIVIDADE (media queries)
   ============================================ */
@media (max-width: 991.98px) {
    .site-branding {
        justify-content: center;
        text-align: center;
    }

    .navbar-collapse {
        background: #fff;
        border: 1px solid rgba(11, 88, 73, 0.12);
        border-radius: var(--border-radius-sm);
        margin-top: var(--spacing-sm);
        padding: var(--spacing-sm) var(--spacing-md);
        box-shadow: var(--shadow-sm);
        justify-content: center;
        text-align: center;
    }

    .navbar-nav {
        align-items: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 0.65rem 0;
        border-bottom: 1px solid rgba(11, 88, 73, 0.08);
        display: block;
        text-align: center;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .navbar .nav-link.ms-2 {
        margin-left: 0 !important;
        padding-top: var(--spacing-sm);
        text-align: center;
    }

    .carousel-caption {
        left: clamp(1rem, 3vw, 1.5rem);
        right: 30%;
        width: auto;
    }
}

@media (max-width: 992px) {
    .site-logo {
        max-height: 80px;
    }
}

@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: flex;
    }

    .carousel-caption {
        left: var(--spacing-md);
        right: 10%;
        bottom: 20%;
        top: auto;
        transform: none;
        width: auto;
    }

    .carousel-caption h5,
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .single-post-title {
        font-size: 1.6rem;
    }

    .projeto-item {
        padding: 1.25rem 0 !important;
    }

    .projeto-item:hover {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        margin-left: 0;
        margin-right: 0;
    }

    .contato-info {
        padding: 1.25rem 0;
    }

    .contato-info:hover {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        margin-left: 0;
        margin-right: 0;
    }

    .category-item {
        padding: 1.25rem 0;
    }

    .category-item:hover {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0;
    }

    .author-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .site-logo {
        max-height: 60px;
    }

    .card .row.g-0 .col-4 img {
        min-height: 100px;
    }
}

/* ============================================
   24. CLASSES UTILITÁRIAS PARA PARÁGRAFOS (<p>)
   ============================================ */

/* --- Tamanhos --- */
.p-sm {
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.5;
}

.p-md {
    font-size: 1rem;
    /* 16px (padrão) */
    line-height: 1.6;
}

.p-lg {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.7;
}

.p-xl {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.8;
}

/* --- Famílias tipográficas (usando as variáveis existentes) --- */
.p-inter {
    font-family: var(--font-inter), sans-serif;
}

.p-geomini {
    font-family: var(--font-geomini), sans-serif;
}

.p-roboto {
    font-family: var(--font-roboto-condensed), sans-serif;
}

.p-geist {
    font-family: var(--font-geist), sans-serif;
}

.p-google-sans {
    font-family: var(--font-google-sans), sans-serif;
}

/* --- Pesos --- */
.p-weight-300 {
    font-weight: 300;
}

.p-weight-400 {
    font-weight: 400;
}

.p-weight-600 {
    font-weight: 600;
}

.p-weight-700 {
    font-weight: 700;
}

.p-weight-800 {
    font-weight: 800;
}

/* --- Cores (com base nas variáveis do tema) --- */
.p-primary {
    color: var(--primary-green);
}

.p-secondary {
    color: var(--text-secondary);
}

.p-muted {
    color: #6c757d;
    /* cinza Bootstrap */
}

.p-light {
    color: #f8f9fa;
}

.p-dark {
    color: var(--text-dark);
}

.p-body {
    color: var(--text-body);
}

/* --- Alinhamento --- */
.p-left {
    text-align: left;
}

.p-right {
    text-align: right;
}

.p-center {
    text-align: center;
}

.p-justify {
    text-align: justify;
}

/* --- Transformação de texto --- */
.p-uppercase {
    text-transform: uppercase;
}

.p-lowercase {
    text-transform: lowercase;
}

.p-capitalize {
    text-transform: capitalize;
}

/* --- Espaçamento entre letras e linhas --- */
.p-spacing-sm {
    letter-spacing: 0.02em;
}

.p-spacing-md {
    letter-spacing: 0.05em;
}

.p-spacing-lg {
    letter-spacing: 0.1em;
}

.p-line-height-1 {
    line-height: 1.2;
}

.p-line-height-2 {
    line-height: 1.5;
}

.p-line-height-3 {
    line-height: 1.8;
}

/* --- Margem inferior padronizada --- */
.p-mb-0 {
    margin-bottom: 0;
}

.p-mb-1 {
    margin-bottom: 0.5rem;
}

.p-mb-2 {
    margin-bottom: 1rem;
}

.p-mb-3 {
    margin-bottom: 1.5rem;
}

/* --- Classe base (padrão do site para parágrafos) --- */
.p-base {
    font-family: var(--font-inter), sans-serif;
    /* ALTERADO para Inter */
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

section p {
    font-family: var(--font-inter), sans-serif;
    /* ALTERADO para Inter */
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* --- Ajuste de miniaturas para notícias --- */
.img-height-90,
.noticia-thumb {
    height: auto;
    width: 100%;
    object-fit: cover;
}

/* Tamanho padronizado (135px) para telas de computadores (desktop >= 992px) */
@media (min-width: 992px) {

    .img-height-90,
    .noticia-thumb {
        height: 135px;
        object-fit: cover !important;
    }

    /* --- Miniaturas dos Cards de Categorias (.category-item) --- */
    .category-item .category-thumb {
        width: 100%;
    }

    .category-item .list-thumb {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    @media (min-width: 576px) {
        .category-item .category-thumb {
            width: 200px;
        }

        .category-item .list-thumb {
            width: 100%;
            height: 120px;
        }
    }







    /* --- Imagens das capas de mídia (Reportagens, Podcast e Vídeos) --- */
    .card-midia-img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    /* Proporção 768x512 em mídias grandes / computadores (desktop >= 992px) */
    @media (min-width: 992px) {
        .card-midia-img {
            aspect-ratio: 768 / 512;
            height: 220px;
            object-fit: cover !important;
        }
    }


    /* ============================================
   IMAGENS DO CORPO DO CONTEÚDO (GUTENBERG BLOCK IMAGES)
   ============================================ */

    /* Clearfix no container do post para envolver floats nativos sem estouro */
    .single-post-content::after,
    .entry-content::after {
        content: "";
        display: table;
        clear: both;
    }

    /* -----------------------------------------------------------------------------
   SUPORTE COMPLETO AO CONTROLE DE TAMANHO E ALINHAMENTO DO GUTENBERG (wp-block-image)
   ----------------------------------------------------------------------------- */

    /* 1. Contêiner Principal (<figure class="wp-block-image">)
   Controla o conjunto Figure + Imagem + Legenda como um único componente. */
    .wp-block-image,
    figure.wp-block-image,
    .single-post-content figure.wp-block-image,
    .entry-content figure.wp-block-image {
        box-sizing: border-box !important;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* 2. Imagens Sem Redimensionamento (.is-resized Ausente)
   O conjunto ocupa automaticamente toda a largura disponível do conteúdo. */
    .wp-block-image:not(.is-resized):not([style*="width"]),
    figure.wp-block-image:not(.is-resized):not([style*="width"]),
    .single-post-content figure.wp-block-image:not(.is-resized):not([style*="width"]) {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .wp-block-image:not(.is-resized):not([style*="width"]) img,
    figure.wp-block-image:not(.is-resized):not([style*="width"]) img,
    .single-post-content figure.wp-block-image:not(.is-resized):not([style*="width"]) img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    /* 3. Imagens Redimensionadas pelo Usuário no Gutenberg (.is-resized ou style="width:...")
   Respeita exatamente a largura escolhida pelo usuário no editor sem sobrescrever a largura inline. */
    .wp-block-image.is-resized,
    figure.wp-block-image.is-resized,
    .wp-block-image[style*="width"],
    figure.wp-block-image[style*="width"] {
        display: table !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .wp-block-image.is-resized img,
    figure.wp-block-image.is-resized img,
    .wp-block-image[style*="width"] img,
    figure.wp-block-image[style*="width"] img,
    .wp-block-image img[style*="width"],
    figure.wp-block-image img[style*="width"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* 4. Imagem Nativa dentro do Figure */
    .wp-block-image img,
    figure.wp-block-image img,
    .single-post-content figure img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* 5. Legenda da Imagem (<figcaption>)
   Acompanha exatamente a largura visual do Figure e da Imagem. */
    .wp-block-image figcaption,
    figure.wp-block-image figcaption,
    .wp-element-caption,
    .single-post-content figure figcaption {
        display: table-caption !important;
        caption-side: bottom !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0.5rem !important;
        font-size: 0.875rem !important;
        line-height: 1.4 !important;
        color: var(--bs-secondary-color, #6c757d) !important;
        text-align: center !important;
        word-break: break-word !important;
    }

    /* 6. Alinhamentos do Editor Gutenberg */

    /* Centrado (.aligncenter) */
    .wp-block-image.aligncenter,
    figure.wp-block-image.aligncenter,
    .single-post-content .aligncenter,
    .single-post-content figure.aligncenter {
        display: table !important;
        clear: both !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .wp-block-image.aligncenter img,
    figure.wp-block-image.aligncenter img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Esquerda (.alignleft) */
    .wp-block-image.alignleft,
    figure.wp-block-image.alignleft,
    .single-post-content .alignleft,
    .single-post-content figure.alignleft {
        display: table !important;
        float: left !important;
        margin-right: 1.5rem !important;
        margin-bottom: 1rem !important;
        margin-top: 0.5rem !important;
        margin-left: 0 !important;
        max-width: 50% !important;
    }

    /* Direita (.alignright) */
    .wp-block-image.alignright,
    figure.wp-block-image.alignright,
    .single-post-content .alignright,
    .single-post-content figure.alignright {
        display: table !important;
        float: right !important;
        margin-left: 1.5rem !important;
        margin-bottom: 1rem !important;
        margin-top: 0.5rem !important;
        margin-right: 0 !important;
        max-width: 50% !important;
    }

    /* Largura Ampliada (.alignwide) */
    .wp-block-image.alignwide,
    figure.wp-block-image.alignwide,
    .single-post-content .alignwide,
    .single-post-content figure.alignwide {
        display: block !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .wp-block-image.alignwide img,
    figure.wp-block-image.alignwide img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* Largura Total (.alignfull) */
    .wp-block-image.alignfull,
    figure.wp-block-image.alignfull,
    .single-post-content .alignfull,
    .single-post-content figure.alignfull {
        display: block !important;
        clear: both !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .wp-block-image.alignfull img,
    figure.wp-block-image.alignfull img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* 7. Responsividade em Dispositivos Móveis (Tablets e Celulares) */
    @media (max-width: 767.98px) {

        .wp-block-image.alignleft,
        .wp-block-image.alignright,
        figure.wp-block-image.alignleft,
        figure.wp-block-image.alignright,
        .single-post-content .alignleft,
        .single-post-content .alignright,
        .single-post-content figure.alignleft,
        .single-post-content figure.alignright {
            float: none !important;
            display: table !important;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-top: 1rem !important;
            margin-bottom: 1.5rem !important;
            max-width: 100% !important;
        }

        .wp-block-image.alignfull,
        figure.wp-block-image.alignfull,
        .single-post-content .alignfull,
        .single-post-content figure.alignfull {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    /* ============================================
   19. ESTILOS DE REDES SOCIAIS DO RODAPÉ (FOOTER)
   ============================================ */
    .ca-footer-socials a,
    .ca-footer-socials a.text-white {
        color: var(--bs-success, #198754) !important;
        font-size: 1.5rem !important;
        transition: opacity 0.2s ease-in-out;
    }

    .ca-footer-socials a:hover {
        opacity: 0.8;
    }

    .ca-footer-socials .d-none {
        display: flex !important;
    }

    .ca-footer-socials span.opacity-50 {
        display: none !important;
    }