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

:root {
  --sk-navy: #0b1f3a;
  --sk-navy-2: #122a4a;
  --sk-navy-3: #1a365d;
  --sk-red: #da080b;
  --sk-red-dark: #b50709;
  --sk-bg: #eef1f6;
  --sk-card: #ffffff;
  --sk-text: #152033;
  --sk-muted: #5b6575;
  --sk-line: #e4e8ef;
  --sk-radius: 14px;
  --sk-shadow: 0 10px 28px rgba(11, 31, 58, 0.08);
}

body,
td,
th {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--sk-text);
}

body {
  background: var(--sk-bg);
}

a {
  color: var(--sk-navy);
}

h1,
h2,
.item_title,
.home_block .title,
.right_block .title,
.block_title {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

#page_top {
  background: #fff;
  border-bottom: 1px solid #eceff3;
}

#page_top ul li a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

#page_top ul li a:hover {
  color: #da080b;
}

#page_top .left ul li a {
  color: #334155;
}

.inner {
  width: min(1180px, calc(100% - 32px));
}

.page {
  width: min(1180px, calc(100% - 32px));
  padding: 18px 20px 28px;
  margin: 16px auto 32px;
  background: var(--sk-card);
  border-radius: 18px;
  box-shadow: var(--sk-shadow);
  box-sizing: border-box;
}

#page_left {
  width: 68%;
}

#page_right {
  width: 30%;
}

.masthead {
  background: #fff;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

.masthead-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mast-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.mast-logo img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.mast-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 4px;
  flex: 1 1 auto;
}

.mast-nav a {
  color: #1a1a1a !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 22px 11px;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.mast-nav a:hover {
  color: var(--sk-red) !important;
  background: transparent;
  border-bottom-color: var(--sk-red);
}

@media (max-width: 980px) {
  .masthead-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0 8px;
    gap: 8px;
  }
  .mast-nav {
    justify-content: flex-start;
  }
  .mast-nav a {
    padding: 8px 10px;
    font-size: 14px;
  }
}

header.site-header {
  display: block;
  padding: 8px 0 4px;
}

.header-brand {
  float: left;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.logo-link {
  display: inline-block;
  line-height: 0;
}

.site-logo {
  display: block;
  height: 72px;
  width: auto;
  max-width: 340px;
  object-fit: contain;
}

.header-tagline {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sk-red);
}

header .advert,
header .header-advert {
  float: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  background: transparent;
}

.ad-slot,
.x_advert {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  clear: both;
  text-align: center;
  margin: 10px 0 14px;
  line-height: 0;
}

.ad-slot img,
.ad-slot iframe,
.ad-slot ins,
.x_advert img,
.x_advert iframe,
.x_advert ins,
.header-advert img,
.ad-wing img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
  vertical-align: top;
}

.ad-slot-top {
  margin: 0 0 14px;
}

.ad-slot-header {
  margin: 10px 0 4px;
}

.ad-slot-inline {
  float: left;
  width: min(300px, 46%);
  max-width: 300px;
  margin: 4px 16px 12px 0;
  clear: none;
}

.ad-wing {
  display: none;
}

@media (min-width: 1560px) {
  .ad-wing {
    display: block;
    position: fixed;
    top: 120px;
    width: 160px;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    z-index: 2;
  }
  .ad-wing-left { left: 12px; }
  .ad-wing-right { right: 12px; }
}

header nav.nav ul {
  background: var(--sk-navy);
  border-radius: 12px;
  overflow: hidden;
  margin: 12px 0 8px;
}

header nav ul li a {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 13px 14px;
}

header nav ul li a:hover,
#sub_header nav ul li a:hover,
#profile_header nav ul li a:hover,
#profile_header nav ul li a.active {
  background: var(--sk-red);
  text-shadow: none;
}

#sub_header nav ul,
#profile_header nav ul {
  border-radius: 10px;
  overflow: hidden;
}

.menuContent .content {
  border-radius: 0 0 12px 12px;
}

.menuContent .content .all_menu_item:hover,
.direct:hover {
  background: var(--sk-navy) !important;
  color: #fff;
}

.home_block,
.right_block {
  margin-bottom: 18px;
}

