/*
Theme Name: Maan Inspired News
Theme URI: http://localhost/news
Author: Codex
Description: RTL Arabic news theme inspired by the layout language of maannews.net.
Version: 1.0.0
Requires at least: 6.0
Text Domain: maan-inspired
*/

@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("assets/fonts/DINNextLTArabic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("assets/fonts/DINNextLTArabic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #b11014;
  --red-dark: #87090d;
  --ink: #151515;
  --muted: #666;
  --line: #e8e8e8;
  --paper: #ffffff;
  --soft: #f5f5f5;
  --dark: #242526;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { direction: rtl; }
body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: "DIN Next LT Arabic", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease; }
a:hover { color: var(--red); }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.container { width: min(1170px, calc(100% - 24px)); margin: 0 auto; }
.site-header { background: var(--paper); border-bottom: 1px solid #eee; margin-bottom: 15px; }
.header-top { border-bottom: 1px solid #eee; padding: 7px 0; color: #4e4e4e; }
.header-top .container, .brand-row, .nav-row, .quick-links, .socials, .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top .container { justify-content: space-between; flex-wrap: wrap; }
.quick-links { flex-wrap: wrap; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 12px 5px;
  border-radius: 50px;
  background: #383838;
  color: #fff;
  border: 0;
}
.pill.red { background: var(--red); }
.socials a, .icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
  color: #333;
}
.icon-button { cursor: pointer; }
.brand-row { justify-content: space-between; padding: 12px 0; }
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}
.logo-mark {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--line);
}
.logo-text strong { display: block; font-size: 26px; line-height: 1.1; color: var(--red); white-space: nowrap; }
.logo-text span { display: block; color: #555; font-size: 13px; }
.top-ad {
  flex: 1;
  min-height: 90px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background:
    linear-gradient(90deg, rgba(177,16,20,.95), rgba(52,77,103,.92)),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.12) 0 8px, transparent 8px 16px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  overflow: hidden;
}
.top-ad strong { font-size: 24px; }
.top-ad span { color: rgba(255,255,255,.82); }
.burger-btn-w {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.burger-btn,
.burger-btn:before,
.burger-btn:after {
  display: block;
  background-color: var(--red);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform .4s cubic-bezier(.23,1,.32,1), margin .4s cubic-bezier(.23,1,.32,1), background .2s ease;
  border-radius: 2px;
}
.burger-btn { top: 50%; transform: translateY(-50%); }
.burger-btn:before { content: ""; margin-top: -8px; }
.burger-btn:after { content: ""; margin-top: 8px; }
.burger-btn-w.active .burger-btn { background: transparent; }
.burger-btn-w.active .burger-btn:before { margin-top: 0; transform: rotate(405deg); }
.burger-btn-w.active .burger-btn:after { margin-top: 0; transform: rotate(-405deg); }
.main-nav { background: #8c8c8c; }
.nav-row { justify-content: space-between; overflow-x: auto; }
.nav-row-secondary { border-top: 1px solid rgba(255,255,255,.16); }
.nav-row li, .footer-links li, .side-menu-list li { list-style: none; margin: 0; padding: 0; }
.nav-row li { flex: 1 0 auto; }
.nav-row > a { flex: 1 0 auto; text-align: center; }
.nav-row a {
  color: #fff;
  display: block;
  padding: 8px 15px 11px;
  white-space: nowrap;
  background: #8c8c8c;
}
.nav-row a:hover, .nav-row .current-menu-item a, .nav-row a.is-current { background: var(--red); color: #fff; }
.latest-news {
  display: flex;
  height: 42px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
  margin-bottom: 10px;
}
.latest-title {
  width: 112px;
  flex: none;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 19px;
  padding-bottom: 4px;
}
.latest-track { flex: 1; background: #fff; overflow: hidden; position: relative; }
.latest-track a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 14px;
  opacity: 0;
  transform: translateY(18px);
  transition: .45s ease;
}
.latest-track a.active { opacity: 1; transform: translateY(0); }
.latest-track time { color: var(--red); font-size: 12px; flex: none; }
.breaking {
  display: flex;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 15px;
  background: var(--red);
  color: #fff;
}
.breaking strong {
  flex: none;
  background: #383838;
  padding: 8px 16px 12px;
  font-size: 20px;
  animation: flash 1.4s linear infinite;
}
.breaking span { padding: 9px 14px 12px; }
@keyframes flash { 0%,100% { color: #383838; } 50% { color: #fff; } }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 15px; align-items: start; }
.hero {
  position: relative;
  min-height: 360px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #222;
  margin-bottom: 15px;
}
.hero-track, .hero-slide, .hero-slide a { position: absolute; inset: 0; }
.hero-track { overflow: hidden; }
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-22px);
  transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 1;
}
.hero img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.hero-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 34px 62px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.28), transparent);
}
.hero-cat { color: #fff; background: var(--red); width: max-content; padding: 2px 10px 6px; border-radius: var(--radius); margin-bottom: 8px; }
.hero h1 {
  margin: 0;
  max-width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(15px, 1.94vw, 21px);
  line-height: 1.25;
  font-weight: 800;
}
.hero p { max-width: 720px; margin: 8px 0 0; color: rgba(255,255,255,.88); font-size: 16px; }
.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 52px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  color: #222;
  font-size: 38px;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0 0 7px;
}
.hero-arrow:hover { background: #fff; color: var(--red); }
.hero-arrow-next { right: 8px; }
.hero-arrow-prev { left: 8px; }
.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
  background: rgba(0,0,0,.65);
  padding: 8px 12px;
  border-radius: 30px;
}
.hero-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 30px;
  background: #b3b3b3;
  padding: 0;
}
.hero-dots button.active {
  width: 22px;
  background: #fff;
}
.section { margin-bottom: 15px; }
.section-head {
  background: var(--red);
  color: #fff;
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 0 10px #e4e1e1;
}
.section-head h2 { margin: 0; padding: 4px 12px 9px; font-size: 20px; font-weight: 600; }
.section-head a { background: #a00f13; color: #fff; padding: 7px 12px 9px; }
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.card img { width: 100%; aspect-ratio: 183 / 112; object-fit: cover; background: #ddd; }
.card h3 { margin: 0; padding: 8px 10px 12px; font-size: 16px; line-height: 1.45; font-weight: 600; }
.split-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.media-item {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 5px;
}
.media-item img { width: 105px; height: 76px; object-fit: cover; border-radius: var(--radius); }
.media-item h3 { margin: 0; font-size: 15px; line-height: 1.5; }
.media-item time { color: var(--red); font-size: 12px; }
.sidebar { display: grid; gap: 15px; }
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 5px;
}
.panel-title {
  margin: 0 0 8px;
  background: var(--red);
  color: #fff;
  padding: 5px 10px 9px;
  border-radius: var(--radius);
  font-size: 19px;
}
.side-list a {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
}
.side-list a:last-child { border-bottom: 0; }
.side-list img { width: 82px; height: 58px; object-fit: cover; border-radius: var(--radius); }
.maan-weather {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(228,225,225,.8);
}
.html__items.weather {
  background: var(--red);
  padding: 5px;
}
.js-weather-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.js-weather-icon {
  width: 60px;
  height: 50px;
  flex: none;
  font-size: 37px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.html__item.js-weather-city {
  width: calc(100% - 70px);
  height: 50px;
  border: 0;
  border-radius: var(--radius);
  background: #fafafa;
  color: #151515;
  padding: 0 15px;
  outline: none;
}
.html__items--content {
  display: flex;
  gap: 5px;
}
.html__items.weather .html__item {
  flex: 1;
  min-height: 58px;
  background: #fafafa;
  color: #151515;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.weather-day-icon {
  font-size: 24px;
  color: #293a80;
  margin-left: 5px;
  width: 28px;
  text-align: center;
}
.degree__holder {
  position: relative;
  text-align: center;
  line-height: 1.35;
}
.degree__holder > div:first-child {
  font-size: 18px;
}
.degree__holder span {
  position: relative;
  top: -6px;
  right: -2px;
  font-size: 14px;
}
.degree__holder > div:last-child {
  color: #444;
  font-size: 13px;
}
.weather-updated {
  padding: 5px 10px 8px;
  font-size: 12px;
  color: #777;
  background: #fff;
}
.maan-weather.loading {
  opacity: .78;
}
.classifieds { display: grid; gap: 8px; }
.classifieds a { background: #344d67; color: #fff; text-align: center; padding: 12px; border-radius: var(--radius); }
.classifieds a:nth-child(2) { background: #ff9800; }
.classifieds a:nth-child(3) { background: #00a0b5; }
.site-footer { margin-top: 20px; background: #1c202a; color: #cfd3da; padding: 28px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.site-footer h3 { color: #fff; margin: 0 0 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.footer-links a { color: #cfd3da; }
.single-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(228,225,225,.8);
}
.bread-crumb-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 8px 12px;
  margin-bottom: 5px;
  color: #777;
  font-size: 15px;
}
.bread-crumb-wrap a { color: var(--red); }
.single-title {
  margin: 0;
  background: #fff;
  color: var(--red);
  padding: 15px 10px 23px;
  text-align: center;
  font-size: 22pt;
  line-height: 1.35;
  font-weight: 500;
}
.single-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.single-meta {
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}
.single-categories {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.single-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 2px 9px 5px;
  border: 1px solid #ead3d4;
  border-radius: 30px;
  background: #fff6f6;
  color: var(--red);
  line-height: 1.2;
}
.single-categories a:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.share-box {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #777;
  font-size: 14px;
}
.share-box a, .print-link {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.share-box .facebook { background: #4468b0; }
.share-box .twitter { background: #111; }
.share-box .whatsapp { background: #25d366; }
.print-link { background: #777; }
.single-main-image {
  margin: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #f1f1f1;
}
.single-main-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.single-content {
  padding: 10px 5px 22px;
  font-size: 20px;
  line-height: 1.6;
  color: #505050;
  font-weight: 400;
  text-align: justify;
}
.single-content p { margin: 0 0 1.1em; }
.single-content h2 {
  margin: 26px 0 12px;
  padding: 8px 12px;
  border-right: 4px solid var(--red);
  background: #f4f4f4;
  color: var(--black);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}
.single-content img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  margin: 12px auto 6px;
  border-radius: var(--radius);
}
.single-content figure { margin: 14px 0; }
.prev-next-item-box {
  display: flex;
  gap: 10px;
  padding: 0 10px 12px;
}
.prev-next-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
}
.prev-next-item-desc { color: var(--red); font-size: 14px; }
.prev-next-item-title { color: #222; line-height: 1.55; }
.prev-next-item-next { text-align: left; }
.article-ad {
  min-height: 92px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(90deg, var(--red), #344d67);
  text-align: center;
}
.article-ad span { font-size: 14px; opacity: .85; }
.article-ad strong { font-size: 26px; }
.pagination {
  margin: 22px 0 6px;
}
.pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 12px 20px;
  background: #18191a;
  border-top: 1px solid #25272a;
}
.pagination .page-numbers {
  min-width: 50px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px 13px;
  border: 1px solid #2f3338;
  border-radius: 5px;
  background: #202123;
  color: #dce3eb;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus {
  background: #292c30;
  border-color: #444a51;
  color: #fff;
}
.pagination .current {
  background: #2d3035;
  color: #fff;
  border-color: #555c64;
}
.pagination .prev,
.pagination .next {
  min-width: 82px;
}
.side-menu-wrapper {
  position: fixed;
  inset: 0;
  z-index: 250;
  pointer-events: none;
  visibility: hidden;
}
.side-menu-wrapper.active {
  pointer-events: auto;
  visibility: visible;
}
.side-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  opacity: 0;
  transition: opacity .2s linear;
  cursor: pointer;
}
.side-menu-wrapper.active .side-menu-overlay { opacity: 1; }
.side-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(350px, 92vw);
  max-width: 100%;
  z-index: 251;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .24s linear;
  box-shadow: -5px 8px 18px rgba(0,0,0,.25);
}
.side-menu-wrapper.active .side-menu-panel { transform: translateX(0); }
.side-menu-title {
  background: var(--red);
  color: #fff;
  padding: 13px 28px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-menu-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.side-main-menu {
  padding: 0 15px 35px;
  overflow-y: auto;
  height: calc(100vh - 58px);
}
.side-main-menu::-webkit-scrollbar { width: 5px; }
.side-main-menu::-webkit-scrollbar-track { background-color: #cfcfcf; }
.side-main-menu::-webkit-scrollbar-thumb { background: #555; }
.side-main-menu::-webkit-scrollbar-thumb:hover { background: var(--red); }
.side-menu-list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.side-menu-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.side-menu-list a:hover {
  background: #f8f8f8;
  color: var(--red);
}
.side-menu-list a:after {
  content: "‹";
  color: #888;
  font-size: 22px;
  line-height: 1;
}
.menu-open { overflow: hidden; }
html.dark { background: #18191a; color-scheme: dark; }
body.dark,
html.dark body {
  background: #18191a;
  color: #e4e6eb;
}
body.dark .site-header,
body.dark .panel,
body.dark .card,
body.dark .latest-track,
body.dark .media-item,
body.dark .single-wrap,
body.dark .side-menu-panel,
body.dark .bread-crumb-wrap,
body.dark .single-title,
body.dark .prev-next-item,
body.dark .maan-weather,
body.dark .weather-updated,
html.dark body .site-header,
html.dark body .panel,
html.dark body .card,
html.dark body .latest-track,
html.dark body .media-item,
html.dark body .single-wrap,
html.dark body .side-menu-panel,
html.dark body .bread-crumb-wrap,
html.dark body .single-title,
html.dark body .prev-next-item,
html.dark body .maan-weather,
html.dark body .weather-updated {
  background: #242526;
  border-color: #3a3b3c;
  box-shadow: none;
}
body.dark .header-top,
body.dark .main-nav,
body.dark .side-list a,
body.dark .nav-row a,
body.dark .single-tools,
body.dark .side-menu-list a,
body.dark .single-main-image,
body.dark .prev-next-item,
html.dark body .header-top,
html.dark body .main-nav,
html.dark body .side-list a,
html.dark body .nav-row a,
html.dark body .single-tools,
html.dark body .side-menu-list a,
html.dark body .single-main-image,
html.dark body .prev-next-item {
  border-color: #3a3b3c;
}
body.dark a,
body.dark .card h3,
body.dark .media-item h3,
body.dark .side-list span,
body.dark .prev-next-item-title,
body.dark .single-content,
html.dark body a,
html.dark body .card h3,
html.dark body .media-item h3,
html.dark body .side-list span,
html.dark body .prev-next-item-title,
html.dark body .single-content {
  color: #e4e6eb;
}
body.dark a:hover,
html.dark body a:hover {
  color: #ff6b70;
}
body.dark .header-top,
body.dark .quick-links,
body.dark .logo-text span,
body.dark .single-meta,
body.dark .share-box,
body.dark .bread-crumb-wrap,
body.dark .weather-updated,
body.dark .degree__holder > div:last-child,
html.dark body .header-top,
html.dark body .quick-links,
html.dark body .logo-text span,
html.dark body .single-meta,
html.dark body .share-box,
html.dark body .bread-crumb-wrap,
html.dark body .weather-updated,
html.dark body .degree__holder > div:last-child {
  color: #b0b3b8;
}
body.dark .icon-button,
body.dark .socials a,
body.dark .single-categories a,
body.dark .html__item.js-weather-city,
body.dark .html__items.weather .html__item,
html.dark body .icon-button,
html.dark body .socials a,
html.dark body .single-categories a,
html.dark body .html__item.js-weather-city,
html.dark body .html__items.weather .html__item {
  background: #3a3b3c;
  border-color: #4e4f50;
  color: #e4e6eb;
}
body.dark .single-categories a:hover,
html.dark body .single-categories a:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
body.dark .single-content h2,
html.dark body .single-content h2 {
  background: #303136;
  color: #f1f1f1;
}
body.dark .main-nav,
body.dark .nav-row a,
html.dark body .main-nav,
html.dark body .nav-row a {
  background: #303136;
}
body.dark .nav-row a:hover,
body.dark .nav-row .current-menu-item a,
body.dark .nav-row a.is-current,
html.dark body .nav-row a:hover,
html.dark body .nav-row .current-menu-item a,
html.dark body .nav-row a.is-current {
  background: var(--red);
  color: #fff;
}
body.dark .latest-news,
body.dark .section-head,
body.dark .single-wrap,
body.dark .maan-weather,
html.dark body .latest-news,
html.dark body .section-head,
html.dark body .single-wrap,
html.dark body .maan-weather {
  box-shadow: 0 0 10px rgba(0,0,0,.22);
}
body.dark .single-title,
body.dark .bread-crumb-wrap a,
body.dark .latest-track time,
body.dark .media-item time,
body.dark .prev-next-item-desc,
html.dark body .single-title,
html.dark body .bread-crumb-wrap a,
html.dark body .latest-track time,
html.dark body .media-item time,
html.dark body .prev-next-item-desc {
  color: #ff6b70;
}
body.dark .single-main-image,
html.dark body .single-main-image {
  background: #18191a;
}
body.dark .side-menu-list a:hover,
html.dark body .side-menu-list a:hover {
  background: #303136;
  color: #ff6b70;
}
body.dark .side-main-menu::-webkit-scrollbar-track,
html.dark body .side-main-menu::-webkit-scrollbar-track {
  background-color: #303136;
}
body.dark .side-main-menu::-webkit-scrollbar-thumb,
html.dark body .side-main-menu::-webkit-scrollbar-thumb {
  background: #666;
}

@media (max-width: 900px) {
  .brand-row { align-items: stretch; }
  .top-ad { display: none; }
  .main-nav { display: none; }
  .layout { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .split-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .header-top .container { align-items: flex-start; }
  .logo-mark { width: 54px; height: 54px; font-size: 22px; }
  .logo-text strong { font-size: 22px; }
  .latest-news { height: 52px; }
  .latest-title { width: 92px; font-size: 16px; }
  .breaking { display: block; }
  .breaking strong, .breaking span { display: block; }
  .hero, .hero img { min-height: 300px; }
  .hero-body { padding: 22px 22px 58px; }
  .hero h1 { max-width: calc(100% - 54px); font-size: clamp(10px, 2.7vw, 14px); }
  .hero-arrow { width: 34px; height: 44px; font-size: 30px; }
  .single-title { font-size: 22pt; line-height: 1.35; }
  .single-tools { align-items: flex-start; }
  .share-box { width: 100%; justify-content: flex-start; }
  .news-grid { grid-template-columns: 1fr; }
  .media-item { grid-template-columns: 92px 1fr; }
  .media-item img { width: 92px; }
}
