a,

.custom-dropdown-item,
.custom-nav-link,
.theme-card-badge,
.whatsapp-btn,
a,
a:hover {
    text-decoration: none;
}
#commentsAccordion,
#commentsSidebar {
    background-color: #f8f9fa;
    position: fixed;
}
html {
    scroll-behavior: smooth !important;
}
body {
    background-color: #fafafa;
    font-family: Roboto, "Open Sans", sans-serif;
    color: #333;
    line-height: 1.8;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Poppins, sans-serif;
    color: #454545;
}
h1,
h2,
h3 {
    font-weight: 700;
}
h4,
h5,
h6 {
    font-weight: 600;
}
p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}
strong {
    font-family: Nunito, Poppins, sans-serif;
    font-weight: 700;
    color: #000;
}
a {
    font-family: Roboto, sans-serif;
}
main {
    min-height: 100vh;
}
:root {
    --text-color: #333;
    --secondary-text-color: #666;
    --date-text-color: #999;
    --card-bg-color: #fff;
    --shadow-color: rgba(0, 0, 0, 0.1);
}
.theme-card,
.theme-card-box {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px var(--shadow-color);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-bottom: 20px;
    background-color: var(--card-bg-color);
    text-decoration: none;
}
#searchBar,
.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#searchBar .btn:hover,
.navbar-nav .dropdown-menu .dropdown-item:hover,
.theme-card-badge {
    background-color: var(--primary-color);
}
.theme-card-box:hover,
.theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px var(--shadow-color);
}
.image-item:hover,
.theme-card-box:hover .theme-card-box-img,
.theme-card:hover .theme-card-img {
    transform: scale(1.05);
}
.theme-card-box-img,
.theme-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.theme-card-body {
    padding: 15px;
}
.theme-card-title {
    font-size: 1em;
    margin: 0 0 10px;
    color: var(--text-color);
    transition: color 0.3s ease-in-out;
}

