    /* Sidebar Styles */
    .sidebar-widget {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        margin-bottom: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.05);
    }
    
    .widget-title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--primary);
        display: inline-block;
    }

    /* Busca */
    .search-form .form-control {
        border-radius: 50px 0 0 50px;
        border: 1px solid #eee;
        padding: 12px 20px;
    }
    .search-form .btn {
        border-radius: 0 50px 50px 0;
        padding: 0 20px;
        background-color: var(--primary);
        color: white;
    }

    /* Últimas Notícias */
    .recent-post-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        transition: 0.3s;
    }
    .recent-post-item:hover { transform: translateX(5px); }
    
    .recent-post-img {
        width: 70px;
        height: 70px;
        border-radius: 10px;
        object-fit: cover;
        margin-right: 15px;
    }
    
    .recent-post-title {
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 5px;
        color: #333;
        text-decoration: none;
        display: block;
    }
    .recent-post-date {
        font-size: 0.8rem;
        color: #888;
    }

    /* Categorias */
    .category-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .category-list li {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px dashed #eee;
    }
    .category-list li:last-child { border: none; }
    
    .category-list a {
        color: #555;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        transition: 0.3s;
    }
    .category-list a:hover { color: var(--primary); padding-left: 5px; }
    
    .cat-count {
        background: #f8f9fa;
        font-size: 0.8rem;
        padding: 2px 10px;
        border-radius: 20px;
        color: #999;
    }

    /* Estilização Moderna do Widget Informativo */
    .newsletter-widget {
        background: linear-gradient(135deg, var(--primary) 0%, #222 100%); /* Gradiente sofisticado */
        border-radius: 20px;
        padding: 35px 25px;
        position: relative;
        overflow: hidden;
        border: none;
        box-shadow: 0 15px 35px rgba(var(--primary-rgb), 0.2);
    }

    /* Detalhe decorativo sutil no fundo */
    .newsletter-widget::after {
        content: "";
        position: absolute;
        top: -50px;
        right: -50px;
        width: 120px;
        height: 120px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
    }

    .newsletter-widget .widget-title {
        font-size: 1.3rem;
        letter-spacing: 1px;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
    }

    .newsletter-widget p {
        color: rgba(255, 255, 255, 0.85);
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 25px;
        position: relative;
        z-index: 2;
    }

    /* Input Customizado */
    .newsletter-widget .form-control-modern {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        color: #fff;
        padding: 12px 15px;
        transition: all 0.3s ease;
    }

    .newsletter-widget .form-control-modern:focus {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: none;
        border-color: #fff;
        color: #fff;
    }

    .newsletter-widget .form-control-modern::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    /* Botão moderno */
    .btn-newsletter {
        background: #fff;
        color: var(--primary);
        border: none;
        border-radius: 12px;
        padding: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        margin-top: 10px;
    }

    .btn-newsletter:hover {
        background: #f0f0f0;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    /* --- Estilos do Artigo --- */
    .article-container {
        background: #fff;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    }
    
    .article-header {
        margin-bottom: 35px;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }

    .article-meta {
        display: flex;
        gap: 20px;
        font-size: 0.9rem;
        color: #888;
        margin-bottom: 15px;
    }

    .article-content {
        font-size: 1.15rem;
        line-height: 1.8;
        color: #444;
    }

    .article-content p { margin-bottom: 25px; }

    .article-content h2, .article-content h3 {
        color: #222;
        font-weight: 700;
        margin: 40px 0 20px;
    }

    /* --- Botões de Compartilhar --- */
    .share-container {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 25px 0;
        border-top: 1px solid #eee;
        margin-top: 50px;
    }

    .share-label {
        font-weight: 700;
        font-size: 0.9rem;
        text-transform: uppercase;
        color: #222;
    }

    .btn-share {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .btn-share:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        color: #fff;
    }

    /* Cores das Redes Sociais */
    .bg-whatsapp { background-color: #25D366; }
    .bg-facebook { background-color: #1877F2; }
    .bg-linkedin { background-color: #0077B5; }
    .bg-twitter { background-color: #000000; }


    /* Estilização dos Botões de Compartilhamento com as cores do site */
    .share-container {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 20px 0;
        margin-top: 30px;
        border-top: 1px solid rgba(0,0,0,0.05);
    }

    .share-label {
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        color: #666;
        margin-right: 10px;
        letter-spacing: 1px;
    }

    .btn-share {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        /* Cores baseadas no seu site */
        border: 1px solid var(--primary);
        color: var(--primary);
        background: transparent;
    }

    .btn-share i {
        font-size: 1.1rem;
    }

    .btn-share:hover {
        background-color: var(--primary);
        color: #fff !important;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.3);
    }

    /* Caso o FontAwesome seja antigo e o ícone do X não carregue, 
       isso força uma letra X estilizada como backup */
    .fa-x-twitter::before {
        content: "\e61b"; /* Unicode oficial do X no FontAwesome 6 */
    }