#mySidenav,
.mobile_menu_toggle_container,
.mobile_post_meta {
    display: none;
}

@media only screen and (max-width:768px) {
    .news-separator-vertical-border {
        border-right: none;
    }

    .mobile_clmn {
        flex-direction: column;
    }

    header.non-sticky {
        top: 0;
    }

    .mobile_menu_toggle_container i.menu_close,
    .mobile_hide,
    .top_header_menu_container,
    .extra-opt-container,
    div.footer_logo,
    .rpt_and_share_block {
        display: none;
    }

    #mobile_scroll {
        overflow-y: scroll;
    }

    .cat_lead_news {
        border-right: none;
    }

    .cat_four_posts {
        margin-top: 20px;
    }

    #mySidenav {
        border-top: 1px solid #ececec;
        overflow-x: scroll;
        max-height: 100vh;
    }

    .mobile_menu_toggle_container {
        display: flex;
        align-items: center;
    }

    .srch_form {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 10px 15px;
    }

    .srch_form .form-inner {
        box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
        padding: 5px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
    }

    .srch_form .form-inner input {
        border: none;
        width: 80%;
    }

    .srch_form .form-inner button {
        background: #b62427;
        padding: 6px 15px;
        color: #fff;
        border: none;
        outline: none;
        border-radius: 5px;
        width: 50px;
    }

    .meg-ul ul {
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .meg-ul ul li {
        list-style: none;
        padding: 8px 0px;
        margin: 0 15px;
        border-bottom: 1px solid #d0d0d0
    }

    .meg-ul ul li img {
        width: 1rem;
        height: 1rem;
    }

    section#top-nav nav>ul li ul.sub-menu,
    header.sticky nav>ul li ul.sub-menu {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        min-width: 100%;
        background: #f8f9fa;
    }

    section#top-nav nav>ul li.submenu-open>ul.sub-menu,
    .meg-ul li.submenu-open>ul.sub-menu {
        display: block;
    }

    .meg-ul .sub-menu {
        display: none;
        grid-column: 1 / -1;
        padding-left: 15px;
        margin-bottom: 8px;
    }

    .meg-ul .sub-menu li {
        border-bottom: 1px solid #e5e5e5;
    }

    section#top-lead-content .lead-news .flex-content .img-content {
        width: 100%;
    }

    section#top-lead-content #lead-news h4.title {
        margin-top: 15px;
    }

    #bodymenu_leadRightimg #lead-lews .flex-content .img-content {
        width: 100%;
        margin: 0 !important;
    }

    section#photo-gallery {
        padding: 15px 0;
    }

    section#photo-gallery #home-lead-album .flex-control-thumbs li {
        width: 50%;
    }

    section#photo-gallery #home-lead-album .flex-control-thumbs img {
        height: 100px;
    }

    #bodymenuTwolead #lead-news .flex-content .img-content {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile_post_meta {
        display: block;
        margin-bottom: 15px;
    }

    .home-stories-section .col-lg-4 {
        max-width: 100%;
    }

    .home-stories-widget .home-stories-cover {
        height: 240px;
    }

    #static_opinion .flex-content .img-content {
        height: 64px;
        width: 64px;
    }

}

.theme-ad-block img,
.theme-ad-block iframe,
.theme-ad-block ins {
    max-width: 100%;
    height: auto;
}

/* Premium sidebar ad slots */
.sidebar-ad-slot {
    width: 100%;
}

