/* Mobile app shell — active below 992px only */
:root {
  --mapp-red: #e11d48;
  --mapp-text: #111827;
  --mapp-muted: #6b7280;
  --mapp-line: #e5e7eb;
  --mapp-bg: #ffffff;
  --mapp-soft: #f8fafc;
}

.mapp-meta-bar {
  display: none;
}

@media (max-width: 991px) {
  html {
    overflow-x: hidden;
    width: 100%;
  }

  body {
    background: var(--mapp-bg) !important;
    padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
    font-family: "Noto Sans Devanagari", "Hind", system-ui, sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  #header,
  #wrapper,
  .desktop-home,
  .mapp-home,
  .mapp-cats,
  .mobile-nav-container {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }

  .nav-mobile-header {
    display: block !important;
  }

  .container,
  .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box;
  }

  #wrapper > .container > .row,
  #footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #wrapper > .container > .row > [class*="col-"],
  #footer > .container > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Hide desktop chrome only — keep blog + footer */
  #header .logo-banner,
  #header .main-menu,
  #header .nav-top,
  .top-bar,
  .bn-header-mobile,
  .section-featured,
  .news-ticker,
  .news-ticker-cnt,
  .news-ticker-sep,
  #sidebar,
  .title-index,
  a.scrollup {
    display: none !important;
  }

  /* Legacy mobile category strip duplicates .mapp-cats */
  #header .featured.pb-5.hidden-lg {
    display: none !important;
  }

  /* WhatsApp JOIN banner — remove legacy fixed-header offset */
  #header .whatsAppChannel {
    margin: 10px 14px 0 !important;
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 12px;
  }

  #header .featured .container,
  #header .featured .row,
  #header .featured .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  /* Redesign footer is used on mobile; keep legacy off */
  #footer.legacy-footer {
    display: none !important;
  }

  #footer.legacy-footer .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #footer.legacy-footer .footer-widgets {
    display: none !important;
  }

  #footer .footer-bottom {
    border-top: 0;
    padding: 0;
    margin: 0;
    line-height: 1.5;
  }

  #footer .footer-bottom .row,
  #footer .footer-bottom .col-md-12 {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
  }

  #footer .footer-bottom-left,
  #footer .footer-bottom-right {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #footer .footer-bottom-left p {
    color: #9ca3af !important;
    font-size: 12px;
    line-height: 1.55;
    margin: 0 0 12px;
    padding: 0 4px;
  }

  #footer .footer-bottom-right {
    margin-top: 0;
  }

  #footer .nav-footer {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
  }

  #footer .nav-footer li {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    white-space: nowrap;
  }

  #footer .nav-footer li a {
    color: #f9fafb !important;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none !important;
  }

  #header.js-legacy-header {
    margin: 0 !important;
    padding: 52px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #header .js-site-header {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* ===== App header — fixed; no white spacer gap ===== */
  .mobile-nav-container {
    position: relative;
    z-index: 1050;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .nav-mobile-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 52px !important;
    display: block !important;
    z-index: 1100 !important;
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--mapp-line);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
  }

  .nav-mobile-header > .container-fluid,
  .nav-mobile-header > .container-fluid > .row {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-mobile-header-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 14px !important;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .nav-mobile-header .menu-icon a,
  .nav-mobile-header .mobile-search a {
    color: var(--mapp-text) !important;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-mobile-header .menu-icon {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
  }

  .mobile-logo {
    flex: 1;
    min-width: 0;
    text-align: center;
    overflow: hidden;
  }

  .mobile-logo a {
    display: inline-block;
    max-width: 100%;
    text-decoration: none !important;
    vertical-align: middle;
  }

  .mobile-logo img.logo {
    display: none !important;
  }

  .mapp-brand {
    line-height: 1.05;
  }

  .mapp-brand-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--mapp-text);
  }

  .mapp-brand-title strong {
    color: var(--mapp-red);
    font-weight: 800;
  }

  .mapp-brand-tagline {
    margin-top: 2px;
    font-size: 11px;
    color: var(--mapp-muted);
    font-weight: 500;
  }

  .mapp-header-actions {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
  }

  .mapp-header-actions .search-icon,
  .mapp-bell {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #111827 !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mapp-bell-icon,
  .mapp-bell svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    min-height: 22px;
    display: block !important;
    flex-shrink: 0;
    color: #111827 !important;
    fill: currentColor !important;
    stroke: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  .mapp-bell .badge,
  .mapp-bell-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--mapp-red) !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    z-index: 1;
  }

  .mapp-bell.is-read .mapp-bell-badge,
  .mapp-bell.is-read .badge {
    display: none !important;
  }

  /* ===== Category chips ===== */
  .mapp-cats {
    position: relative;
    top: auto;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid var(--mapp-line);
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 8px;
  }

  .mapp-cats::-webkit-scrollbar {
    display: none;
  }

  .mapp-cats a {
    display: inline-block;
    padding: 12px 12px 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mapp-muted);
    text-decoration: none !important;
    position: relative;
  }

  .mapp-cats a.active {
    color: var(--mapp-text);
  }

  .mapp-cats a.active:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 2px;
    background: var(--mapp-red);
    border-radius: 2px;
  }

  /* ===== Home app body ===== */
  .mapp-home {
    display: block;
    padding: 14px 14px 8px;
  }

  .desktop-home {
    display: block !important;
  }

  .desktop-home #wrapper {
    margin-top: 0 !important;
    padding-top: 0;
  }

  .desktop-home #content {
    width: 100% !important;
    float: none !important;
    max-width: 100%;
    padding: 0 6px 12px;
  }

  .desktop-home .section {
    margin-bottom: 18px;
  }

  .desktop-home .section-head .title {
    background: transparent !important;
    color: var(--mapp-text) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    padding: 0 !important;
  }

  .desktop-home .section-head .title a {
    color: var(--mapp-text) !important;
  }

  .desktop-home .a-view-all {
    color: var(--mapp-red) !important;
    font-weight: 700;
  }

  .desktop-home .post-item-horizontal {
    border-bottom: 1px solid var(--mapp-line);
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .desktop-home .post-item-horizontal .item-image,
  .desktop-home .post-item-horizontal .item-content {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    position: static !important;
  }

  .desktop-home .post-item-horizontal .item-image {
    flex: 0 0 96px;
    width: 96px !important;
  }

  .desktop-home .post-item-horizontal .post-item-image {
    width: 96px;
    height: 72px !important;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
  }

  .desktop-home .post-item-horizontal .item-image img,
  .desktop-home .post-item-horizontal .post-item-image img,
  .desktop-home .post-item-horizontal .img-post,
  .desktop-home .post-item-horizontal .img-cover,
  .desktop-home .post-item-horizontal .img-bg {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    display: block;
  }

  .desktop-home .post-item-horizontal .img-container {
    position: absolute !important;
    inset: 0;
  }

  .desktop-home .post-item-horizontal .item-content {
    flex: 1;
    min-width: 0;
  }

  .desktop-home .post-item-horizontal .title {
    margin: 0 0 6px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .desktop-home .post-item-horizontal .description {
    display: none !important;
  }

  .desktop-home .post-item-horizontal .category-label,
  .desktop-home .post-item-horizontal .category-label-horizontal {
    position: static !important;
    display: inline-block;
    margin: 0 0 6px;
  }

  .desktop-home .btn-load-more {
    width: 100%;
    border-radius: 10px;
    background: var(--mapp-red) !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 700;
    padding: 12px;
    margin: 10px 0 20px;
  }

  /* Featured carousel */
  .mapp-hero {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 220px;
    background: #111;
  }

  .mapp-hero-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    height: 100%;
  }

  .mapp-hero-track::-webkit-scrollbar {
    display: none;
  }

  .mapp-hero-slide {
    position: relative;
    flex: 0 0 100%;
    scroll-snap-align: start;
    height: 100%;
  }

  .mapp-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mapp-hero-slide .shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.15) 20%, rgba(0,0,0,.75) 100%);
  }

  .mapp-hero-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--mapp-red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 8px;
    z-index: 2;
  }

  .mapp-hero-caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    color: #fff;
  }

  .mapp-hero-caption h2 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    color: #fff !important;
  }

  .mapp-hero-caption p {
    margin: 0;
    font-size: 12px;
    opacity: .9;
  }

  .mapp-hero-count {
    position: absolute;
    right: 12px;
    bottom: 14px;
    z-index: 3;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
  }

  /* Category icon row — compact */
  .mapp-icon-row {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px 2px 2px;
    margin: 0 0 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mapp-icon-row::-webkit-scrollbar {
    display: none;
  }

  .mapp-icon-item {
    flex: 0 0 auto;
    width: 54px;
    text-align: center;
    text-decoration: none !important;
    color: var(--mapp-text);
  }

  .mapp-icon-circle {
    width: 40px;
    height: 40px;
    margin: 0 auto 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }

  .mapp-icon-svg {
    width: 18px !important;
    height: 18px !important;
    display: block;
    stroke: #fff !important;
    fill: none !important;
    flex-shrink: 0;
  }

  .mapp-icon-item span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--mapp-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 54px;
    margin: 0 auto;
  }

  /* Latest section */
  .mapp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 2px 8px;
  }

  .mapp-section-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--mapp-text);
  }

  .mapp-section-head a {
    color: var(--mapp-red) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .mapp-feed {
    background: #fff;
  }

  .mapp-feed-item {
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding: 12px 2px;
    border-bottom: 1px solid var(--mapp-line);
    color: inherit;
  }

  .mapp-feed-item:last-child {
    border-bottom: 0;
  }

  .mapp-feed-main {
    display: flex;
    gap: 12px;
    flex: 1;
    min-width: 0;
    text-decoration: none !important;
    color: inherit;
  }

  .mapp-feed-thumb {
    flex: 0 0 92px;
    width: 92px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
  }

  .mapp-feed-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mapp-feed-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mapp-feed-body h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--mapp-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mapp-feed-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    color: var(--mapp-muted);
  }

  .mapp-feed-meta .cat {
    font-weight: 700;
  }

  .mapp-feed-save {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-top: 16px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #fff7ed;
    border-radius: 10px;
    color: #d97706;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mapp-feed-save.is-saved,
  .mapp-save-btn.is-saved {
    background: #d97706 !important;
    color: #fff !important;
  }

  .mapp-feed-save.is-saved svg,
  .mapp-save-btn.is-saved svg {
    stroke: #fff;
    fill: #fff;
  }

  .mapp-more-btn {
    display: block;
    text-align: center;
    margin: 12px 0 4px;
    padding: 12px;
    border-radius: 10px;
    background: #fff1f2;
    color: var(--mapp-red) !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid #fecdd3;
  }

  /* Bottom nav — fixed, first paint (markup is early in body) */
  .mapp-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    background: #fff;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
    box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.06);
    contain: layout style;
  }

  .mapp-bottom-nav .mapp-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 52px;
    padding: 6px 2px;
    text-decoration: none !important;
    color: #64748b;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.1;
    border-radius: 14px;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .mapp-bottom-nav .mapp-tab:active {
    transform: scale(0.96);
  }

  .mapp-bottom-nav .mapp-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    transition: background-color .18s ease, color .18s ease;
  }

  .mapp-bottom-nav .mapp-tab-icon svg {
    width: 22px;
    height: 22px;
    display: block;
  }

  .mapp-bottom-nav .mapp-tab-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Per-tab accent colors */
  .mapp-bottom-nav .mapp-tab-home {
    color: #e11d48;
  }
  .mapp-bottom-nav .mapp-tab-home .mapp-tab-icon {
    background: rgba(225, 29, 72, 0.12);
    color: #e11d48;
  }

  .mapp-bottom-nav .mapp-tab-cats {
    color: #2563eb;
  }
  .mapp-bottom-nav .mapp-tab-cats .mapp-tab-icon {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
  }

  .mapp-bottom-nav .mapp-tab-video {
    color: #7c3aed;
  }
  .mapp-bottom-nav .mapp-tab-video .mapp-tab-icon {
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
  }
  .mapp-bottom-nav .mapp-tab-video .mapp-tab-icon svg [fill="currentColor"] {
    fill: currentColor;
  }

  .mapp-bottom-nav .mapp-tab-save {
    color: #d97706;
  }
  .mapp-bottom-nav .mapp-tab-save .mapp-tab-icon {
    background: rgba(217, 119, 6, 0.12);
    color: #d97706;
  }

  .mapp-bottom-nav .mapp-tab-wa {
    color: #15803d;
  }
  .mapp-bottom-nav .mapp-tab-wa .mapp-tab-icon {
    background: rgba(37, 211, 102, 0.14);
    color: #15803d;
  }
  .mapp-bottom-nav .mapp-tab-wa .mapp-tab-icon svg {
    width: 22px;
    height: 22px;
    fill: #25d366 !important;
    stroke: none !important;
  }
  .mapp-bottom-nav .mapp-tab-wa .mapp-tab-label {
    color: #15803d;
  }

  /* Active state — stronger tint + top bar */
  .mapp-bottom-nav .mapp-tab.active {
    font-weight: 700;
  }

  .mapp-bottom-nav .mapp-tab.active .mapp-tab-icon {
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
  }

  .mapp-bottom-nav .mapp-tab.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 18px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: currentColor;
    transform: translateX(-50%);
  }

  .mapp-bottom-nav .mapp-tab-home.active {
    color: #e11d48;
  }
  .mapp-bottom-nav .mapp-tab-home.active .mapp-tab-icon {
    background: rgba(225, 29, 72, 0.18);
  }

  .mapp-bottom-nav .mapp-tab-video.active {
    color: #7c3aed;
  }
  .mapp-bottom-nav .mapp-tab-video.active .mapp-tab-icon {
    background: rgba(124, 58, 237, 0.18);
  }

  .mapp-bottom-nav .mapp-tab-save.active {
    color: #d97706;
  }
  .mapp-bottom-nav .mapp-tab-save.active .mapp-tab-icon {
    background: rgba(217, 119, 6, 0.18);
  }

  /* Inner pages: keep content readable */
  #wrapper,
  #wrapper.mapp-post-wrapper {
    margin-top: 0 !important;
    clear: both !important;
    padding-top: 0 !important;
    padding-bottom: 12px;
  }

  .mapp-post-top-ads {
    display: none !important;
  }

  /* Mobile ad blocks — full width + clear label */
  .mapp-ad-block {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 14px 0 18px;
    padding: 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .legacy-post-fallback > .mapp-ad-top {
    margin: 10px 12px 0;
    width: auto;
  }

  .mapp-ad-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    background: linear-gradient(90deg, #f1f5f9, #eef2ff);
    border-bottom: 1px solid #e2e8f0;
  }

  .mapp-ad-label span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
  }

  .mapp-ad-label span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e11d48;
  }

  .mapp-ad-block .bn-lg,
  .mapp-ad-block .bn-md,
  .mapp-ad-block .bn-sm,
  #wrapper .bn-lg,
  #wrapper .bn-md,
  #wrapper .bn-sm {
    display: none !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    text-align: center;
    box-sizing: border-box;
  }

  /* Mobile: show only one ad size (prefer sm, then md, then lg / single) */
  .mapp-ad-block .bn-sm,
  .mapp-ad-block .bn-single,
  #wrapper .bn-sm,
  #wrapper .bn-single {
    display: block !important;
  }

  .mapp-ad-block:not(:has(.bn-sm)):not(:has(.bn-single)) .bn-md,
  #wrapper:not(:has(.bn-sm)):not(:has(.bn-single)) .bn-md {
    display: block !important;
  }

  .mapp-ad-block:not(:has(.bn-sm)):not(:has(.bn-md)):not(:has(.bn-single)) .bn-lg,
  #wrapper:not(:has(.bn-sm)):not(:has(.bn-md)):not(:has(.bn-single)) .bn-lg {
    display: block !important;
  }

  /* Hard stop: never show more than one ad section inside a labeled block */
  .mapp-ad-block > section ~ section {
    display: none !important;
  }

  .mapp-ad-block .row,
  #wrapper .bn-lg .row,
  #wrapper .bn-md .row,
  #wrapper .bn-sm .row {
    margin: 0 !important;
    width: 100% !important;
  }

  .mapp-ad-block a {
    display: block !important;
    width: 100% !important;
  }

  .mapp-ad-block img,
  .mapp-ad-block iframe,
  .mapp-ad-block ins,
  .mapp-ad-block embed,
  #wrapper .bn-lg img,
  #wrapper .bn-md img,
  #wrapper .bn-sm img,
  #wrapper .bn-lg iframe,
  #wrapper .bn-md iframe,
  #wrapper .bn-sm iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 8px;
    object-fit: contain;
  }

  body.js-dark-mode .mapp-ad-block {
    background: #151a22 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-ad-label {
    background: #1c2330 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-ad-label span {
    color: #94a3b8 !important;
  }

  #wrapper .page-breadcrumb {
    display: none !important;
  }

  #wrapper #content {
    width: 100% !important;
    float: none !important;
    max-width: 100%;
    padding: 0 2px 24px !important;
  }

  #wrapper .post-content {
    display: block !important;
    color: var(--mapp-text) !important;
  }

  #wrapper .post-content .title {
    font-size: 22px !important;
    line-height: 1.35 !important;
    color: var(--mapp-text) !important;
    margin: 10px 0 12px !important;
  }

  #wrapper .post-content .post-text,
  #wrapper .post-content .post-text p {
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #1f2937 !important;
  }

  #wrapper .post-content .post-text img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
  }

  #wrapper .post-content .post-meta {
    margin-bottom: 12px;
  }

  #wrapper .post-share {
    margin-bottom: 14px;
  }

  #wrapper .bn-lg,
  #wrapper .bn-md,
  #wrapper .bn-sm {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  #wrapper .bn-single {
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #wrapper .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  #content {
    width: 100% !important;
    float: none !important;
    max-width: 100%;
  }

  .mapp-hero,
  .mapp-feed,
  .mapp-feed-item,
  .mapp-hero-track {
    max-width: 100%;
  }

  /* Soften existing orange mobile menu overrides */
  .nav-mobile-header,
  .nav-mobile-header .container-fluid,
  .nav-mobile-header .row {
    background: #fff !important;
  }

  /* Date / time / weather strip — flush under fixed header */
  .mapp-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 14px;
    margin: 0 !important;
    background: #0a1629;
    color: #e5e7eb;
    font-size: 11px;
    font-weight: 600;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border: 0;
  }

  .mapp-meta-bar::-webkit-scrollbar {
    display: none;
  }

  .mapp-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
    color: #e5e7eb;
  }

  .mapp-meta-item svg {
    opacity: 0.85;
    flex-shrink: 0;
  }

  .mapp-meta-weather {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(251, 191, 36, 0.18));
    border: 1px solid rgba(147, 197, 253, 0.35);
    color: #7dd3fc;
    font-weight: 700;
  }

  .mapp-meta-weather .js-top-weather-text {
    background: linear-gradient(90deg, #7dd3fc, #fde68a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  /* Compact mobile weather card */
  .mapp-weather {
    margin: 0 0 12px;
    padding: 10px 12px 8px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 55%, #f7fafc 100%);
    border: 1px solid #dbe7f5;
    box-shadow: 0 4px 14px rgba(29, 78, 216, 0.06);
  }

  .mapp-wx-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .mapp-wx-left {
    min-width: 0;
    flex: 1;
  }

  .mapp-wx-loc {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
  }

  .mapp-wx-loc strong {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
  }

  .mapp-weather .js-weather-live {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 4px;
    background: #dc2626;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .mapp-wx-now {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mapp-wx-temp {
    font-size: 34px;
    font-weight: 900;
    color: #1d4ed8;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .mapp-wx-temp sup {
    font-size: 14px;
    font-weight: 700;
    margin-left: 1px;
  }

  .mapp-wx-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .mapp-wx-meta .js-weather-cond-text {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    line-height: 1.25;
  }

  .mapp-wx-feel {
    font-size: 11px;
    color: #64748b;
    font-weight: 600;
  }

  .mapp-wx-feel em {
    font-style: normal;
    color: #0f172a;
    font-weight: 800;
  }

  .mapp-wx-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  }

  .mapp-wx-icon svg {
    width: 40px;
    height: 40px;
  }

  .mapp-wx-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #dbe4f0;
  }

  .mapp-wx-stat {
    text-align: center;
    padding: 6px 2px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.75);
  }

  .mapp-wx-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
  }

  .mapp-wx-val {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
  }

  .mapp-wx-sun {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(255, 247, 237, 0.9);
    font-size: 11px;
    font-weight: 600;
    color: #9a3412;
  }

  .mapp-wx-sun em {
    font-style: normal;
    font-weight: 800;
  }

  .mapp-wx-foot {
    margin-top: 4px;
    text-align: right;
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
  }

  /* Search bar under fixed header */
  .mobile-nav-search {
    display: block !important;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 1095;
    pointer-events: none;
    background: transparent;
  }

  .mobile-nav-search .search-form {
    display: none;
    width: 100% !important;
    max-width: 100%;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0;
    padding: 8px 12px;
    background: #fff;
    border-bottom: 1px solid var(--mapp-line);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    z-index: 1095;
    pointer-events: auto;
  }

  .mobile-nav-search .search-form.open {
    display: block !important;
  }

  .mobile-nav-search .form-input {
    height: 42px !important;
    border-radius: 10px !important;
    border: 1px solid var(--mapp-line) !important;
    background: #f8fafc !important;
    padding-right: 48px !important;
  }

  .mobile-nav-search button {
    right: 18px !important;
    top: 14px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    background: var(--mapp-red) !important;
  }

  /* Alerts panel */
  .mapp-alerts {
    display: none;
    position: fixed;
    top: 52px;
    left: 12px;
    right: 12px;
    z-index: 1096;
    max-height: min(70vh, 420px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--mapp-line);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  }

  .mapp-alerts.is-open {
    display: block;
  }

  .mapp-alerts-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--mapp-line);
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }

  .mapp-alerts-head strong {
    font-size: 14px;
    color: var(--mapp-text);
  }

  .mapp-alerts-head a {
    font-size: 12px;
    font-weight: 700;
    color: var(--mapp-red);
    text-decoration: none !important;
  }

  .mapp-alerts-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    text-decoration: none !important;
    color: var(--mapp-text);
    border-bottom: 1px solid #f1f5f9;
  }

  .mapp-alerts-item:last-child {
    border-bottom: 0;
  }

  .mapp-alerts-dot {
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--mapp-red);
    flex-shrink: 0;
  }

  .mapp-alerts-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .mapp-alerts-empty {
    padding: 20px 14px;
    text-align: center;
    color: var(--mapp-muted);
    font-size: 13px;
  }

  /* Saved posts panel */
  .mapp-saved {
    display: none;
    position: fixed;
    top: 52px;
    left: 12px;
    right: 12px;
    z-index: 1097;
    max-height: min(72vh, 460px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--mapp-line);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  }

  .mapp-saved.is-open {
    display: block;
  }

  .mapp-saved-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--mapp-line);
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }

  .mapp-saved-head strong {
    font-size: 14px;
    color: var(--mapp-text);
  }

  .mapp-saved-close {
    width: 32px;
    height: 32px;
    border: 0;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
  }

  .mapp-saved-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none !important;
    color: var(--mapp-text);
  }

  .mapp-saved-item:last-child {
    border-bottom: 0;
  }

  .mapp-saved-thumb {
    width: 56px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    background: #eee;
    flex-shrink: 0;
  }

  .mapp-saved-title {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .mapp-saved-remove {
    border: 0;
    background: #fee2e2;
    color: #e11d48;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
  }

  .mapp-saved-empty {
    padding: 28px 16px;
    text-align: center;
    color: var(--mapp-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  /* Settings panel */
  .mapp-settings {
    display: none;
    position: fixed;
    top: 52px;
    left: 12px;
    right: 12px;
    z-index: 1098;
    max-height: min(78vh, 520px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--mapp-line);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  }

  .mapp-settings.is-open {
    display: block;
  }

  .mapp-settings-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--mapp-line);
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }

  .mapp-settings-head strong {
    font-size: 15px;
    color: var(--mapp-text);
  }

  .mapp-settings-close {
    width: 32px;
    height: 32px;
    border: 0;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
  }

  .mapp-settings-body {
    padding: 8px 12px 16px;
  }

  .mapp-settings-block {
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
  }

  .mapp-settings-block:last-child {
    border-bottom: 0;
  }

  .mapp-settings-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 8px;
    padding: 0 4px;
  }

  .mapp-settings-langs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mapp-settings-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #fecaca;
    background: #fff;
    color: #e11d48 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .mapp-settings-chip.active {
    background: #e11d48;
    border-color: #e11d48;
    color: #fff !important;
  }

  .mapp-settings-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #f8fafc;
    color: var(--mapp-text) !important;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
  }

  .mapp-settings-row-icon {
    width: 28px;
    text-align: center;
    flex-shrink: 0;
  }

  .mapp-settings-row-go {
    margin-left: auto;
    color: #94a3b8;
    font-size: 18px;
    line-height: 1;
  }

  body.js-dark-mode .mapp-settings,
  body.js-dark-mode .mapp-settings-head {
    background: #151a22 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-settings-head strong,
  body.js-dark-mode .mapp-settings-row {
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mapp-settings-close {
    background: #252b36;
    color: #94a3b8;
  }

  body.js-dark-mode .mapp-settings-block {
    border-color: #252b36;
  }

  body.js-dark-mode .mapp-settings-row {
    background: #1b212b;
    border-color: #252b36;
  }

  body.js-dark-mode .mapp-settings-chip {
    background: #1b212b;
    border-color: #4b1d29;
  }

  .mapp-save-count {
    position: absolute;
    top: 4px;
    right: 10px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #d97706;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }

  .mapp-header-actions .mobile-search {
    display: inline-flex;
  }

  /* ===== Mobile drawer menu — compact, no scroll ===== */
  #overlay_bg.overlay-bg {
    background: rgba(0, 0, 0, 0.45) !important;
    z-index: 10040 !important;
    pointer-events: auto;
  }

  #navMobile.nav-mobile {
    top: 0 !important;
    left: 0;
    height: 100% !important;
    height: 100dvh !important;
    width: min(92vw, 340px) !important;
    max-width: 340px;
    z-index: 10050 !important;
    background: #fff !important;
    text-align: left !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: transform 0.22s ease, -webkit-transform 0.22s ease;
    transition: transform 0.22s ease, -webkit-transform 0.22s ease;
    pointer-events: none;
    visibility: hidden;
  }

  #navMobile.nav-mobile-open {
    width: min(92vw, 340px) !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto !important;
    visibility: visible;
  }

  #navMobile a.mmenu-link,
  #navMobile a.mmenu-lang-btn,
  #navMobile a.mmenu-card {
    pointer-events: auto !important;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(225, 29, 72, 0.12);
    position: relative;
    z-index: 2;
  }

  #navMobile .nav-mobile-inner,
  #navMobile.nav-mobile-open .nav-mobile-inner {
    width: 100% !important;
    position: static !important;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 6px !important;
    bottom: auto !important;
    background: #fff !important;
    -webkit-overflow-scrolling: touch;
  }

  #navMobile .nav-mobile-footer,
  #navMobile.nav-mobile-open .nav-mobile-footer {
    width: 100% !important;
    position: static !important;
    height: auto !important;
    bottom: auto !important;
    background: #fff !important;
    border-top: 1px solid #e5e7eb !important;
    flex-shrink: 0;
  }

  .mmenu-header {
    position: relative;
    padding: 10px 12px 8px;
    border-bottom: 1px solid #f3f4f6;
    background: #fff;
    flex-shrink: 0;
  }

  .mmenu-close {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #e11d48;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  .mmenu-brand {
    text-align: center;
    padding-top: 2px;
  }

  .mmenu-brand-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
  }

  .mmenu-brand-title strong {
    color: #e11d48;
    font-weight: 800;
  }

  .mmenu-brand-tag {
    margin-top: 2px;
    font-size: 10px;
    color: #6b7280;
    font-weight: 500;
  }

  .mmenu-list,
  .mmenu-list .mmenu-item {
    list-style: none !important;
    margin: 0;
    padding: 0;
  }

  .mmenu-list {
    display: block !important;
    padding: 4px 8px 2px;
  }

  .mmenu-item {
    border: 0 !important;
    min-width: 0;
  }

  .mmenu-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 0 3px !important;
    padding: 8px 10px !important;
    color: #111827 !important;
    background: #f8fafc !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #eef2f7 !important;
    border-bottom: 1px solid #eef2f7 !important;
    line-height: 1.25;
    min-height: 0;
  }

  .mmenu-item.active .mmenu-link {
    background: #e11d48 !important;
    color: #fff !important;
    border-color: #e11d48 !important;
    box-shadow: none;
  }

  .mmenu-item.active .mmenu-icon,
  .mmenu-item.active .mmenu-chevron {
    color: #fff !important;
  }

  .mmenu-icon {
    width: 18px;
    text-align: center;
    font-size: 14px;
    flex-shrink: 0;
  }

  .mmenu-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mmenu-chevron {
    display: inline-block !important;
    color: #9ca3af;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    flex-shrink: 0;
  }

  .mmenu-lang {
    margin: 6px 8px;
    padding: 8px;
    background: #fff5f5;
    border-radius: 8px;
    border: 1px solid #fecdd3;
  }

  .mmenu-lang-title {
    font-size: 11px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .mmenu-lang-btns {
    display: flex;
    gap: 6px;
  }

  .mmenu-lang-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151 !important;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none !important;
    cursor: default;
  }

  a.mmenu-lang-btn {
    cursor: pointer;
  }

  .mmenu-lang-btn.active {
    background: #e11d48 !important;
    border-color: #e11d48 !important;
    color: #fff !important;
  }

  .mmenu-card {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 8px;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none !important;
  }

  .mmenu-card-contact {
    background: #16274e !important;
    color: #fff !important;
  }

  .mmenu-card-contact .mmenu-card-text strong,
  .mmenu-card-contact .mmenu-card-text em {
    color: #fff !important;
  }

  .mmenu-card-contact .mmenu-chevron {
    color: #fff !important;
  }

  .mmenu-card-login {
    background: #fff !important;
    border: 1px solid #e5e7eb;
    color: #111827 !important;
  }

  .mmenu-card-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
  }

  .mmenu-card-icon.user {
    background: #fee2e2;
  }

  .mmenu-card-text {
    flex: 1;
    min-width: 0;
  }

  .mmenu-card-text strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
  }

  .mmenu-card-text em {
    display: none;
  }

  .mmenu-footer {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
  }

  .mmenu-foot-dark {
    flex: 1;
    margin: 0;
  }

  .mmenu-foot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #374151 !important;
    font-size: 11px;
    font-weight: 600;
    padding: 6px;
    text-decoration: none !important;
    cursor: pointer;
  }

  .mmenu-foot-divider {
    width: 1px;
    height: 22px;
    background: #e5e7eb;
    flex-shrink: 0;
  }

  #navMobile .mobile-nav-buttons,
  #navMobile .mobile-menu-social,
  #navMobile .profile-dropdown,
  #navMobile .navbar-nav:not(.mmenu-list),
  #navMobile .mobile-language-options {
    display: none !important;
  }

  /* Dark mode — mobile (full coverage) */
  body.js-dark-mode {
    background: #0f1419 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mobile-nav-container,
  body.js-dark-mode .nav-mobile-header,
  body.js-dark-mode .nav-mobile-header-container,
  body.js-dark-mode .nav-mobile-header .container-fluid,
  body.js-dark-mode .nav-mobile-header .row {
    background: #151a22 !important;
    border-color: #252b36 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) !important;
  }

  body.js-dark-mode .mapp-brand-title {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .mapp-brand-title strong {
    color: #e11d48 !important;
  }

  body.js-dark-mode .mapp-brand-tagline,
  body.js-dark-mode .mapp-muted {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .nav-mobile-header .menu-icon a,
  body.js-dark-mode .nav-mobile-header .mobile-search a,
  body.js-dark-mode .mapp-bell,
  body.js-dark-mode .mapp-header-actions a,
  body.js-dark-mode .mapp-bell-icon,
  body.js-dark-mode .mapp-header-actions svg {
    color: #e5e7eb !important;
    fill: currentColor !important;
  }

  body.js-dark-mode .mobile-nav-search .search-form,
  body.js-dark-mode .mapp-alerts,
  body.js-dark-mode .mapp-alerts-head,
  body.js-dark-mode .mapp-saved,
  body.js-dark-mode .mapp-saved-head {
    background: #151a22 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mobile-nav-search .form-input,
  body.js-dark-mode .mobile-nav-search input {
    background: #1c2330 !important;
    border-color: #252b36 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mapp-alerts-head strong,
  body.js-dark-mode .mapp-alerts-title,
  body.js-dark-mode .mapp-saved-head strong,
  body.js-dark-mode .mapp-saved-title {
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mapp-alerts-item,
  body.js-dark-mode .mapp-saved-item {
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-saved-close {
    background: #1c2330 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mapp-cats {
    background: #151a22 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-cats a {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .mapp-cats a.active {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .mapp-meta-bar {
    background: #0b1220 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mapp-meta-item {
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mapp-meta-weather {
    color: #93c5fd !important;
  }

  body.js-dark-mode .mapp-weather {
    background: linear-gradient(135deg, #151a22 0%, #1c2330 100%) !important;
    border-color: #252b36 !important;
    box-shadow: none !important;
  }

  body.js-dark-mode .mapp-wx-loc strong,
  body.js-dark-mode .mapp-wx-val,
  body.js-dark-mode .mapp-wx-feel em {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .mapp-wx-meta .js-weather-cond-text {
    color: #cbd5e1 !important;
  }

  body.js-dark-mode .mapp-wx-feel,
  body.js-dark-mode .mapp-wx-label,
  body.js-dark-mode .mapp-wx-foot {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .mapp-wx-sun {
    background: #1c1917 !important;
    color: #fdba74 !important;
  }

  body.js-dark-mode .mapp-wx-icon {
    background: #0f1419 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-wx-stats {
    border-top-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-wx-stat {
    background: rgba(15, 20, 25, 0.65) !important;
  }

  body.js-dark-mode .mapp-home,
  body.js-dark-mode .mapp-section-head,
  body.js-dark-mode .mapp-feed,
  body.js-dark-mode .mapp-icon-row {
    background: #0f1419 !important;
  }

  body.js-dark-mode .mapp-section-head h3,
  body.js-dark-mode .mapp-icon-item,
  body.js-dark-mode .mapp-feed-body h4 {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .mapp-section-head a {
    color: #f87171 !important;
  }

  body.js-dark-mode .mapp-feed-item {
    border-bottom-color: #252b36 !important;
    background: transparent !important;
  }

  body.js-dark-mode .mapp-feed-thumb {
    background: #1c2330 !important;
  }

  body.js-dark-mode .mapp-feed-meta,
  body.js-dark-mode .mapp-feed-meta span {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .mapp-feed-save,
  body.js-dark-mode .mapp-feed-save svg {
    color: #94a3b8 !important;
    stroke: #94a3b8 !important;
  }

  body.js-dark-mode .mapp-more-btn {
    background: #1c2330 !important;
    color: #e5e7eb !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-bottom-nav {
    background: #151a22 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mapp-bottom-nav .mapp-tab-home {
    color: #fb7185 !important;
  }
  body.js-dark-mode .mapp-bottom-nav .mapp-tab-cats {
    color: #60a5fa !important;
  }
  body.js-dark-mode .mapp-bottom-nav .mapp-tab-video {
    color: #a78bfa !important;
  }
  body.js-dark-mode .mapp-bottom-nav .mapp-tab-save {
    color: #fbbf24 !important;
  }
  body.js-dark-mode .mapp-bottom-nav .mapp-tab-wa,
  body.js-dark-mode .mapp-bottom-nav .mapp-tab-wa .mapp-tab-label {
    color: #4ade80 !important;
  }

  /* Drawer / side menu */
  body.js-dark-mode #navMobile.nav-mobile,
  body.js-dark-mode #navMobile .nav-mobile-inner,
  body.js-dark-mode #navMobile .nav-mobile-footer,
  body.js-dark-mode .mmenu-header,
  body.js-dark-mode .mmenu-footer {
    background: #151a22 !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mmenu-brand-title {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .mmenu-brand-title strong {
    color: #e11d48 !important;
  }

  body.js-dark-mode .mmenu-brand-tag {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .mmenu-close {
    color: #f87171 !important;
  }

  body.js-dark-mode .mmenu-link {
    background: #1c2330 !important;
    color: #e5e7eb !important;
    border-color: #252b36 !important;
  }

  body.js-dark-mode .mmenu-item.active .mmenu-link {
    background: #e11d48 !important;
    color: #fff !important;
    border-color: #e11d48 !important;
  }

  body.js-dark-mode .mmenu-chevron {
    color: #64748b !important;
  }

  body.js-dark-mode .mmenu-lang {
    background: #1c2330 !important;
    border-color: #3f1d2e !important;
  }

  body.js-dark-mode .mmenu-lang-title {
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mmenu-lang-btn {
    background: #151a22 !important;
    border-color: #252b36 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mmenu-lang-btn.active {
    background: #e11d48 !important;
    border-color: #e11d48 !important;
    color: #fff !important;
  }

  body.js-dark-mode .mmenu-card-login {
    background: #1c2330 !important;
    border-color: #252b36 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mmenu-card-login .mmenu-card-text strong {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .mmenu-foot-btn {
    color: #e5e7eb !important;
  }

  body.js-dark-mode .mmenu-foot-divider {
    background: #2a3344 !important;
  }

  /* Legacy home list + footer on mobile */
  body.js-dark-mode .desktop-home,
  body.js-dark-mode .desktop-home .section,
  body.js-dark-mode .desktop-home #content {
    background: #0f1419 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .desktop-home .section-head .title,
  body.js-dark-mode .desktop-home .section-head .title a,
  body.js-dark-mode .desktop-home .post-item-horizontal .title a {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .desktop-home .post-item-horizontal {
    border-bottom-color: #252b36 !important;
  }

  body.js-dark-mode .desktop-home .small-post-meta,
  body.js-dark-mode .desktop-home .small-post-meta a,
  body.js-dark-mode .desktop-home .small-post-meta span {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .js-footer {
    background: #151a22 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .js-footer-logo {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .js-footer-tag,
  body.js-dark-mode .js-footer-about,
  body.js-dark-mode .js-footer-app-tag,
  body.js-dark-mode .js-footer-contact li,
  body.js-dark-mode .js-footer-contact a,
  body.js-dark-mode .js-footer-links-list a,
  body.js-dark-mode .js-footer-cat-list a {
    color: #cbd5e1 !important;
  }

  body.js-dark-mode .js-footer-heading {
    color: #f1f5f9 !important;
  }

  body.js-dark-mode .js-footer-links-list li,
  body.js-dark-mode .js-footer-cat-list li {
    border-bottom-color: #252b36 !important;
  }

  body.js-dark-mode .js-store-badge {
    background: #1c2330 !important;
    border-color: #252b36 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .js-footer-bottom {
    background: #0f1419 !important;
    border-top-color: #252b36 !important;
    color: #94a3b8 !important;
  }

  body.js-dark-mode .js-footer-copy,
  body.js-dark-mode .js-footer-bottom-links a {
    color: #94a3b8 !important;
  }

  body.js-dark-mode .js-footer-top {
    background: #1c2330 !important;
    border-color: #252b36 !important;
    color: #e5e7eb !important;
  }

  body.js-dark-mode .whatsAppChannel {
    background: #14532d !important;
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .mapp-home,
  .mapp-cats,
  .mapp-bottom-nav,
  .mapp-brand,
  .mapp-meta-bar,
  .mapp-header-actions .mapp-bell,
  .mapp-alerts,
  .mapp-saved {
    display: none !important;
  }
}