.home_block .title,
.right_block .title,
.block_title {
  background: var(--sk-navy) !important;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.blue,
.title.blue {
  background: var(--sk-navy) !important;
}

.red {
  background: var(--sk-red) !important;
}

.home_news_list li .item,
.home_news_list_two li .item,
.sub_headline li .item,
.list li .item,
.list_x li .item,
.list_headline li .item {
  border-radius: 12px;
  overflow: hidden;
}

.home_news_list li .item .liquid,
.home_news_list_two li .item .liquid,
.sub_headline li .item .liquid,
.list_x li .item .liquid {
  border-radius: 10px;
}

.item_title:hover,
.sub_headline .item:hover .item_title,
.list_x li:hover .item_title {
  color: var(--sk-red);
}

.sub_headline li .item .category,
.home_news_list li .item .category,
.home_news_list_two li .item .category,
.list_x li .item .category,
.list li .item .category {
  background: var(--sk-red);
  border-radius: 0 8px 0 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home_classifieds {
  background: #f7f8fb;
  border-radius: 12px;
  padding-bottom: 8px;
}

.right_pop li:hover span,
.right_acrivity_list li:hover .date,
.footer_item ul li a:hover {
  background: var(--sk-red);
}

.right_article_list,
.right_popuser_list,
.home_social,
.messages_list {
  border-radius: 12px;
  overflow: hidden;
}

.detail-img {
  border-radius: 14px;
  overflow: hidden;
}

article {
  font-size: 17px;
  line-height: 1.7;
}

.list_page a {
  border-radius: 8px;
  background: #eef1f6;
  color: var(--sk-navy);
}

.list_page a:hover,
.list_page .active,
.list_page .current {
  background: var(--sk-red);
  color: #fff;
}

.site-foot {
  background: #fff;
  border-top: 1px solid #ececec;
  margin: 0;
  padding: 28px 0 36px;
  color: #111;
}

.site-foot-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.foot-brand img {
  height: 28px;
  width: auto;
  display: block;
}

.foot-brand span {
  color: #666;
  font-size: 12px;
}

.foot-toplinks {
  font-size: 13px;
  color: #222;
}

.foot-toplinks a {
  color: #222 !important;
  font-weight: 500;
}

.foot-toplinks a:hover { color: var(--sk-red) !important; }
.foot-toplinks span { color: #bbb; margin: 0 6px; }

.foot-cols {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 22px 0 8px;
}

.foot-col h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  color: #111;
}

.foot-col a {
  display: block;
  color: #222 !important;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 400;
}

.foot-col a:hover { color: var(--sk-red) !important; }

.foot-mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid #ececec;
  margin-top: 10px;
}

.foot-mid h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.foot-soc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.foot-soc .fs {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #222;
}

.foot-soc .fs svg { width: 15px; height: 15px; display: block; }
.foot-soc .fs.fb { background: #1877f2; }
.foot-soc .fs.x { background: #111; }
.foot-soc .fs.ig { background: #e4405f; }
.foot-soc .fs.in { background: #0a66c2; }
.foot-soc .fs.wa { background: #25d366; }
.foot-soc .fs.yt { background: #ff0000; }
.foot-soc .fs.tt { background: #111; }
.foot-soc .fs.tg { background: #229ed9; }
.foot-soc .fs.rss { background: #f60; }
.foot-soc .fs.news { background: #1a73e8; }

.app-row { display: flex; flex-wrap: wrap; gap: 8px; }
.app-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #111 !important;
}
.app-note { font-size: 12px; color: #777; }
.foot-about { margin: 12px 0 0; font-size: 13px; color: #444; line-height: 1.55; max-width: 460px; }

.foot-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 16px 0;
  border-top: 1px solid #ececec;
  font-size: 13px;
}
.foot-legal a { color: #222 !important; }
.foot-legal a:hover { color: var(--sk-red) !important; }

.foot-seo {
  text-align: center;
  padding-top: 18px;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .foot-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot-mid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-top { align-items: flex-start; }
}

.footer_item ul {
  background: var(--sk-navy);
  border-radius: 12px;
  overflow: hidden;
}

.footer_item ul li a {
  color: #fff;
}

.footer_item ul li a:hover {
  background: var(--sk-red);
}

.site-footer-bottom {
  text-align: center;
  padding: 22px 10px 8px;
  color: var(--sk-muted);
  font-size: 13px;
  line-height: 1.7;
}

.footer-logo {
  display: block;
  height: 42px;
  width: auto;
  margin: 0 auto 10px;
  object-fit: contain;
}

.namaz-card .namaz-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 12px 6px;
  color: var(--sk-muted);
  font-size: 12px;
}

.namaz-card .namaz-head strong {
  color: var(--sk-navy);
  font-size: 14px;
}

.namaz-list {
  list-style: none;
  margin: 0;
  padding: 4px 8px 8px;
}

.namaz-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  border-bottom: 1px solid #f0f2f6;
  font-size: 13px;
  color: #334155;
}

.namaz-list li:last-child { border-bottom: 0; }

.namaz-list li b {
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  color: var(--sk-navy);
}

.namaz-list li.is-next {
  background: #fff4f4;
  border-radius: 8px;
  border-bottom-color: transparent;
}

.namaz-list li.is-next span,
.namaz-list li.is-next b {
  color: var(--sk-red);
  font-weight: 800;
}

.namaz-more {
  display: block;
  text-align: center;
  padding: 8px 10px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sk-red) !important;
}

.namaz-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.namaz-box {
  background: #f6f8fb;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
}

.namaz-box span {
  display: block;
  font-size: 13px;
  color: var(--sk-muted);
  margin-bottom: 6px;
}

.namaz-box strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--sk-navy);
  font-variant-numeric: tabular-nums;
}

.namaz-box.is-next {
  background: #fff4f4;
  border-color: #ffd0d2;
}

.namaz-box.is-next span,
.namaz-box.is-next strong { color: var(--sk-red); }

.namaz-hijri {
  text-align: center;
  color: var(--sk-muted);
  margin-top: 18px;
}

@media (max-width: 640px) {
  .namaz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.special-page {
  max-width: 820px;
  margin: 8px auto 24px;
}

.special-hero {
  text-align: center;
  padding: 28px 20px 22px;
  border-bottom: 1px solid var(--sk-line);
  margin-bottom: 22px;
}

.special-hero img {
  height: 42px;
  width: auto;
  display: block;
  margin: 0 auto 14px;
}

.special-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sk-red);
}

.special-hero h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
  color: var(--sk-navy);
}

.special-lead {
  margin: 0;
  color: var(--sk-muted);
  font-size: 15px;
}

.special-body {
  font-size: 16px;
  line-height: 1.75;
  color: #243044;
}

.special-body h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--sk-navy);
}

.special-body ul {
  margin: 0 0 16px;
  padding-left: 18px;
}

.special-body li {
  margin: 6px 0;
}

.special-body p {
  margin: 0 0 14px;
}

.sticky {
  width: min(1180px, calc(100% - 32px));
}

@media (max-width: 1100px) {
  #page_left,
  #page_right {
    width: 100%;
    float: none;
  }

  header .advert,
  header .header-advert {
    float: none;
    width: 100%;
  }

  .ad-slot-inline {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 8px 0 14px;
  }

  .header-brand {
    float: none;
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 10px;
  }
}

.social-follow .title {
  margin-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 10px;
  background: #f6f8fb;
  border: 1px solid var(--sk-line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.social-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--sk-line);
  text-decoration: none !important;
  color: var(--sk-text) !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.social-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(11, 31, 58, .08);
  border-color: #d5dbe6;
}

.social-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.social-ico svg {
  width: 18px;
  height: 18px;
  display: block;
}

.social-chip.fb .social-ico { background: #1877f2; }
.social-chip.x .social-ico { background: #111; }
.social-chip.ig .social-ico { background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af); }
.social-chip.yt .social-ico { background: #ff0000; }
.social-chip.wa .social-ico { background: #25d366; }

.social-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.social-meta strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.social-meta small {
  color: var(--sk-muted);
  font-size: 12px;
}

.share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 18px;
}

.share-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.share-pill.fb { background: #1877f2; }
.share-pill.x { background: #111; }
.share-pill.wa { background: #25d366; }
.share-pill.tg { background: #229ed9; }

.newsletter-card {
  display: block;
  margin: 0 0 16px;
  padding: 16px 16px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sk-navy), #1b3d6b);
  color: #fff !important;
  text-decoration: none !important;
}

.newsletter-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.newsletter-card span {
  display: block;
  font-size: 13px;
  opacity: .85;
}

@media (max-width: 720px) {
  .page,
  .inner {
    width: calc(100% - 16px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-logo {
    height: 52px;
  }

  header nav ul li a {
    padding: 10px 9px;
    font-size: 12px;
  }
}

.masthead { position: sticky; top: 0; z-index: 40; }

.page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 12px 0 48px;
  margin: 0 auto;
}

.page > .ad-slot,
.page > .home_block,
.page > .manset,
.page > .special-page {
  width: 100%;
}

#page_left {
  float: none;
  width: 72%;
  box-sizing: border-box;
  padding-right: 22px;
}

#page_right,
.page > aside {
  float: none;
  width: 28%;
  box-sizing: border-box;
}

.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 6px 0 14px;
  padding: 0 0 8px;
  border-bottom: 2px solid var(--sk-navy);
  background: none !important;
}

.sec-head h3,
.home_block .sec-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--sk-navy);
}

.sec-rss { color: var(--sk-red) !important; font-size: 16px; }

.news-grid {
  display: grid !important;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.news-grid > li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.news-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.news-card {
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

.news-card .item_title,
.news-card .item_title a {
  display: block;
  padding: 10px 12px 12px;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--sk-navy) !important;
}

.news-card .item_title:hover { color: var(--sk-red) !important; }

.news-card-img,
.news-card .liquid {
  display: block;
  height: 168px !important;
  overflow: hidden;
}

.news-card img,
.news-card .liquid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card .category,
.home_news_list li .item .category,
.home_news_list_two li .item .category,
.sub_headline li .item .category,
.list_x li .item .category {
  position: static;
  display: inline-block;
  margin: 10px 12px 0;
  padding: 3px 8px;
  background: var(--sk-red) !important;
  color: #fff !important;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: none;
}
.news-card-media .news-card-cat { margin: 0; }

.home_block {
  background: transparent;
  padding: 0 0 8px;
}

.home_block .title,
.right_block .title,
.block_title {
  background: var(--sk-navy) !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
  padding: 10px 12px;
  font-size: 14px !important;
}

.right_block {
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.side-search {
  display: flex;
  gap: 6px;
  margin: 0 0 14px;
}

.side-search input {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 1px solid var(--sk-line);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
}

.side-search button {
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: var(--sk-red);
  color: #fff;
  font-weight: 700;
  padding: 0 14px;
  cursor: pointer;
}

.right_pop li,
.right_article_list li {
  padding: 8px 10px;
}

.right_pop li img,
.right_article_list li img {
  border-radius: 8px;
  object-fit: cover;
}

.right_pop li h5 {
  font-size: 13px !important;
  line-height: 1.35;
  font-weight: 600;
}

.article-top { margin: 0 0 16px; }

.article-top h1 {
  margin: 8px 0 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}

.article-cat {
  display: inline-block;
  margin: 0;
  color: var(--sk-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: none;
}

.article-spot {
  margin: 0;
  color: var(--sk-muted);
  font-size: 18px;
  line-height: 1.5;
}

.breadcrumbs {
  padding: 0 0 8px !important;
  font-size: 13px;
  color: var(--sk-muted);
}

.breadcrumbs a { color: var(--sk-muted) !important; }
.breadcrumbs a:hover { color: var(--sk-red) !important; }

.detail-img {
  margin: 0 0 16px;
  border-radius: 14px;
  overflow: hidden;
}

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

article {
  font-size: 18px;
  line-height: 1.8;
  color: #1f2937;
}

article p { margin: 0 0 16px; }

.list_x,
.list_headline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_x > li,
.list_headline > li {
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 12px;
  margin: 0 0 12px;
  overflow: hidden;
}

.list_x .item,
.list_headline .item {
  display: flex;
  gap: 14px;
  padding: 12px;
  align-items: flex-start;
}

.list_x .image,
.list_headline .image {
  flex: 0 0 210px;
}

.list_x .image img,
.list_headline .image img {
  width: 210px;
  height: 118px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.list_x .item_title,
.list_headline .item_title {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: var(--sk-navy) !important;
}

.home_photo_big,
.home_photo_small {
  border-radius: 12px;
  overflow: hidden;
}

.home_photo_big .title a,
.home_photo_small .title a { color: #fff !important; }

.sub_headline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.sub_headline > li { float: none !important; width: auto !important; }

.sub_headline .item {
  background: #fff;
  border: 1px solid var(--sk-line);
  border-radius: 10px;
  overflow: hidden;
}

#top-man { display: none; }

.encokokunan .menu_ul {
  display: flex;
  margin: 0;
  padding: 8px 8px 0;
  list-style: none;
  background: #fff;
}

.encokokunan .menu_ul a {
  display: block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sk-muted) !important;
}

.encokokunan .menu_ul a.active,
.encokokunan .menu_ul a:hover {
  color: var(--sk-red) !important;
  background: none;
}

.button.btn-green,
.button.btn-blue,
input.button,
.midnight-blue-flat-button {
  border-radius: 8px !important;
}

@media (max-width: 1100px) {
  #page_left,
  .page > aside,
  #page_right {
    width: 100%;
    padding-right: 0;
  }
  .news-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sub_headline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .news-grid-2,
  .news-grid-3 { grid-template-columns: 1fr; }
  .list_x .item,
  .list_headline .item { flex-direction: column; }
  .list_x .image,
  .list_headline .image { flex: none; width: 100%; }
  .list_x .image img,
  .list_headline .image img { width: 100%; height: 180px; }
  .article-top h1 { font-size: 24px; }
}