.sidebar-ad-slot--filled {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.home-page-sidebar-ad img,
.home-page-sidebar-ad iframe {
    border-radius: 8px;
}

.sidebar-ad-placeholder {
    position: relative;
    background: linear-gradient(145deg, #0f2f5f 0%, #1a4f9c 52%, #c3282d 100%);
    border-radius: 12px;
    padding: 18px 16px 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 47, 95, 0.22);
}

.sidebar-ad-placeholder::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-ad-placeholder__badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.sidebar-ad-placeholder__slot {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: 0.85;
}

.sidebar-ad-placeholder__icon {
    width: 52px;
    height: 52px;
    margin: 12px auto 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.sidebar-ad-placeholder__title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.sidebar-ad-placeholder__text {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.sidebar-ad-placeholder__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #0f2f5f !important;
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.sidebar-ad-placeholder__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    color: #c3282d !important;
}

.sidebar-ad-placeholder__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none;
}

.sidebar-ad-placeholder__phone:hover {
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .sidebar-ad-placeholder {
        padding: 16px 14px;
    }

    .sidebar-ad-placeholder__title {
        font-size: 18px;
    }
}

.theme-ad-block.home-page-bottom-ad {
    width: 100%;
}

.theme-ad-block.home-page-right-ad {
    overflow: hidden;
}

.tab_bar_block_stories ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

.tab_bar_block_stories li {
    display: table-cell;
    width: 50%;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #ebebeb;
    bottom: -2px;
    cursor: pointer;
}

.tab_bar_block_stories li a {
    font-size: 17px;
    font-weight: bold;
}

.tab_bar_block_stories li.active {
    border-bottom: 3px solid #c3282d;
}

.home-stories-section {
    padding-top: 0;
}

.home-stories-widget .home-stories-cover {
    background-size: cover;
    background-position: center;
    height: 320px;
    position: relative;
}

.home-sidebar-widgets .home-sidebar-widget {
    margin-bottom: 1rem;
}

.home-sidebar-widgets .home-sidebar-widget:last-child {
    margin-bottom: 0;
}

.home-sidebar-stories .home-stories-widget .home-stories-cover {
    height: 220px;
}

.home-sidebar-stories .tab_bar_block_stories li a {
    font-size: 15px;
}

#static_opinion .menu-link {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#static_opinion .flex-content {
    background: #fff9e1;
    border-bottom: 3px solid #d60000;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 12px;
}

#static_opinion .flex-content .img-content {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #fe0002;
    position: relative;
    overflow: hidden;
}

#static_opinion .flex-content .img-content img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#static_opinion h4.title {
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 8px;
}

#static_opinion .summery {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
}

#static_opinion .flex-control-nav {
    text-align: center;
    display: block;
    margin-top: 8px;
}

.home-sidebar-interview .interview-thumb-wrap {
    max-width: 80px;
}

/* Sidebar video list fine-tune */
.home-sidebar-video {
    padding: 12px 0;
}

.home-sidebar-video .menu-link {
    margin: 0 0 8px;
}

.home-sidebar-video-list {
    margin: 0;
}

@media only screen and (max-width:768px) {
    .home-sidebar-video-thumb {
        width: 80px;
        min-width: 80px;
        height: 48px;
    }

    .home-sidebar-video-title {
        font-size: 13px;
    }
}

#home-online-poll .menu-link {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #b32819;
    padding-bottom: 8px;
}

#home-online-poll .menu-link a {
    font-size: 18px;
}

#home-online-poll .menu-link .home_menu_icon img {
    width: 28px;
}

#home-online-poll .slides,
#home-online-poll .slides li {
    width: 100% !important;
}

#home-online-poll .slides>li {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 12px;
    margin: 0;
}

#pollflex.flexslider {
    margin: 0 !important;
}

@media (min-width: 769px) {
    .home-page-sidebar {
        align-self: flex-start;
        position: sticky;
        top: 80px;
        z-index: 10;
    }
}

.home-sidebar-news {
    padding: 12px 14px;
}

.home-sidebar-news .leatest_title {
    font-size: 17px;
    font-weight: 700;
    color: #202124;
    border-bottom: 2px solid #c3282d;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.home-sidebar-news .leatest_title:not(:first-child) {
    margin-top: 18px;
}

.home-sidebar-news .ten_post_caontainer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-sidebar-news .bullet {
    position: relative;
    padding: 8px 0 8px 18px;
    border-bottom: 1px solid #ececec;
}

.home-sidebar-news .bullet:last-child {
    border-bottom: none;
}

.home-sidebar-news .bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c3282d;
}

.home-sidebar-news .bullet a {
    color: #202124;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    display: block;
}

.home-sidebar-news .bullet a:hover {
    color: #1a73e8;
}

.home-sidebar-video {
    padding: 12px 14px;
}

.home-sidebar-video .menu-link a {
    font-size: 17px;
    font-weight: 700;
    color: #202124;
}

.home-sidebar-video-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-sidebar-video-item {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}

.home-sidebar-video-item:last-child {
    border-bottom: none;
}

.home-sidebar-video-item a {
    text-decoration: none;
    color: inherit;
    gap: 10px;
}

.home-sidebar-video-thumb {
    position: relative;
    display: block;
    width: 90px;
    min-width: 90px;
    height: 56px;
    overflow: hidden;
    border-radius: 4px;
}

.home-sidebar-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-sidebar-video-thumb .fa-play-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    opacity: 0.9;
}

.home-sidebar-video-title {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: #202124;
}

.home-sidebar-video .allNews {
    padding: 7px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #0573e6;
    border: 1px solid #7acbff;
    border-radius: 5px;
    background: #f2f9ff;
}

.home-sidebar-widgets .home-sidebar-stories .home-stories-cover {
    height: 200px;
}