.theme-card-date {
    font-size: 0.875em;
    color: var(--date-text-color);
    margin-bottom: 10px;
}
.theme-card-text {
    font-size: 1em;
    color: var(--secondary-text-color);
    line-height: 1.5;
    margin: 0;
}
.theme-card-badge {
    display: inline-block;
    color: #fff;
    font-size: 0.75em;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
}
.btn-search,
.navbar .nav-link {
    color: var(--navbar-text-color) !important;
    transition: color 0.3s;
}
.theme-card-badge:hover {
    opacity: 0.8;
}
.navbar {
    background-color: #fff;
    padding: 0.4rem !important;
}
.navbar .nav-link {
    font-weight: 500;
    margin-right: 15px;
}
.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--navbar-text-color-active) !important;
    border-bottom: 2px solid var(--primary-color);
}
.btn-search {
    background: 0 0;
    border: none;
    font-size: 1.2rem;
}
#searchBar,
.custom-navbar {
    background-color: #fff;
    padding: 10px;
}
.btn-search:hover,
.text-primary {
    color: var(--primary-color) !important;
}
#searchBar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    border-radius: 4px;
    display: none;
}
#searchBar.active,
.image-item:hover .overlay,
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
#searchBar .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
}
#searchBar .btn {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 4px;
}
.navbar-nav .nav-link {
    color: var(--secondary-color);
    font-weight: 700;
    padding: 10px 15px;
    transition: color 0.3s, background-color 0.3s;
}
.navbar-nav .dropdown-menu {
    background-color: #f8f9fa;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #333;
    padding: 10px 15px;
    transition: color 0.3s, background-color 0.3s;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff;
}
.custom-navbar {
    border-bottom: 1px solid #ddd;
}
.custom-navbar-toggler {
    background: 0 0;
    border: none;
}
.custom-navbar-toggler-icon {
    width: 25px;
    height: 3px;
    background-color: #333;
    display: block;
    position: relative;
    margin: 5px 0;
}
.custom-navbar-toggler-icon::after,
.custom-navbar-toggler-icon::before {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 0;
}
.custom-navbar-toggler-icon::before {
    top: -8px;
}
.custom-navbar-toggler-icon::after {
    bottom: -8px;
}
.custom-navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.custom-nav-item {
    border-bottom: 1px solid #ddd;
}
.custom-nav-link {
    display: block;
    padding: 10px 15px;
    color: #333;
}
.custom-nav-link.active,
.custom-nav-link:hover {
    background-color: #f8f8f8;
    color: #000;
}
.custom-dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}
.custom-dropdown-menu {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    background: #f8f8f8;
}
.custom-dropdown-item {
    display: block;
    padding: 8px 15px;
    color: #333;
}
.custom-dropdown-item:hover {
    background-color: #ddd;
    color: #000;
}
.post-img-mobile {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.post-img-desktop {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.badge-primary,
.badge-primary:hover {
    background-color: #383838;
    color: #fff;
}
.badge-secondary,
.badge-secondary:hover,

.badge-secondary,

.btn-primary,
.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-secondary,
.btn-secondary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.video-item {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.video-item iframe,
.video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-item .embed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-item .embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-item p {
    padding: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    flex-shrink: 0;
}
@media (min-width: 600px) {
    .video-item {
        margin: 0;
    }
}
@media (min-width: 1000px) {
    .video-item {
        margin: 0;
    }
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
}
.image-item {
    position: relative;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.image-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.image-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    display: none;
    font-size: 14px;
}
.carousel-item img {
    object-fit: cover;
    height: 300px;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.carousel-caption .custom-caption h5,
.fancybox-caption h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f1f1f1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.carousel-caption .custom-caption p,
.fancybox-caption p {
    font-size: 0.9rem;
    color: #e0e0e0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    margin: 5px 0;
}
@media (max-width: 768px) {
    p {
        font-size: 15px;
        line-height: 1.6;
    }
    .theme-card {
        flex-direction: row;
    }
    .theme-card-img {
        width: 140px;
        height: 90px;
        object-fit: cover;
    }
    .theme-card-body {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .theme-card-title {
        font-size: 0.9em;
        margin-bottom: 5px;
    }
    .theme-card-text {
        font-size: 0.875em;
    }
    .theme-card-date {
        font-size: 0.75em;
    }
    .carousel-caption {
        display: block;
        max-width: 100%;
        padding: 10px;
        font-size: 0.9rem;
    }
    .carousel-caption .custom-caption h5 {
        font-size: 1rem;
    }
    .carousel-caption .custom-caption p {
        font-size: 0.8rem;
    }
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    background-color: #15883f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.whatsapp-btn i {
    margin-right: 10px;
    font-size: 20px;
}
.whatsapp-btn:active {
    transform: scale(1);
}
@media (max-width: 576px) {
    .whatsapp-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}
.text-featured {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000;
}
.bg-warning-light {
    background-color: #fffcee !important;
}
.custom-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.custom-icon-verified {
    background-image: url("/assets/images/icons/verified.png");
}

.bg-gradient-primary,
.btn-gradient-primary {
    background: linear-gradient(90deg, #007bff, #0056b3);
}
.btn-gradient-primary {
    color: #fff;
}
.btn-gradient-primary:hover {
    background: linear-gradient(90deg, #0056b3, #003d7f);
}
.comment img {
    width: 60px;
    height: 60px;
}
.rounded-circle {
    border: 2px solid #ddd;
}
.btn {
    font-size: 0.9rem;
}
.actions button {
    margin-right: 5px;
}
.post-title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    .post-title {
        font-size: 2rem !important;
    }
}
#commentsSidebar {
    top: 0;
    right: 0;
    z-index: 1050;
    width: 0;
    height: 100vh;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: width 0.3s;
}
#commentsAccordion {
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}
#commentsAccordion .p-3 {
    height: calc(80vh - 56px);
    overflow-y: auto;
}
.body-no-scroll {
    overflow: hidden;
    height: 100vh;
}
#accordionBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
}
#accordionBottom.visible {
    transform: translateY(0);
}
#accordionHeader {
    padding: 15px 20px;
    background-color: #007bff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#accordionContent {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px 20px;
}







.horizontal-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 1rem;
    transition: transform 0.2s;
}

.horizontal-card:hover {
    transform: translateY(-2px);
}

.card-thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--primary-color);
    flex: 1;
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    color: var(--primary-color);
    line-height: 1.3;
}

.card-meta {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
    gap: 0.5rem;
}

