* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* Bloqueia qualquer barra de rolagem lateral */
    background-color: #ffffff;
    font-family: 'Public Sans', sans-serif;
    color: #111111;
}

.news-page {
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -2;
}

.news-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-header {
    width: 100%;
    position: relative;
    z-index: 2;
}

.header-overlay {
    width: 100%;
    /* background-color: #0c0c0c; */
}

.nav-container {
    width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top-row {
    height: 48px;
    border-bottom: 1px solid #1a1a1a;
}

.bottom-row {
    height: 38px;
    border-bottom: 1px solid #1a1a1a;
    background-color: #0e0e0e;
}

.top-left-menu,
.sub-menu-left,
.weather-widget {
    display: none !important;
}

.logo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.cbs-eye-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-circle {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.search-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mobile-grid-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.grid-icon {
    width: 3.5px;
    height: 3.5px;
    background: #000;
    box-shadow: 0 -5px #000, 0 5px #000, -5px 0 #000, -5px -5px #000, -5px 5px #000, 5px 0 #000, 5px -5px #000, 5px 5px #000;
}

.mobile-trending-links {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding: 4px 0;
    scrollbar-width: none;
}

.mobile-trending-links::-webkit-scrollbar {
    display: none;
}

.mobile-trending-links a {
    color: #999;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.mobile-trending-links a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .header-overlay {
        background: transparent;
    }
    .nav-container {
        max-width: 1320px;
        margin: 0 auto;
        padding: 10px 0 0 10px;
        position: relative;
    }
    .top-row {
        height: 52px;
        border-bottom: 1px solid #5E6264
    }
    .bottom-row {
        height: 48px;
        border-bottom: none;
        background-color: transparent;
    }
    .mobile-grid-btn,
    .mobile-trending-links {
        display: none !important;
    }
    .top-left-menu,
    .sub-menu-left,
    .weather-widget {
        display: flex !important;
    }
    .top-left-menu {
        gap: 24px;
    }
    .top-left-menu a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }
    .sub-menu-left a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }
    .arrow {
        color: #8a8a8a;
        font-size: 11px;
        margin-left: 5px;
    }
    .live-link {
        display: flex;
        align-items: center;
    }
    .live-dot {
        width: 6px;
        height: 6px;
        background-color: #e51b24;
        border-radius: 50%;
        margin-right: 6px;
    }
    .logo {
        font-size: 19px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .cbs-eye-icon {
        width: 22px;
        height: 22px;
        border-width: 3px;
    }
    .inner-circle {
        width: 8px;
        height: 8px;
    }
    .sub-menu-left {
        align-items: center;
        gap: 20px;
    }
    .location-brand {
        font-size: 15px;
        font-weight: 900;
    }
    .separator {
        color: rgba(255, 255, 255, 0.25);
        font-size: 14px;
        margin: 0 2px;
    }
    .weather-widget {
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 700;
        border-left: 1px solid #5E6264;
        padding-left: 20px;
        height: 50px;
    }
    .cloud-icon {
        color: #cccccc;
    }
}

.page-content {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 24px 10px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.video-section {
    width: 100%;
    max-width: 720px;
    border-radius: 4px;
}

/* ===== FB COMMENTS (new style) ===== */

.init-comments {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
}

.comments-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.main-head-facebook {
    margin-top: 50px;
    padding: .75rem 1rem;
    background-color: #f9fafb;
    border-bottom: 1px solid #ddd;
}

.main-head-facebook .flex {
    display: flex;
    align-items: center;
}

.main-head-facebook .w-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.main-head-facebook .text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 10px;
    font-weight: 600;
    color: #374151;
}

.main-head-facebook .text-xs {
    font-size: .75rem;
    line-height: 1rem;
    color: #6b7280;
    margin-top: .25rem;
    padding-left: 9px;
}

.comments-box .comment-count {
    padding: 16px;
    font-weight: 600;
    font-size: 14px;
}

