/*
Theme Name: Sri Dungargarh News Pro
Theme URI: https://sridungargarhnews.com
Author: Ratan Lal Raika
Author URI: https://www.facebook.com/ratanlal.raika/
Description: Sri Dungargarh News Pro is a professional Hindi news portal theme built for local news publishing, mobile-first reading, structured data, SEO assistance, ad-ready layouts, policy pages, dashboard branding, and domain-license controlled distribution.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: sri-dungargarh-news
*/

/* --- 1. RESET & BASE STYLES --- */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap');

html, body { 
    width: 100%; 
    overflow-x: hidden; 
}

html {
    scrollbar-width: thin;
    scrollbar-color: #d32f2f #fff3f3;
}

body {
    font-family: 'Mukta', 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    background: #feffff; 
    line-height: 1.6;
}

/* --- 2. TYPOGRAPHY (Headings & Text) --- */
.entry-title, .single-post-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #000;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.main-post-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.list-post-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

p, .entry-content p {
    font-size: 19px !important;
    line-height: 1.7 !important;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.post-meta, .author-name {
    font-size: 14px !important;
    color: #666;
    font-weight: 500;
}

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

/* --- 3. HEADER & NAVIGATION --- */
/* Header ko fix karne ke liye '.' lagana zaroori hai */
.main-header {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    
    /* Fixing properties */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Header-container ko center mein rakhne ke liye */
.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* --- IMPORTANT: Content ko header ke niche lane ke liye --- */
body {
    /* Header ki height ke barabar margin dein taaki content upar na chhappe */
    padding-top: 80px; 
}

/* Responsive: Mobile par agar header ki height badhti hai toh isse adjust karein */
@media (max-width: 768px) {
    body {
        padding-top: 10px;
    }
}

.logo img {
    height: 45px;
    width: auto;
}

.icon-nav ul {
    display: flex;
    gap: 25px;
}

.icon-nav ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.icon-nav ul li a i {
    font-size: 20px;
    color: #333;
}

.icon-nav ul li a:hover, 
.icon-nav ul li a:hover i {
    color: #d32f2f;
}

/* --- 4. LAYOUT STRUCTURE --- */
.site-wrapper {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    max-width: 1400px;
    margin: 20px auto;
    gap: 15px;
    padding: 0 15px;
}

.left-sidebar, .right-sidebar { 
    background: #fff; 
    padding: 15px; 
    height: fit-content;
}

.left-sidebar li { 
    margin-bottom: 18px; 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    font-weight: 700; 
    font-size: 16px; 
    cursor: pointer; 
}

.left-sidebar li a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    width: 100%;
}

.lion-ad-slot-widget img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.lion-ad-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    width: 100%;
    padding: 22px 18px;
    border: 2px dashed #f08b8b;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff8f8 0%, #fff1f1 100%);
    text-align: center;
    color: #a61b1b;
    gap: 8px;
}

.lion-ad-placeholder strong {
    font-size: 18px;
    font-weight: 800;
}

.lion-ad-placeholder span {
    font-size: 14px;
    font-weight: 700;
}

.lion-ad-placeholder small {
    font-size: 13px;
    color: #7f1d1d;
}