.badge-dark {
    background-color: #222;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.card-date {
    color: #999;
}







   :root {
            --hot-orange: #ff7b00;
            --hot-red: #ff2d00;
            --hot-pink: #ff0080;
            --hot-yellow: #ffcc00;
        }
        
        .category-card-hot {
            background: white;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border-radius: 12px;
        }
        
        .category-card-hot:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        
        .active-category-hot {
            background: white;
            border-radius: 12px;
            transform: translateY(-5px);
            border: 2px solid var(--hot-orange) !important;
        }
        
        .hot-gradient {
            background: linear-gradient(135deg, var(--hot-orange), var(--hot-yellow));
            box-shadow: 0 4px 8px rgba(255, 123, 0, 0.3);
        }
        
        .hot-gradient-active {
            background: linear-gradient(135deg, var(--hot-red), var(--hot-pink));
            box-shadow: 0 6px 12px rgba(255, 45, 0, 0.4);
        }
        
        .text-hot {
            color: var(--hot-red) !important;
            font-weight: 700 !important;
        }
        
        .hot-gradient, .hot-gradient-active {
            transition: all 0.3s ease;
        }
        
        .category-card-hot:hover .hot-gradient {
            transform: scale(1.05);
        }






.ad-card-item {
    transition: all 0.2s ease-in-out;
}

.ad-card-link {
    color: inherit;
    text-decoration: none;
}

.ad-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
}

.ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.ad-card-image-wrapper {
    background-color: #f1f3f5;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.ad-card-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.ad-card:hover .ad-card-image {
    transform: scale(1.05);
}

.ad-card-no-image {
    background: #e9ecef;
    height: 100%;
    font-size: 1.5rem;
    color: #ced4da;
}

.ad-card-body {
    padding: 1rem;
    background: #fff;
}

.ad-card-title {
    font-size: 0.95rem;
    line-height: 1.3;
    max-height: 2.6em; /* Para 2 linhas */
    overflow: hidden;
}