/* Home triple category boxes (before gallery) */
.home-triple-cat-section--fullwidth {
    width: 100%;
    max-width: 100%;
    clear: both;
    padding: 28px 0 0;
    margin-bottom: 0;
}

.home-triple-cat-section--fullwidth .container-fluid {
    max-width: 100%;
    width: 100%;
}

.home-triple-cat-row {
    width: 100%;
    margin: 0;
}

.home-triple-cat-col {
    display: flex;
}

.home-triple-cat-box {
    width: 100%;
    padding: 14px 14px 16px;
    margin: 0;
    background: #fff;
}

.home-triple-cat-section__spacer {
    display: block;
    width: 100%;
    height: 32px;
    margin-top: 8px;
    border-bottom: 1px solid #e4e4e4;
}

@media (min-width: 992px) {
    .home-triple-cat-section__spacer {
        height: 40px;
        margin-top: 12px;
    }
}

.home-triple-cat-box .bodymenu-link {
    margin-bottom: 12px;
}

.home-triple-cat-lead .sub2-lead-content .img-content {
    overflow: hidden;
}

.home-triple-cat-lead .sub2-lead-content .imgWrep img {
    width: 100%;
    height: auto;
    min-height: 180px;
    object-fit: cover;
    display: block;
}

#home-triple-category-boxes .overlay-headline {
    text-align: left;
    font-size: 17px;
    line-height: 1.35;
    padding: 24px 10px 8px;
}

#home-triple-category-boxes .sub-news h4.title {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

#home-triple-category-boxes #flex-left-image .img-content {
    width: 90px;
    min-width: 90px;
}

#home-triple-category-boxes #flex-left-image .imgWrep img {
    width: 100%;
    height: 68px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .home-triple-cat-section--fullwidth {
        padding-top: 20px;
    }

    .home-triple-cat-box {
        padding: 12px 10px 14px;
    }

    .home-triple-cat-section__spacer {
        height: 24px;
        margin-top: 4px;
    }

    #home-triple-category-boxes .overlay-headline {
        font-size: 16px;
    }

    #home-triple-category-boxes .sub-news h4.title {
        font-size: 14px;
    }

    #home-triple-category-boxes #flex-left-image .img-content {
        width: 80px;
        min-width: 80px;
    }

    #home-triple-category-boxes #flex-left-image .imgWrep img {
        height: 58px;
    }
}

/* Archive & category pages - mobile */
@media only screen and (max-width: 768px) {
    #category_content .container-fluid,
    .news-cover-box .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .archive-page-toolbar {
        padding: 14px !important;
    }

    .archive-footer-menu ul>li,
    .archive-footer-menu .archive-footer-menu-list>li {
        padding: 4px 10px 4px 0;
        margin-bottom: 6px;
        border-right: none;
    }

    .archive-footer-menu ul>li>a,
    .archive-footer-menu .archive-footer-menu-list>li>a {
        font-size: 14px;
    }

    .archive-filter-label {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .archive-filter-select,
    .archive-search-form .form-control {
        min-height: 38px;
        font-size: 14px;
    }

    .archive-news-grid {
        gap: 10px;
    }

    .archive-grid-title {
        font-size: 13px;
        margin: 8px 8px 4px;
        -webkit-line-clamp: 2;
    }

    .archive-grid-date {
        font-size: 10px;
        margin: 0 8px 8px;
    }

    .archive-pagination-wrap {
        margin: 20px 0 8px;
    }

    .archive-pagination-wrap .page-numbers {
        gap: 6px;
    }

    .archive-pagination-wrap .page-numbers a,
    .archive-pagination-wrap .page-numbers span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 13px;
        border-radius: 6px;
    }

    .breadcrumb-title a {
        font-size: 16px;
    }

    .single-post-toolbar {
        justify-content: flex-start;
        gap: 10px;
        padding: 8px 0 12px;
    }

    .share_section.font-size-controls {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
    }

    .single-share-buttons {
        gap: 6px;
        width: 100%;
    }

    .single-share-btn,
    .font-size-btn {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .single-share-label {
        width: 100%;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .headline_content_block .details-title {
        font-size: 1.35rem !important;
        line-height: 1.35;
    }

    .dtl_section,
    .headline_content_block {
        padding-left: 2px;
        padding-right: 2px;
    }

    .home-page-sidebar {
        margin-top: 20px;
    }

    .catsubMoremedianews,
    .all_news_content_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .archive-news-grid {
        gap: 8px;
    }

    .archive-grid-card {
        border-radius: 8px;
    }

    .archive-grid-thumb {
        aspect-ratio: 4 / 3;
    }
}