.text-red { color: #d32f2f; }

/* --- 5. CATEGORY CAPSULE STYLE (Merged) --- */
.cat-tag, 
.post-categories a, 
.entry-categories a,
div.site-wrapper .post-categories a, 
div.site-wrapper .cat-tag, 
div.site-wrapper .my-custom-cap {
    display: inline-block !important;
    background-color: #ffebee !important;
    color: #d32f2f !important;
    padding: 2px 15px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    transition: 0.3s !important;
    line-height: 1.8 !important;
    border: none !important;
    box-shadow: none !important;
}

.cat-tag:hover, 
.post-categories a:hover,
div.site-wrapper .post-categories a:hover {
    background-color: #d32f2f !important;
    color: #ffffff !important;
}

.cat-tag::after, 
.post-categories a::after,
div.site-wrapper .post-categories a::after {
    content: ' ›' !important;
    font-size: 14px !important;
}


.post-categories {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
}

.post-categories li {
    display: inline !important;
}

/* --- 6. TAG MARQUEE SECTION --- */
.tag-marquee-section {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.tag-container-main {
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.trending-label {
    font-weight: 800;
    color: #d32f2f;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 20px;
    background: #fff;
    z-index: 5;
    position: relative;
}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: lionScroll 30s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes lionScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.tag-item {
    display: inline-block;
    padding: 4px 18px;
    margin-right: 12px;
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    color: #444444;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: #ffebee;
    color: #d32f2f;
    border-color: #d32f2f;
    transform: translateY(-2px);
}

/* --- 7. SOCIAL SHARING --- */
.post-social-share, .social-share { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    margin-top: 10px;
}

.post-social-share a, .social-share i { 
    color: #546e7a; 
    text-decoration: none; 
    transition: 0.3s; 
    font-size: 18px; 
    cursor: pointer;
}

.post-social-share a.share-wa:hover { color: #25D366 !important; }
.post-social-share a.share-fb:hover { color: #1877F2 !important; }
.post-social-share a.share-x:hover { color: #000000 !important; }
.post-social-share a.share-link:hover { color: #d32f2f !important; }

/* --- 8. MOBILE & TABLET OPTIMIZATION --- */
@media (max-width: 1024px) {
    .site-wrapper { 
        grid-template-columns: 1fr; 
    }
    .left-sidebar, .right-sidebar { display: none !important; }
}

@media (max-width: 768px) {
    .logo img { height: 35px; }
    .icon-nav ul li a span { display: none !important; }
    .icon-nav ul { gap: 18px; }
    .icon-nav ul li a i { font-size: 22px; }

    .tag-container-main { padding: 0 10px; }
    .trending-label { font-size: 14px; margin-right: 10px; }

    /* Mobile List Layout Fix */
    .news-card.list-item {
        display: flex !important; 
        flex-direction: row !important;
        gap: 12px !important;
        align-items: flex-start !important;
    }

    .list-details { flex: 1 !important; }

    .list-thumb-wrapper {
        width: 100px !important;
        min-width: 100px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .list-thumb img {
        width: 100px !important;
        height: 70px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
    }

    .list-thumb-wrapper .post-social-share {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        margin-top: 5px !important;
        gap: 5px !important;
    }

    .list-thumb-wrapper .post-social-share a {
        font-size: 14px !important;
        margin: 0 !important;
    }

    .featured-news .main-post-title { font-size: 22px !important; }
}

@media (max-width: 600px) {
    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        justify-content: space-around;
        padding: 10px 0;
        z-index: 9999;
    }
    body { padding-bottom: 70px; }
}



/* Desktop Default Layout */
.site-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.left-sidebar {
    width: 20%;
    order: 1; /* Desktop par pehle dikhega */
}

.main-content {
    width: 60%;
    order: 2; /* Desktop par beech mein */
}

.right-sidebar {
    width: 20%;
    order: 3; /* Desktop par last mein */
}

/* ================= ORIGINAL CODE MOBILE FIX ================= */

@media (max-width: 1024px) {
    .site-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .left-sidebar,
    .right-sidebar,
    .main-content {
        width: 100% !important;
    }

    /* Sidebar hide mat karo (override) */
    .left-sidebar,
    .right-sidebar {
        display: block !important;
    }
}

/* ================= MOBILE UI FIX ================= */

@media (max-width: 768px) {

    .site-wrapper {
        padding: 8px !important;
    }

    /* Left sidebar horizontal scroll */
.left-sidebar ul {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 20px;

    /* 👇 scrollbar hide */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE/Edge */
}

/* 👇 Chrome, Safari */
.left-sidebar ul::-webkit-scrollbar {
    display: none;
}

/* list item */
.left-sidebar li {
    flex: 0 0 auto;
    font-size: 14px;
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 20px;
}
    /* Featured News */
    .featured-news .main-post-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    /* LIST ITEM PERFECT ALIGNMENT */
    .news-card.list-item {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        align-items: flex-start !important;
    }

    .list-details {
        flex: 1 !important;
    }

    .list-thumb-wrapper {
        width: 95px !important;
        min-width: 95px !important;
    }

    .list-thumb img {
        width: 95px !important;
        height: 65px !important;
        object-fit: cover !important;
        border-radius: 5px !important;
    }

    /* Social icons fix */
    .list-thumb-wrapper .post-social-share {
        gap: 5px !important;
    }

    .post-social-share a {
        font-size: 13px !important;
    }

    /* Category compact */
    .post-categories a {
        font-size: 11px !important;
        padding: 2px 10px !important;
    }

    /* Tag marquee spacing */
    .tag-container-main {
        padding: 0 8px !important;
    }

    .trending-label {
        font-size: 13px !important;
    }

    /* Live score box */
    .live-score-sidebar {
        font-size: 14px;
    }

    /* Ad fix */
    .sidebar-ad img {
        width: 100% !important;
        height: auto !important;
    }
}

/* ================= EXTRA POLISH ================= */

/* Better card spacing */
.news-card {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

/* Prevent overflow */
body {
    overflow-x: hidden;
}

.entry-content,
.main-content,
.single-post-thumb,
.page-thumb,
.news-container,
.local-news-container,
.district-grid-page,
.tehsil-grid-page,
.rashifal-container {
    max-width: 100%;
}

.entry-content p,
.entry-content a,
.entry-content span,
.entry-content li,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.entry-content img,
.entry-content iframe,
.entry-content video,
.entry-content table,
.entry-content embed,
.entry-content object,
.entry-content figure {
    max-width: 100% !important;
}


/* Default: mobile extra hidden */
.mobile-extra {
    display: none;
}

.mobile-bottom-nav,
.mobile-live-pill,
.desktop-top-banner {
    display: none;
}

/* MOBILE SETTINGS */
@media (max-width: 768px) {

    /* Sidebar से hide करो */
    .left-sidebar .app-download-box,
    .left-sidebar .rashifal-box,
    .left-sidebar .desktop-follow-box,
    .left-sidebar .desktop-side-ad {
        display: none !important;
    }

    /* नीचे show करो */
    .mobile-extra {
        display: block;
        margin-top: 20px;
        padding: 10px;
        background: #fff;
    }

    .mobile-extra .app-download-box,
    .mobile-extra .rashifal-box,
    .mobile-extra .mobile-follow-box {
        margin-bottom: 20px;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }
}


/* MOBILE HEADER CONTROL */
@media (max-width: 768px) {

    /* Hide extra icons */
    .hide-mobile {
        display: none !important;
    }

    /* Icons बराबर spacing में */
    .nav-icons-list {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .nav-icons-list li {
        flex: 1;
        text-align: center;
    }

    .nav-icons-list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }

    .nav-icons-list i {
        font-size: 18px;
    }
}

@keyframes blinker {
    50% { opacity: 0; }
}

.live-score-sidebar a:hover {
    background: #e0e0e0;
    color: #d32f2f;
}

.left-sidebar {
    position: relative;
}

.sidebar-inner {
    position: sticky;
    top: 90px;
    transform: translateY(0);
    transition: transform 0.2s ease;
}

@media (min-width: 1025px) {
    .desktop-top-banner {
        display: block;
    }

    body {
        background: #ffffff;
        padding-top: 72px;
    }

    .main-header {
        padding: 8px 0;
        box-shadow: none;
        border-bottom: 1px solid #ececec;
    }

    .header-container {
        max-width: 1360px;
        padding: 0 18px;
    }

    .logo img {
        height: 30px;
    }

    .icon-nav ul {
        gap: 18px;
    }

    .icon-nav ul li a {
        font-size: 14px;
        gap: 6px;
    }

    .icon-nav ul li a i {
        font-size: 14px;
    }

    .desktop-top-banner {
        max-width: 1360px;
        margin: 14px auto 18px;
        padding: 0 18px;
    }

    .desktop-top-banner-inner {
        display: grid;
        grid-template-columns: 190px 1fr;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        overflow: hidden;
        min-height: 158px;
    }

    .desktop-top-banner-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .desktop-top-banner-content {
        padding: 20px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .desktop-top-banner-content h2 {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        color: #1d1d1d;
    }

    .desktop-top-banner-content p {
        font-size: 16px !important;
        margin: 0;
        color: #666;
    }

    .desktop-top-banner-content strong {
        font-size: 15px;
        font-style: italic;
    }

    .desktop-top-banner-cta {
        width: 100%;
        max-width: 462px;
        text-align: center;
        border: 1px solid #76a8d5;
        color: #25649d;
        font-size: 13px;
        font-weight: 800;
        padding: 10px 18px;
        border-radius: 4px;
    }

    .site-wrapper {
        max-width: 1360px;
        margin: 0 auto 28px;
        padding: 0 18px;
        display: grid;
        grid-template-columns: 190px minmax(0, 1fr) 265px;
        gap: 18px;
        align-items: start;
    }

    .left-sidebar,
    .main-content,
    .right-sidebar {
        width: auto;
        padding: 0;
        background: transparent;
        align-self: start;
    }

    .left-sidebar,
    .right-sidebar {
        position: sticky;
        top: 84px;
    }

    .desktop-side-menu {
        background: #fff;
        border-radius: 8px;
        padding: 14px 16px;
        border: 1px solid #ececec;
    }

    .left-sidebar li {
        margin-bottom: 14px;
        font-size: 14px;
        font-weight: 700;
        gap: 10px;
    }

    .left-sidebar li i {
        width: 14px;
        text-align: center;
    }

    .app-download-box,
    .desktop-follow-box,
    .desktop-side-ad,
    .left-sidebar .rashifal-box {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 8px;
        padding: 14px 16px;
        margin-top: 16px !important;
    }

    .desktop-follow-box p {
        color: #777;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .desktop-follow-icons {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .desktop-follow-icons a {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f3f4f6;
        color: #707070;
        font-size: 13px;
    }

    .desktop-side-ad img {
        border-radius: 8px;
    }

    .main-content {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 8px;
        padding: 0 0 10px;
        overflow: hidden;
    }

    .tag-marquee-section {
        justify-content: flex-start;
        border-bottom: 1px solid #f0f0f0;
        padding: 14px 0 10px;
    }

    .tag-container-main {
        padding: 0 16px;
        gap: 8px;
    }

    .trending-label {
        font-size: 13px;
        margin-right: 0;
    }

    .tag-item {
        padding: 4px 12px;
        margin-right: 6px;
        border-radius: 999px;
        font-size: 12px;
        background: #fff;
    }

    .news-card {
        padding: 0 16px 18px;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .featured-news .main-post-title {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin: 8px 0 12px;
    }

    .featured-thumb img {
        width: 100%;
        border-radius: 10px;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }

    .social-flex {
        margin-top: 10px !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .post-categories a {
        font-size: 11px !important;
        padding: 4px 10px !important;
        margin-top: 6px !important;
    }

    .news-card.list-item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 120px;
        gap: 14px !important;
        align-items: start !important;
        padding-top: 14px;
    }

    .list-post-title {
        font-size: 17px !important;
        line-height: 1.45 !important;
        margin-bottom: 8px;
    }

    .home-list-excerpt {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin: 0 0 8px !important;
        color: #767676 !important;
    }

    .home-list-thumb-wrapper,
    .list-thumb-wrapper {
        width: 120px !important;
        min-width: 120px !important;
    }

    .list-thumb img,
    .home-list-thumb-wrapper img {
        width: 120px !important;
        height: 84px !important;
        border-radius: 6px !important;
        object-fit: cover !important;
    }

    .list-thumb-wrapper .post-social-share {
        justify-content: flex-end !important;
        gap: 10px !important;
    }

    .desktop-widget {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 8px;
        padding: 14px;
        margin-bottom: 16px;
    }

    .desktop-app-promo {
        background: linear-gradient(180deg, #eff7ff 0%, #d7ecff 100%);
    }

    .desktop-widget-logo img {
        height: 34px;
        width: auto;
        margin-left: auto;
    }

    .desktop-check-list li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 700;
        color: #1f1f1f;
    }

    .desktop-check-list li::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 1px;
        color: #e51c2d;
    }

    .desktop-widget-model img {
        width: 100%;
        border-radius: 8px;
        margin-top: 8px;
    }

    .desktop-widget-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ef2333;
        color: #fff;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 800;
        margin: -14px -14px 12px;
    }

    .desktop-score-badge {
        background: #fff;
        color: #ef2333;
        border-radius: 999px;
        padding: 1px 8px;
        font-size: 11px;
    }

    .desktop-score-row {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border-bottom: 1px solid #f1f1f1;
        font-size: 14px;
    }

    .desktop-widget-note {
        padding-top: 8px;
        font-size: 14px;
        font-weight: 700;
    }

    .desktop-rashifal-tag {
        display: inline-block;
        padding: 4px 12px;
        border-radius: 999px;
        background: #fff2f3;
        color: #ef2333;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .desktop-widget p {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin: 0;
    }

    .desktop-links-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .desktop-links-grid a {
        color: #666;
        font-size: 12px;
    }

    .site-footer {
        background: #f1f2f4;
        border-top: 1px solid #e5e7eb;
        padding: 36px 18px 26px;
    }

    .footer-topics {
        max-width: 1360px;
        margin: 0 auto 24px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 26px;
    }

    .footer-topic-col h4 {
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .footer-topic-col a {
        display: block;
        color: #444;
        font-size: 13px;
        margin-bottom: 7px;
    }

    .footer-links-bar,
    .footer-copy {
        max-width: 1360px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-links-bar {
        border-top: 1px solid #e1e3e8;
        padding-top: 14px;
        margin-bottom: 8px;
    }

    .footer-links-bar a {
        color: #4f4f4f;
        font-size: 12px;
        margin: 0 8px;
    }

    .footer-copy {
        color: #8a8a8a;
        font-size: 12px;
    }

    .footer-credit {
        display: inline-block;
        margin-left: 10px;
        color: #b91c1c;
        font-weight: 700;
    }
}

@media (max-width: 1024px) {
    .desktop-top-banner {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
    }

    body {
        padding-top: 76px;
    }

    .header-container {
        padding: 0 14px;
        gap: 12px;
    }

    .site-wrapper {
        max-width: 100%;
        padding: 14px;
        margin: 0 auto;
    }

    .main-content {
        width: 100% !important;
        min-width: 0;
    }

    .right-sidebar,
    .left-sidebar {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 72px;
    }

    .main-header {
        padding: 8px 0;
    }

    .header-container {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .logo {
        flex: 0 0 auto;
    }

    .icon-nav {
        flex: 1 1 auto;
        min-width: 0;
    }

    .icon-nav ul {
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .site-wrapper {
        padding: 10px !important;
        gap: 12px !important;
    }

    .main-content,
    .left-sidebar,
    .right-sidebar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .news-card {
        padding: 8px;
    }

    .news-card.list-item {
        align-items: stretch !important;
    }

    .list-post-title {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .list-thumb-wrapper {
        width: 92px !important;
        min-width: 92px !important;
    }

    .list-thumb img,
    .list-thumb-wrapper img {
        width: 92px !important;
        height: 68px !important;
    }

    .social-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .post-meta {
        flex-wrap: wrap !important;
        gap: 8px 12px !important;
    }

    .post-social-share {
        flex-wrap: wrap;
    }

    .post-author-box {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .mobile-extra {
        padding: 0 10px 10px;
    }

    .mobile-extra .app-download-box > div {
        gap: 10px;
        flex-wrap: wrap;
    }

    .mobile-follow-box p {
        font-size: 13px;
        color: #666;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .mobile-follow-icons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .mobile-follow-icons a {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f3f4f6;
        color: #5f6368;
        font-size: 15px;
    }

    footer > div:first-child {
        flex-direction: column;
        gap: 28px;
        padding: 0 16px !important;
    }

    footer > div:first-child > div {
        padding-left: 0 !important;
    }
}

@media (max-width: 480px) {
    .entry-title,
    .single-post-title {
        font-size: 26px !important;
        line-height: 1.25 !important;
    }

    .main-post-title,
    .featured-news .main-post-title {
        font-size: 19px !important;
        line-height: 1.35 !important;
    }

    p,
    .entry-content p {
        font-size: 17px !important;
        line-height: 1.65 !important;
    }

    .nav-icons-list a {
        font-size: 11px;
    }

    .tag-item,
    .post-categories a,
    .cat-tag {
        font-size: 11px !important;
        padding: 2px 10px !important;
    }

    .news-card.list-item {
        gap: 8px !important;
    }

    .list-thumb-wrapper {
        width: 84px !important;
        min-width: 84px !important;
    }

    .list-thumb img,
    .list-thumb-wrapper img {
        width: 84px !important;
        height: 62px !important;
    }

    .single-post .post-social-share,
    .post-social-share[style*="justify-content: space-between"] {
        justify-content: flex-start !important;
        gap: 12px !important;
    }

    .single-post .post-social-share span {
        width: 100%;
    }

    .mobile-extra .app-download-box img,
    .left-sidebar .app-download-box img {
        width: 130px !important;
    }
}

@media (min-width: 769px) {
    .mobile-report-button {
        position: fixed;
        right: 18px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        z-index: 10001;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 132px;
        padding: 12px 16px;
        border-radius: 999px;
        background: linear-gradient(135deg, #eb2331, #bf0f1b);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        box-shadow: 0 14px 30px rgba(235,35,49,0.22);
        border: 2px solid #ffffff;
        cursor: pointer;
    }

    .mobile-report-button:hover {
        transform: translateY(-50%) scale(1.02);
        box-shadow: 0 18px 36px rgba(235,35,49,0.28);
    }

    .mobile-report-button i {
        font-size: 17px;
        line-height: 1;
    }

    .mobile-report-modal[hidden] {
        display: none !important;
    }

    .mobile-report-modal {
        position: fixed;
        inset: 0;
        z-index: 10030;
    }

    .mobile-report-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(15, 23, 42, 0.52);
    }

    .mobile-report-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: min(460px, calc(100% - 32px));
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 24px;
        padding: 26px 24px 22px;
        box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
        border: 1px solid rgba(226, 232, 240, 0.9);
        overflow: hidden;
    }

    .mobile-report-dialog::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 92px;
        background: linear-gradient(135deg, #fff3f4 0%, #ffe0e3 50%, #fff 100%);
        pointer-events: none;
    }

    .mobile-report-dialog h3 {
        position: relative;
        margin: 0 42px 18px 0;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 800;
        color: #111827;
    }

    .mobile-report-close {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #d61f2c;
        font-size: 24px;
        line-height: 1;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
        cursor: pointer;
    }

    .mobile-report-form {
        position: relative;
        display: grid;
        gap: 12px;
    }

    .mobile-report-form input,
    .mobile-report-form textarea {
        width: 100%;
        border: 1px solid #dbe2ea;
        border-radius: 14px;
        padding: 14px 15px;
        font-size: 15px;
        color: #111827;
        background: #fff;
        box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .mobile-report-form input:focus,
    .mobile-report-form textarea:focus {
        outline: 0;
        border-color: #eb2331;
        box-shadow: 0 0 0 4px rgba(235, 35, 49, 0.09);
    }

    .mobile-report-form textarea {
        min-height: 144px;
        resize: vertical;
    }

    .mobile-report-submit {
        margin-top: 4px;
        border: 0;
        border-radius: 14px;
        background: linear-gradient(135deg, #16a34a, #15803d);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 18px;
        box-shadow: 0 14px 28px rgba(21, 128, 61, 0.22);
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    html,
    body,
    .site-wrapper,
    .main-content,
    .entry-content,
    .single,
    .page {
        touch-action: pan-y !important;
        -ms-touch-action: pan-y !important;
    }

    html,
    body {
        scrollbar-width: none;
        -ms-overflow-style: none;
        height: auto !important;
        min-height: 100% !important;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    body {
        background: #f6f6f7;
        padding-bottom: 94px;
        padding-top: 0;
        overscroll-behavior-y: none;
        -webkit-overflow-scrolling: touch;
        position: static !important;
    }

    .site-wrapper {
        height: auto !important;
        min-height: 0 !important;
    }

    .main-header {
        position: sticky;
        top: 0;
        left: auto;
        width: 100%;
        background: rgba(255,255,255,0.98);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 1px 0 rgba(0,0,0,0.05);
        min-height: 58px;
        display: block !important;
        visibility: visible !important;
        transform: translateZ(0);
        backface-visibility: hidden;
        will-change: transform;
        z-index: 1002;
    }

    .header-container {
        min-height: 56px;
        display: flex !important;
        visibility: visible !important;
    }

    .logo,
    .icon-nav {
        display: block !important;
        visibility: visible !important;
    }

    .logo img {
        height: 34px;
    }

    .nav-icons-list {
        gap: 4px !important;
        justify-content: flex-end !important;
    }

    .nav-icons-list li {
        flex: 0 0 auto;
    }

    .nav-icons-list li:nth-child(n+4) {
        display: none !important;
    }

    .nav-icons-list a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        justify-content: center;
        background: transparent;
        color: #121212;
    }

    .nav-icons-list a span {
        display: none !important;
    }

    .nav-icons-list i {
        font-size: 18px;
    }

    .site-wrapper {
        display: block !important;
        padding: 8px 0 0 !important;
        transform: none;
    }

    .left-sidebar {
        display: block !important;
        padding: 2px 10px 10px !important;
        background: #fff;
        border-bottom: 1px solid #ececec;
        position: relative !important;
        top: auto !important;
        z-index: 1;
    }

    .left-sidebar .app-download-box,
    .left-sidebar .rashifal-box {
        display: none !important;
    }

    .left-sidebar ul {
        gap: 16px !important;
        margin-bottom: 0 !important;
        padding-bottom: 2px !important;
    }

    .left-sidebar li {
        background: transparent !important;
        padding: 0 !important;
        border-radius: 0 !important;
        font-size: 13px;
        font-weight: 600;
        color: #1b1b1b;
        gap: 6px;
        margin-bottom: 0;
    }

    .left-sidebar li:first-child {
        color: #eb2331;
        font-weight: 800;
    }

    .left-sidebar li i {
        color: #eb2331 !important;
        font-size: 13px;
    }

    .main-content {
        width: 100% !important;
        background: #fff;
        padding: 8px 0 0 !important;
        position: relative;
        z-index: 1;
        overflow: visible !important;
    }

    .main-content > * {
        max-width: 100%;
    }

    .right-sidebar {
        display: none !important;
    }

    .tag-marquee-section {
        justify-content: flex-start;
        padding: 8px 0 8px;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 10px !important;
    }

    .tag-container-main {
        padding: 0 10px !important;
        align-items: center;
        gap: 8px;
    }

    .trending-label {
        font-size: 13px;
        margin-right: 0;
        color: #eb2331;
    }

    .marquee-wrapper {
        overflow: hidden;
        white-space: nowrap;
    }

    .marquee-content {
        animation: lionScroll 28s linear infinite;
        display: inline-flex;
        gap: 8px;
        padding-right: 10px;
        will-change: transform;
    }

    .tag-item {
        padding: 5px 11px;
        margin-right: 0;
        border-radius: 999px;
        border: 1px solid #dedede;
        background: #fff;
        font-size: 11px;
        color: #202020;
    }

    .home-featured-card,
    .home-list-card {
        background: #fff;
        border-radius: 0;
        padding: 0 10px 14px !important;
        box-shadow: none;
        border-bottom: 6px solid #f6f6f7;
        margin-bottom: 0 !important;
        contain: layout paint;
    }

    .home-featured-card .main-post-title {
        font-size: 17px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px;
        letter-spacing: -0.2px;
    }

    .home-featured-card .main-post-title a {
        color: #1d1d1d !important;
    }

    .home-featured-card .main-post-title span:first-child {
        color: #e41f2d !important;
    }

    .home-featured-meta {
        font-size: 12px !important;
        color: #888 !important;
        margin-bottom: 10px !important;
        padding: 0 0 10px !important;
    }

    .home-featured-meta {
        display: none;
    }

    .home-featured-thumb img {
        width: 100%;
        border-radius: 10px;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    }

    .home-featured-footer {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 8px !important;
    }

    .home-featured-share {
        gap: 4px !important;
        align-items: center;
    }

    .home-featured-share .share-fb,
    .home-featured-share .share-x,
    .home-featured-share .share-link {
        display: none !important;
    }

    .home-featured-share .share-wa {
        color: #22b45a !important;
        font-size: 15px !important;
    }

    .mobile-share-label {
        display: inline-block;
        color: #22b45a;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
    }

    .home-list-card {
        display: grid !important;
        grid-template-columns: 1fr 106px;
        gap: 9px !important;
        align-items: start !important;
        background: #fff;
    }

    .home-list-card .list-post-title {
        font-size: 15px !important;
        line-height: 1.42 !important;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-list-card .list-post-title a {
        color: #1d1d1d !important;
    }

    .home-list-excerpt {
        margin: 0 0 6px !important;
        font-size: 12px !important;
        line-height: 1.42 !important;
        color: #7c7c7c !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-list-thumb-wrapper {
        width: 106px !important;
        min-width: 106px !important;
    }

    .home-list-thumb-wrapper img {
        width: 106px !important;
        height: 78px !important;
        border-radius: 8px !important;
    }

    .home-list-thumb-wrapper .post-social-share {
        justify-content: flex-end !important;
        gap: 5px !important;
        padding: 3px 0 0 !important;
    }

    .home-list-thumb-wrapper .share-fb,
    .home-list-thumb-wrapper .share-x,
    .home-list-thumb-wrapper .share-link {
        display: none !important;
    }

    .post-categories a,
    .cat-tag {
        background: #fff3f4 !important;
        color: #eb2331 !important;
        font-size: 11px !important;
        padding: 4px 12px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .post-categories a::after,
    .cat-tag::after {
        content: "" !important;
    }

    .home-list-card .post-categories {
        display: none !important;
    }

    .mobile-report-button {
        position: fixed;
        right: 12px;
        bottom: 88px;
        z-index: 10001;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 118px;
        padding: 11px 16px;
        border-radius: 999px;
        background: linear-gradient(135deg, #eb2331, #bf0f1b);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        box-shadow: 0 10px 22px rgba(235,35,49,0.22);
        border: 2px solid #ffffff;
        touch-action: manipulation;
        writing-mode: horizontal-tb;
    }

    .mobile-report-button i {
        font-size: 16px;
        line-height: 1;
    }

    .mobile-report-modal[hidden] {
        display: none !important;
    }

    .mobile-report-modal {
        position: fixed;
        inset: 0;
        z-index: 10030;
    }

    .mobile-report-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(15, 23, 42, 0.52);
    }

    .mobile-report-dialog {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 18px;
        background: #fff;
        border-radius: 18px;
        padding: 18px 16px 16px;
        box-shadow: 0 22px 60px rgba(15, 23, 42, 0.22);
    }

    .mobile-report-dialog h3 {
        margin: 0 28px 14px 0;
        font-size: 18px;
        font-weight: 800;
        color: #111827;
    }

    .mobile-report-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 50%;
        background: #fff3f4;
        color: #d61f2c;
        font-size: 22px;
        line-height: 1;
    }

    .mobile-report-form {
        display: grid;
        gap: 10px;
    }

    .mobile-report-form input,
    .mobile-report-form textarea {
        width: 100%;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 12px 13px;
        font-size: 14px;
        color: #111827;
        background: #fff;
    }

    .mobile-report-form textarea {
        resize: vertical;
        min-height: 108px;
    }

    .mobile-report-submit {
        border: 0;
        border-radius: 12px;
        background: linear-gradient(135deg, #16a34a, #15803d);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 12px 14px;
    }

    body.report-modal-open {
        overflow: hidden;
    }

    .mobile-bottom-nav {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: end;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        background: #ffffff;
        border-top: 1px solid #e6e6e6;
        box-shadow: 0 -4px 18px rgba(0,0,0,0.07);
        touch-action: manipulation;
    }

    .mobile-bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        color: #6d6d6d;
        font-size: 10px;
        font-weight: 600;
        padding: 2px 2px 0;
        min-width: 0;
        text-align: center;
    }

    .mobile-bottom-item i {
        font-size: 17px;
        line-height: 1;
    }

    .mobile-bottom-item span {
        display: block;
        max-width: 100%;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-bottom-item.is-active {
        color: #eb2331;
    }

    .mobile-bottom-item.center-item {
        transform: translateY(-12px);
    }

    .mobile-bottom-item .center-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, #ff7a00, #eb2331);
        color: #fff;
        box-shadow: 0 8px 18px rgba(235,35,49,0.2);
        border: 3px solid #fff;
    }

    body {
        padding-bottom: calc(108px + env(safe-area-inset-bottom));
    }

    .site-footer {
        display: block !important;
        padding-bottom: calc(108px + env(safe-area-inset-bottom)) !important;
    }

    .footer-topics {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .footer-topic-col {
        background: linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
        border: 1px solid #f2dfe2;
        border-radius: 14px;
        padding: 12px 12px 10px;
        box-shadow: 0 5px 14px rgba(17, 24, 39, 0.05);
    }

    .footer-topic-col h4 {
        margin: 0 0 10px;
        padding-bottom: 7px;
        border-bottom: 1px solid #f0d5d9;
        color: #991b1b;
        font-size: 14px;
        letter-spacing: 0.2px;
    }

    .footer-topic-col a {
        position: relative;
        margin-bottom: 6px;
        padding-left: 13px;
        font-size: 12px;
        color: #2f2f2f;
        line-height: 1.45;
    }

    .footer-topic-col a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #e11d48;
    }

    .footer-links-bar {
        line-height: 1.9;
    }
}

@media (max-width: 480px) {
    .main-content {
        padding: 6px 0 0 !important;
    }

    .entry-content,
    .page .entry-content,
    .single .entry-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-header {
        padding: 6px 0;
    }

    .header-container {
        padding: 0 10px;
    }

    .logo img {
        height: 30px;
    }

    .nav-icons-list a {
        width: 34px;
        height: 34px;
    }

    .left-sidebar {
        padding: 0 8px 10px !important;
    }

    .left-sidebar ul {
        gap: 14px !important;
    }

    .left-sidebar li {
        font-size: 13px;
    }

    .tag-container-main {
        padding: 0 8px !important;
    }

    .tag-item {
        font-size: 11px;
        padding: 6px 10px;
    }

    .home-featured-card,
    .home-list-card {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .home-featured-card .main-post-title {
        font-size: 15px !important;
    }

    .home-list-card {
        grid-template-columns: 1fr 92px;
    }

    .home-list-thumb-wrapper {
        width: 92px !important;
        min-width: 92px !important;
    }

    .home-list-thumb-wrapper img {
        width: 92px !important;
        height: 70px !important;
    }

    .mobile-report-button {
        min-width: 112px;
        padding: 10px 12px;
        right: 10px;
        bottom: 86px;
        font-size: 11px;
    }

    .mobile-report-dialog {
        left: 10px;
        right: 10px;
        bottom: 12px;
        padding: 16px 14px 14px;
    }

    .mobile-bottom-item {
        font-size: 9px;
        gap: 2px;
    }

    .mobile-bottom-item .center-icon {
        width: 46px;
        height: 46px;
    }

    .footer-topics {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer-topic-col {
        border-radius: 12px;
        padding: 11px 10px 9px;
    }

    .footer-topic-col h4 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footer-topic-col a {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .site-footer {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

/* Footer base styles for all viewports */
.site-footer {
    background: #f1f2f4;
    border-top: 1px solid #e5e7eb;
    padding: 28px 16px 20px;
}

.footer-topics {
    max-width: 1360px;
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.footer-topic-col h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 10px;
}

.footer-topic-col a {
    display: block;
    color: #333;
    font-size: 13px;
    margin-bottom: 7px;
    text-decoration: none;
}

.footer-topic-col a:hover {
    color: #b91c1c;
}

.footer-links-bar,
.footer-copy {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-links-bar {
    border-top: 1px solid #e1e3e8;
    padding-top: 12px;
    margin-bottom: 8px;
}

.footer-links-bar a {
    color: #4f4f4f;
    font-size: 12px;
    margin: 0 8px;
    text-decoration: none;
}

.footer-links-bar a:hover {
    color: #b91c1c;
}

.footer-copy {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}

.footer-credit {
    display: inline-block;
    margin-left: 8px;
    color: #b91c1c;
    font-weight: 700;
}

/* Global trending + mobile ad strip (all pages) */
.global-trending-wrap {
    width: 100%;
}

.global-trending-strip {
    margin-bottom: 8px;
}

.global-trending-strip .tag-container-main {
    max-width: 1360px;
    margin: 0 auto;
}

.mobile-global-ads-wrap,
.mobile-global-ad-strip {
    display: none;
}

.mobile-slot-ad {
    display: none;
}

@media (max-width: 768px) {
    .global-trending-strip {
        margin-bottom: 6px;
    }

    .mobile-global-ads-wrap {
        display: block;
        padding: 0 10px 8px;
    }

    .mobile-global-ad-strip {
        display: block;
        margin-bottom: 8px;
    }

    .mobile-global-ad-strip:last-child {
        margin-bottom: 0;
    }

    .mobile-global-ad-strip .lion-ad-slot-widget,
    .mobile-global-ad-strip .lion-ad-placeholder {
        min-height: 90px;
    }

    .mobile-slot-ad {
        display: block;
        margin: 10px 10px 14px;
    }
}

/* Mobile scroll hard unlock */
@media (max-width: 768px) {
    html,
    body {
        height: auto !important;
        max-height: none !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body {
        position: relative !important;
        overscroll-behavior-y: auto !important;
    }

    body:not(.report-modal-open) {
        overflow-y: auto !important;
    }

    .site-wrapper,
    .main-content,
    .mobile-extra {
        overflow: visible !important;
        max-height: none !important;
        min-height: 0 !important;
    }

    /* Keep safe left-right breathing space on mobile */
    .site-wrapper {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .single .main-content,
    .page .main-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .single .entry-content,
    .page .entry-content {
        padding-left: 2px;
        padding-right: 2px;
    }

    .single .single-post-thumb img,
    .page .entry-content img {
        border-radius: 10px;
    }

    /* Mobile footer should match desktop look */
    .site-footer {
        background: #f1f2f4 !important;
        border-top: 1px solid #e5e7eb !important;
    }

    .footer-topics {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    .footer-topic-col {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .footer-topic-col h4 {
        font-size: 15px !important;
        font-weight: 800 !important;
        margin: 0 0 10px !important;
        color: #111 !important;
    }

    .footer-topic-col a {
        font-size: 13px !important;
        color: #333 !important;
        margin-bottom: 7px !important;
    }

    .footer-topic-col a::before {
        display: none !important;
    }
}

/* Desktop global alignment + heading consistency */
@media (min-width: 992px) {
    .site-wrapper {
        align-items: start !important;
    }

    .site-wrapper > .left-sidebar,
    .site-wrapper > .main-content,
    .site-wrapper > .right-sidebar {
        margin-top: 0 !important;
        align-self: start !important;
    }
}

/* Mobile header + right sidebar polish */
@media (max-width: 768px) {
    .main-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 1100 !important;
        background: #fff !important;
        border-bottom: 1px solid #ececec !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
        padding: 8px 0 !important;
    }

    .header-container {
        min-height: 52px !important;
        padding: 0 10px !important;
        gap: 8px !important;
    }

    .logo img {
        height: 30px !important;
        width: auto !important;
    }

    .icon-nav {
        margin-left: auto;
    }

    .nav-icons-list {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .nav-icons-list li {
        display: inline-flex !important;
    }

    .nav-icons-list li:nth-child(n+4) {
        display: none !important;
    }

    .nav-icons-list a {
        width: 32px !important;
        height: 32px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #ececec !important;
        border-radius: 50% !important;
        background: #fff !important;
        padding: 0 !important;
    }

    .nav-icons-list a span,
    .nav-icons-list .chevron {
        display: none !important;
    }

    .nav-icons-list a i {
        font-size: 15px !important;
        color: #1f2937 !important;
        margin: 0 !important;
    }

    .right-sidebar {
        padding: 0 10px 10px !important;
        background: transparent !important;
    }

    .right-sidebar .desktop-widget {
        margin-bottom: 10px !important;
        border-radius: 10px !important;
        border: 1px solid #ececec !important;
        box-shadow: none !important;
        padding: 10px !important;
    }

    .right-sidebar .desktop-widget-title {
        margin-bottom: 8px !important;
    }

    .right-sidebar .desktop-links-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px 10px !important;
    }

    .right-sidebar .desktop-links-grid a {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }
}