.comments-box .comment {
    display: flex;
    gap: 10px;
    padding: 10px 16px;
}

.comments-box .comment.reply {
    margin-left: 40px;
}

.comments-box .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.comments-box .content {
    flex: 1;
}

.comments-box .bubble {
    background: #f0f2f5;
    border-radius: 18px;
    padding: 10px 14px;
}

.comments-box .name {
    font-weight: 600;
    color: #385898;
    font-size: 14px;
}

.comments-box .text {
    font-size: 15px;
    margin-top: 4px;
    color: #050505;
}

.comments-box .actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 12px;
    color: #65676b;
}

.comments-box .actions .dot {
    color: #bcc0c4;
}

.comments-box .action-btn {
    background: none;
    border: none;
    font-size: 12px;
    color: #65676b;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.comments-box .action-btn:hover {
    text-decoration: underline;
}

.comments-box .reactions {
    margin-right: 38px;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.comments-box .reaction-count {
    font-size: 12px;
    font-weight: 600;
    color: #65676b;
    padding: 0;
}

.comments-box .reaction-icons {
    display: flex;
    align-items: center;
}

.comments-box .reaction {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.comments-box .reaction.like {
    background: #1877f2;
    z-index: 2;
}

.comments-box .reaction.love {
    background: linear-gradient(135deg, #ff4d4d, #ff0066);
    /* margin-left: -6px; */
}

/* HERO IMAGE */

.hero-img-wrap {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.hero-img {
    display: block;
    width: 100%;
    height: auto;
}

/* MEDIA QUERIES PARA RESPONSIVIDADE */

@media (min-width: 768px) {
    .hero-img {
        width: 75%;
        margin: 0 0 0 auto;
    }
    .today-sub-nav {
        display: none;
    }
    .today-nav-desktop {
        display: flex;
    }
    .today-signin-btn {
        display: block;
    }
    .hero-content h1 {
        font-size: 1.875rem;
    }
    .hero-content .subtitle {
        font-size: 1.125rem;
    }
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .package-card.popular {
        order: -1;
    }
    .comments-box .comment.reply {
        margin-left: 50px;
    }
}

.top-left-menu i,
.sub-menu-left i {
    font-size: 10px;
    margin-left: 9px;
}

.a-i-e-cont {
    color: #fff;
    font-size: 23px;
    text-align: justify;
    width: 50%;
    max-width: 1260px;
    margin: 40px auto;
}

/* Container com largura máxima controlada */

.container2 {
    max-width: 600px;
    width: 90%;
    /* Garante responsividade em telas menores */
    padding: 20px;
}

.category {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.title {
    text-align: left;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px 0;
    color: #111111;
    word-wrap: break-word;
}

.author {
    font-size: 14px;
    color: #555555;
    margin-bottom: 6px;
}

.author a {
    color: #555555;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.updated-date {
    font-size: 13.5px;
    color: #666666;
    margin-bottom: 24px;
    line-height: 1.4;
}

.google-button {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #3c4043;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.google-button:hover {
    background-color: #f8f9fa;
}

.icon {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 1.5px solid #5f6368;
    border-radius: 2px;
    box-sizing: border-box;
}

.icon::before {
    content: "";
    position: absolute;
    top: -3.5px;
    left: -3.5px;
    width: 14px;
    height: 14px;
    border-top: 1.5px solid #5f6368;
    border-left: 1.5px solid #5f6368;
    border-top-left-radius: 2px;
}

.icon::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    font-weight: bold;
    color: #5f6368;
}

@media (max-width: 768px) {
    .a-i-e-cont {
        width: 100% !important;
        margin: 10px auto;
        padding: 0 10px;
    }
    .container {
        width: 100%;
        padding: 15px 15px 0;
    }
    .title {
        font-size: 25px !important;
        line-height: 1.25;
        text-align: left;
    }
}

.text-user {
    margin-top: 10px;
}