.ad-card-price {
    font-size: 1rem;
    color: #d6336c;
    background: #fff0f3;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}








.banner-img {
    object-fit: cover;
    height: 250px;
    transition: transform 0.4s ease-in-out, filter 0.3s ease;
    border-radius: 1rem;
}

.carousel-item:hover .banner-img {
    transform: scale(1.02);
    filter: brightness(1.05);
}

.carousel-inner {
    border-radius: 1rem;
    overflow: hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 0.5rem;
}

.carousel-control-prev,
.carousel-control-next {
    transition: opacity 0.2s;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .banner-img {
        height: 180px;
    }
}


  /* Estilos base para todos os botões */
    .btn-custom {
        border-radius: 8px;
        font-weight: 600;
        padding: 8px 16px;
        transition: all 0.3s ease;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .btn-custom:nth-child(4){
        color: #414141;
    }
    
    /* Estilos específicos para desktop */
    @media (min-width: 768px) {
        .btn-custom {
            min-width: auto;
            width: auto;
            padding: 6px 12px;
            font-size: 0.9rem;
        }
    }
    
    /* Estilos para mobile - botões ocupam toda a largura */
    @media (max-width: 767.98px) {
        .btn-custom {
            width: 100%;
            padding: 12px 16px;
            font-size: 1rem;
            margin-bottom: 10px;
        }
    }
    
    /* Efeitos de hover para todos os botões */
    .btn-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        color: #fff;
    }
    
    /* Estilos específicos para cada rede social */
    .btn-twitter {
        background-color: #1DA1F2;
        border-color: #1DA1F2;
    }
    .btn-twitter:hover {
        background-color: #1991db;
        border-color: #1991db;
    }
    
    .btn-facebook {
        background-color: #1877F2;
        border-color: #1877F2;
    }
    .btn-facebook:hover {
        background-color: #166fe0;
        border-color: #166fe0;
    }
    
    .btn-success {
        background-color: #018e34;
        border-color: #146c34;
    }
    .btn-success:hover {
        background-color: #128C7E;
        border-color: #128C7E;
    }
    


  .see-all{
      text-align: center;
      margin-top: 20px;
      font-weight: 600;
  }


  .sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-post {
    transition: all 0.3s ease;
}

.sidebar-post:hover {
    background-color: #f8f9fa;
}

.sidebar .card {
    border-radius: 10px;
    overflow: hidden;
}

.sidebar .card-header {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.object-fit-cover {
    object-fit: cover; /* ou 'contain' dependendo do efeito desejado */
}

    /* Efeitos de transição e hover */
    #news-ticker-text {
        transition: opacity 0.3s ease-in-out;
    }
    
    .hover-underline:hover {
        text-decoration: underline !important;
    }
    
    .opacity-0 {
        opacity: 0;
    }


        /* Estilos específicos para o ticker em mobile */
    @media (max-width: 768px) {
        #news-ticker {
            max-width: calc(100vw - 130px); /* Ajuste para telas pequenas */
        }
        .hover-underline:hover {
            text-decoration: underline;
        }
    }










     /* Estilização da Barra de Notícias */
    .breaking-news-bar {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        display: flex;
        align-items: center;
        background-color: transparent;
        padding: 0; /* 8px */
        overflow: hidden;
        margin-bottom: 1.5rem;
    }

    /* Rótulo "Breaking News" */
    .breaking-news__label {
        display: inline-flex;
        align-items: center;
        background-color: var(--primary-color); /* Cor roxa similar à da imagem */
        color: #ffffff;
        padding: 0.5rem 0.75rem;
        font-weight: 600;
        font-size: 0.875rem; /* 14px */
        white-space: nowrap;
        margin-right: 1rem; /* 16px */
    }
    .breaking-news__label i {
        margin-right: 0.5rem; /* 8px */
    }

    /* Área do Título da Notícia */
    .breaking-news__ticker {
        flex-grow: 1;
        overflow: hidden;
        position: relative;
        /* Garante que o texto não quebre linha */
        white-space: nowrap; 
    }
    
    .breaking-news__title {
        color: #343a40;
        text-decoration: none;
        font-size: 0.95rem; /* 15px */
        transition: opacity 0.3s ease-out;
    }
    .breaking-news__title:hover {
        color: #000;
    }
    /* Animação de Fade-in */
    .news-item-fade {
        opacity: 0;
    }

    /* Controles de Navegação */
    .breaking-news__nav {
        display: flex;
        align-items: center;
        margin-left: 1rem; /* 16px */
    }

    .breaking-news__nav button {
        background-color: transparent;
        border: 1px solid #ced4da;
        color: #6c757d;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.2s, color 0.2s;
    }
    
    .breaking-news__nav button:hover {
        background-color: #f1f3f5;
        color: #000;
    }

    .breaking-news__nav button:first-child {
        margin-right: 0.25rem; /* 4px */
    }


    .category-badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        background-color: var(--primary-color);
        color: #fff;
    }

    .post-card{
        overflow: hidden;
    }



    /* Adicione este CSS no seu arquivo de estilos */
.section-title {
    position: relative;
    padding-left: 1rem; /* Espaçamento para a barra */
    font-weight: 700;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 4px;
    background-color: var(--primary-color); /* Usa a cor primária do seu Bootstrap */
    border-radius: 2px;
}





.post-title {
        font-family: 'Helvetica Neue', 'Arial', sans-serif;
        font-size: 2rem;
        line-height: 1.2;
    }
    
    @media (min-width: 768px) {
        .post-title {
            font-size: 2.75rem;
        }
    }

    .post-featured-image .ratio img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .post-body {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    .post-body img {
        max-width: 100%; height: auto; margin: 2rem 0;
    }

    /* Estilo para a nova galeria em lista */
    .gallery-list-item {
        border-bottom: 1px solid #eee;
        padding-bottom: 1.5rem;
    }
    .gallery-list-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .gallery-item-title {
        font-family: 'Helvetica Neue', 'Arial', sans-serif;
        font-size: 1.1rem;
        font-weight: 700;
    }

/* Opção 2: Estilo Informativo Estático */
.btn-share {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 4px; /* Use 0 para botões quadrados */
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-share .fab {
    font-size: 1.2rem;
}

/* Oculta o ícone em telas pequenas e centraliza o texto */
@media (max-width: 767.98px) {
    .btn-share {
        width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
    }
}

.btn-facebook { background-color: #1877F2; }
.btn-twitter { background-color: #1DA1F2; }
.btn-linkedin { background-color: #0A66C2; }
.btn-whatsapp { background-color: #25D366; }