:root {
  --najd-ink: #111315;
  --najd-muted: #667085;
  --najd-line: #e5e7eb;
  --najd-soft: #f6f7f9;
  --najd-paper: #ffffff;
  --najd-accent: #1f8fff;
  --najd-signal: #c01836;
  --najd-radius: 8px;
  --najd-shadow: 0 14px 40px rgba(17, 19, 21, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  margin: 0;
  background: var(--najd-paper);
  color: var(--najd-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

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

a {
  text-decoration: none;
}

a:hover {
  color: var(--najd-accent);
}

.najd-ad {
  max-width: 1180px;
  margin: 16px auto;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  color: var(--najd-muted);
}

.najd-site-header {
  border-bottom: 1px solid var(--najd-line);
  background: rgba(255, 255, 255, 0.96);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
}

.najd-header-row {
  min-height: 76px;
  gap: 24px;
}

.najd-brand {
  gap: 10px;
  min-width: max-content;
}

.najd-brand .wp-block-site-title a {
  color: var(--najd-ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.najd-main-nav {
  font-weight: 800;
  font-size: 0.98rem;
}

.najd-main-nav a {
  color: var(--najd-ink);
}

.najd-site-header .wp-block-search__button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--najd-ink);
  color: #fff;
  border: 0;
}

.najd-breaking {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  border-top: 1px solid var(--najd-line);
  color: var(--najd-ink);
  white-space: nowrap;
  overflow: hidden;
}

.najd-breaking span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 52px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--najd-signal);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.najd-breaking strong {
  overflow: hidden;
  text-overflow: ellipsis;
}

.najd-home,
.najd-single-match,
.najd-archive-page,
.najd-page,
.najd-single-post {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.najd-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 36px 0 18px;
}

.najd-section-title h2 {
  position: relative;
  margin: 0;
  padding-inline-start: 14px;
  font-size: 1.55rem;
  line-height: 1.35;
}

.najd-section-title h2::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  width: 5px;
  height: 28px;
  border-radius: 999px;
  background: var(--najd-accent);
}

.najd-section-title a {
  color: var(--najd-muted);
  font-weight: 800;
}

.najd-matches-band {
  padding: 12px 0 4px;
  border-bottom: 1px solid var(--najd-line);
}

.najd-match-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border: 1px solid var(--najd-line);
  border-radius: var(--najd-radius);
  background: var(--najd-line);
}

.najd-match-card {
  min-height: 194px;
  padding: 14px;
  background: #fff;
  scroll-snap-align: start;
}

.najd-match-status {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--najd-soft);
  color: var(--najd-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.najd-status-live {
  background: rgba(192, 24, 54, 0.1);
  color: var(--najd-signal);
}

.najd-match-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.najd-match-teams div {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  text-align: center;
  font-weight: 800;
}

.najd-match-teams img,
.najd-match-team img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.najd-match-teams span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.najd-match-teams strong {
  font-size: 1.25rem;
  direction: ltr;
}

.najd-match-card time {
  display: block;
  margin-top: 10px;
  color: var(--najd-muted);
  font-size: 0.86rem;
  text-align: center;
}

.najd-match-card a {
  display: block;
  margin-top: 10px;
  color: var(--najd-ink);
  font-weight: 900;
  text-align: center;
}

.najd-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.78fr) minmax(260px, 0.56fr);
  gap: 28px;
  align-items: start;
  padding: 36px 0;
}

.najd-hero-story {
  display: grid;
  gap: 18px;
}

.najd-hero-story img,
.najd-news-card img,
.najd-list-story img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--najd-radius);
  background: var(--najd-soft);
}

.najd-hero-story h1 {
  margin: 8px 0;
  font-size: clamp(2rem, 2.8vw, 3.1rem);
  line-height: 1.22;
}

.najd-hero-story h1 a,
.najd-news-card h3 a,
.najd-list-story h3 a,
.najd-rank a {
  color: var(--najd-ink);
}

.najd-hero-story p {
  margin: 0;
  color: var(--najd-muted);
  font-size: 1.08rem;
}

.najd-badge,
.najd-term-line a {
  display: inline-flex;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31, 143, 255, 0.1);
  color: var(--najd-accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.najd-side-list {
  display: grid;
  gap: 14px;
}

.najd-list-story {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--najd-line);
}

.najd-list-story img {
  aspect-ratio: 4 / 3;
}

.najd-list-story h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.najd-home-sidebar {
  display: grid;
  gap: 20px;
}

.najd-rank,
.najd-newsletter {
  border: 1px solid var(--najd-line);
  border-radius: var(--najd-radius);
  padding: 18px;
  background: var(--najd-soft);
}

.najd-rank h2,
.najd-newsletter h2 {
  margin-top: 0;
  font-size: 1.25rem;
}

.najd-rank ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rank;
}

.najd-rank li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--najd-line);
  font-weight: 800;
}

.najd-rank li::before {
  counter-increment: rank;
  content: counter(rank);
  color: #b6bcc7;
  font-size: 1.6rem;
  line-height: 1;
}

.najd-newsletter form {
  display: grid;
  gap: 10px;
}

.najd-newsletter input {
  height: 44px;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  padding: 0 16px;
}

.najd-newsletter button,
.wp-block-search__button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--najd-ink);
  color: #fff;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
}

.najd-card-grid,
.najd-query-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.najd-news-card {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.najd-news-card h3,
.najd-news-card h2 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.55;
}

.najd-news-card time {
  color: var(--najd-muted);
  font-size: 0.86rem;
}

.najd-single-post {
  padding-block: 34px;
}

.najd-single-post h1,
.najd-page h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.25;
}

.najd-post-meta {
  color: var(--najd-muted);
  font-size: 0.95rem;
}

.najd-single-post .wp-block-post-content {
  font-size: 1.12rem;
}

.najd-single-post .wp-block-post-content p,
.najd-match-content p {
  margin-bottom: 1.25em;
}

.najd-single-match {
  padding-bottom: 48px;
}

.najd-match-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 22px auto 0;
  padding: 22px;
  border-bottom: 4px solid var(--najd-accent);
  background: linear-gradient(135deg, #fff 0%, #f5f8fb 100%);
}

.najd-match-team {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.najd-match-team img {
  width: 74px;
  height: 74px;
}

.najd-match-team strong {
  font-size: 1.2rem;
}

.najd-scoreboard {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 180px;
}

.najd-scoreboard span {
  color: var(--najd-muted);
  font-weight: 900;
}

.najd-scoreboard b {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1;
  direction: ltr;
}

.najd-scoreboard time {
  color: var(--najd-muted);
  font-size: 0.9rem;
}

.najd-match-content {
  max-width: 860px;
  margin: 46px auto 0;
}

.najd-match-heading {
  text-align: center;
}

.najd-match-heading h1 {
  margin: 12px 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.najd-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--najd-muted);
  font-weight: 800;
}

.najd-match-tabs {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  margin: 34px 0;
  border-bottom: 1px solid var(--najd-line);
}

.najd-match-tabs a {
  padding: 0 0 12px;
  color: var(--najd-ink);
  font-weight: 900;
  white-space: nowrap;
}

.najd-match-tabs a:first-child {
  border-bottom: 3px solid var(--najd-ink);
}

.najd-live-feed,
.najd-match-panel {
  border: 1px solid var(--najd-line);
  border-radius: var(--najd-radius);
  padding: 22px;
  margin-bottom: 22px;
  background: #fff;
}

.najd-live-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid var(--najd-line);
}

.najd-live-item time {
  color: var(--najd-muted);
  font-weight: 900;
}

.najd-live-item strong {
  display: inline-block;
  margin-bottom: 5px;
}

.najd-live-item p {
  margin: 0;
}

.najd-live-item.is-highlight {
  padding-inline: 14px;
  border-radius: var(--najd-radius);
  background: rgba(31, 143, 255, 0.08);
}

.najd-match-panel dl {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 8px 18px;
}

.najd-match-panel dt {
  color: var(--najd-muted);
  font-weight: 900;
}

.najd-match-archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-block: 24px 48px;
}

.najd-site-footer {
  margin-top: 56px;
  padding: 34px 0;
  border-top: 1px solid var(--najd-line);
  color: var(--najd-muted);
}

.najd-site-footer a {
  color: var(--najd-ink);
  font-weight: 800;
}

.najd-copy {
  border-top: 1px solid var(--najd-line);
  padding-top: 18px;
}

@media (max-width: 980px) {
  .najd-lead-grid {
    grid-template-columns: 1fr;
  }

  .najd-home-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .najd-card-grid,
  .najd-query-grid,
  .najd-match-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .najd-home,
  .najd-single-match,
  .najd-archive-page,
  .najd-page,
  .najd-single-post {
    width: min(100% - 24px, 1180px);
  }

  .najd-header-row {
    min-height: 64px;
    gap: 12px;
  }

  .najd-brand .wp-block-site-title a {
    font-size: 1rem;
  }

  .najd-match-rail {
    grid-auto-columns: minmax(236px, 82vw);
  }

  .najd-card-grid,
  .najd-query-grid,
  .najd-match-archive,
  .najd-home-sidebar {
    grid-template-columns: 1fr;
  }

  .najd-list-story {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .najd-match-hero {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .najd-scoreboard {
    order: -1;
  }

  .najd-live-item,
  .najd-match-panel dl {
    grid-template-columns: 1fr;
  }
}

/* Professional newsroom polish */
.najd-site-header {
  position: relative;
  box-shadow: 0 1px 0 rgba(17, 19, 21, 0.04);
}

.najd-header-row {
  min-height: 88px;
}

.najd-main-nav .wp-block-navigation-item__content {
  padding: 8px 2px;
}

.najd-main-nav .current-menu-item > a,
.najd-main-nav a:hover {
  box-shadow: inset 0 -3px 0 var(--najd-ink);
}

.najd-breaking {
  justify-content: center;
  gap: 18px;
  min-height: 48px;
}

.najd-matches-band {
  padding-top: 22px;
}

.najd-matches-band .najd-section-title {
  display: none;
}

.najd-match-rail {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: inset 0 -1px 0 var(--najd-line);
}

.najd-match-card {
  min-height: 136px;
  border-inline-start: 1px solid var(--najd-line);
  padding: 12px 18px;
}

.najd-match-status {
  margin-bottom: 6px;
  background: transparent;
  padding: 0;
}

.najd-match-teams {
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
}

.najd-match-teams div {
  grid-template-columns: 24px minmax(0, 1fr);
  justify-items: start;
  text-align: start;
}

.najd-match-teams img {
  width: 24px;
  height: 24px;
}

.najd-match-card time {
  margin-top: 8px;
}

.najd-match-card a {
  width: fit-content;
  margin: 8px auto 0;
  border-bottom: 2px solid var(--najd-ink);
  line-height: 1.3;
}

.najd-lead-grid {
  grid-template-columns: minmax(300px, 0.62fr) minmax(260px, 0.52fr) minmax(460px, 1fr);
  gap: 22px;
  padding-top: 40px;
}

.najd-hero-story {
  gap: 0;
  align-self: start;
}

.najd-hero-story > a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--najd-radius) var(--najd-radius) 0 0;
  background: var(--najd-ink);
}

.najd-hero-story > a::after {
  content: "▶";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--najd-ink);
  font-size: 1.8rem;
  box-shadow: var(--najd-shadow);
}

.najd-hero-story img {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.najd-hero-story > div {
  padding: 22px 24px 24px;
  border-radius: 0 0 var(--najd-radius) var(--najd-radius);
  background: var(--najd-signal);
  color: #fff;
}

.najd-hero-story .najd-badge {
  background: #fff;
  color: var(--najd-signal);
}

.najd-hero-story h1 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 3vw, 3.05rem);
}

.najd-hero-story h1 a,
.najd-hero-story p {
  color: #fff;
}

.najd-hero-story p {
  display: none;
}

.najd-side-list {
  border-inline: 1px solid var(--najd-line);
  padding-inline: 16px;
}

.najd-list-story {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 13px;
}

.najd-list-story h3 {
  font-size: 1.08rem;
  font-weight: 800;
}

.najd-rank,
.najd-newsletter {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0 0 18px;
}

.najd-rank h2,
.najd-newsletter h2 {
  position: relative;
  padding-inline-start: 14px;
}

.najd-rank h2::before,
.najd-newsletter h2::before,
.najd-cards-section .najd-section-title h2::before {
  background: #56a9f5;
}

.najd-newsletter {
  margin-top: 12px;
  padding: 20px;
  border-radius: var(--najd-radius);
  background: #f1f2f4;
}

.najd-cards-section {
  padding-block: 22px;
  border-top: 1px solid var(--najd-line);
}

.najd-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.najd-news-card h3 {
  font-size: 1.05rem;
}

.najd-single-post,
.najd-page,
.najd-archive-page {
  padding-top: 34px;
}

.najd-match-hero {
  width: min(980px, 100%);
  border-bottom: 4px solid #2f80ed;
  background: #fff;
  box-shadow: 0 1px 0 var(--najd-line);
}

.najd-scoreboard b {
  font-weight: 700;
}

.najd-live-feed,
.najd-match-panel {
  border-radius: 0;
  border-inline-start: 4px solid var(--najd-ink);
}

@media (max-width: 1120px) {
  .najd-lead-grid {
    grid-template-columns: 1fr 0.75fr;
  }

  .najd-home-sidebar {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .najd-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .najd-header-row {
    min-height: 68px;
  }

  .najd-lead-grid,
  .najd-home-sidebar,
  .najd-card-grid {
    grid-template-columns: 1fr;
  }

  .najd-side-list {
    border-inline: 0;
    padding-inline: 0;
  }

  .najd-hero-story > a::after {
    width: 58px;
    height: 58px;
  }
}

/* Najd News premium responsive newsroom skin */
:root {
  --najd-ink: #090b0f;
  --najd-muted: #5d6675;
  --najd-line: #e6e8ec;
  --najd-soft: #f7f8fa;
  --najd-paper: #ffffff;
  --najd-accent: #2196f3;
  --najd-signal: #bd1732;
  --najd-radius: 10px;
  --najd-shadow: 0 18px 42px rgba(9, 11, 15, 0.08);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 420px, #fafbfc 421px, #ffffff 760px);
  font-size: 16px;
}

.najd-site-header {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(9, 11, 15, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.najd-site-header > .najd-header-row,
.najd-site-header > .najd-breaking {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.najd-header-row {
  min-height: 84px;
  gap: 22px;
}

.najd-brand {
  flex: 0 0 auto;
}

.najd-brand .custom-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.najd-brand .wp-block-site-title a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--najd-ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.najd-main-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 18px;
  color: var(--najd-ink);
  font-size: 0.98rem;
  font-weight: 900;
}

.najd-main-nav .wp-block-navigation__container {
  gap: clamp(10px, 1.6vw, 24px);
}

.najd-main-nav a {
  color: var(--najd-ink);
  transition: color 0.18s ease, box-shadow 0.18s ease;
}

.najd-site-header .wp-block-search {
  flex: 0 0 auto;
}

.najd-site-header .wp-block-search__button {
  display: grid;
  place-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
}

.najd-breaking {
  min-height: 46px;
  border-top: 1px solid var(--najd-line);
  font-size: 0.95rem;
}

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

.najd-matches-band {
  margin-top: 12px;
  padding: 18px 0 10px;
  border-bottom: 1px solid var(--najd-line);
}

.najd-match-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(188px, 1fr);
  gap: 0;
  padding: 0 34px;
  overflow-x: auto;
  background:
    radial-gradient(circle at right center, rgba(9, 11, 15, 0.1), transparent 18px) right center / 28px 100% no-repeat,
    radial-gradient(circle at left center, rgba(9, 11, 15, 0.1), transparent 18px) left center / 28px 100% no-repeat;
  box-shadow: none;
}

.najd-match-card {
  display: grid;
  align-content: start;
  min-height: 128px;
  padding: 8px 16px 10px;
  border-inline-start: 1px solid var(--najd-line);
  background: transparent;
}

.najd-match-card:last-child {
  border-inline-end: 1px solid var(--najd-line);
}

.najd-match-status {
  justify-self: center;
  margin: 0 0 7px;
  color: var(--najd-muted);
  font-size: 0.74rem;
}

.najd-status-live {
  color: var(--najd-signal);
}

.najd-match-teams {
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 7px;
}

.najd-match-teams div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  font-size: 0.84rem;
  line-height: 1.45;
}

.najd-match-teams img {
  width: 22px;
  height: 22px;
}

.najd-match-teams strong {
  align-self: center;
  color: var(--najd-ink);
  font-size: 1rem;
}

.najd-match-card time {
  margin-top: 6px;
  font-size: 0.78rem;
}

.najd-match-card a {
  margin-top: 6px;
  font-size: 0.82rem;
}

.najd-lead-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(280px, 0.86fr) minmax(460px, 1.32fr);
  gap: 24px;
  align-items: start;
  padding: 34px 0 18px;
}

.najd-hero-story {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
}

.najd-side-list {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  padding-inline: 18px;
  border-inline: 1px solid var(--najd-line);
}

.najd-home-sidebar {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.najd-mini-heading,
.najd-rank h2,
.najd-newsletter h2,
.najd-section-title h2 {
  position: relative;
  margin: 0 0 16px;
  padding-inline-start: 12px;
  color: var(--najd-ink);
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 800;
}

.najd-mini-heading::before,
.najd-rank h2::before,
.najd-newsletter h2::before,
.najd-section-title h2::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 3px;
  width: 4px;
  height: 28px;
  border-radius: 10px;
  background: var(--najd-accent);
}

.najd-hero-story > a {
  border-radius: 9px 9px 0 0;
  box-shadow: none;
}

.najd-hero-story > a::after {
  content: "\25B6";
  width: 68px;
  height: 68px;
  font-size: 1.5rem;
}

.najd-hero-story img {
  aspect-ratio: 16 / 9.2;
  transition: transform 0.28s ease;
}

.najd-hero-story:hover img {
  transform: scale(1.025);
}

.najd-hero-story > div {
  padding: 22px 24px 26px;
  background: linear-gradient(135deg, #bd1732 0%, #c61c38 58%, #9e1028 100%);
}

.najd-hero-story h1 {
  max-width: 96%;
  margin: 10px 0 0;
  font-size: clamp(2.05rem, 3.15vw, 3.25rem);
  line-height: 1.32;
  font-weight: 900;
}

.najd-badge,
.najd-term-line a {
  border-radius: 0;
  padding: 2px 8px;
  background: linear-gradient(90deg, #4cc56a 0 28%, #f7e544 28% 48%, #2f80ed 48% 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.najd-list-story {
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 13px;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.najd-list-story:last-child {
  margin-bottom: 0;
}

.najd-list-story img {
  border-radius: 7px;
  aspect-ratio: 16 / 10;
}

.najd-list-story h3 {
  color: var(--najd-ink);
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 800;
}

.najd-rank {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--najd-line);
}

.najd-rank li {
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 10px 0 12px;
  font-size: 0.96rem;
}

.najd-rank li::before {
  color: #b8bec8;
  font-size: 2rem;
  font-weight: 300;
}

.najd-newsletter {
  border: 0;
  border-radius: 14px;
  background: #f1f2f4;
  box-shadow: inset 0 4px 0 var(--najd-accent);
}

.najd-newsletter p {
  color: var(--najd-muted);
  font-size: 0.92rem;
}

.najd-newsletter input {
  background: #fff;
}

.najd-cards-section,
.najd-editors-block {
  margin-top: 24px;
  padding-block: 28px;
  border-top: 1px solid var(--najd-line);
}

.najd-section-title {
  margin: 0 0 20px;
}

.najd-section-title h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
}

.najd-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.najd-news-card {
  position: relative;
  gap: 9px;
}

.najd-news-card img {
  border-radius: 8px;
  aspect-ratio: 16 / 10.5;
}

.najd-news-card h3 {
  font-size: 1.02rem;
  line-height: 1.65;
  font-weight: 850;
}

.najd-news-card time {
  color: #7a8494;
}

.najd-editors-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.najd-editor-large {
  grid-row: span 2;
}

.najd-editor-large,
.najd-editor-small {
  display: grid;
  gap: 12px;
}

.najd-editor-large img,
.najd-editor-small img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: var(--najd-soft);
}

.najd-editor-large img {
  aspect-ratio: 16 / 11;
}

.najd-editor-small {
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--najd-line);
  padding-bottom: 14px;
}

.najd-editor-small img {
  aspect-ratio: 16 / 11;
}

.najd-editor-large h3,
.najd-editor-small h3 {
  margin: 8px 0 0;
  line-height: 1.62;
}

.najd-editor-large h3 {
  font-size: 1.55rem;
}

.najd-editor-small h3 {
  font-size: 0.98rem;
}

.najd-editor-large a,
.najd-editor-small a {
  color: var(--najd-ink);
}

.najd-single-post,
.najd-single-match,
.najd-page,
.najd-archive-page {
  width: min(1040px, calc(100% - 32px));
}

.najd-single-post h1,
.najd-page h1,
.najd-match-heading h1 {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
  font-weight: 900;
}

.najd-match-hero {
  margin-top: 0;
  padding: 26px 18px;
  border: 0;
  border-bottom: 4px solid var(--najd-accent);
}

.najd-match-team img {
  width: 70px;
  height: 70px;
}

.najd-scoreboard b {
  font-size: clamp(2.8rem, 5.2vw, 5rem);
}

.najd-live-feed,
.najd-match-panel {
  border: 1px solid var(--najd-line);
  border-inline-end: 4px solid var(--najd-ink);
  border-inline-start: 0;
  border-radius: 0;
}

.najd-live-item {
  grid-template-columns: 92px minmax(0, 1fr);
}

@media (max-width: 1180px) {
  .najd-lead-grid {
    grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.2fr);
  }

  .najd-hero-story {
    grid-column: 2;
  }

  .najd-side-list {
    grid-column: 1;
  }

  .najd-home-sidebar {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .najd-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .najd-site-header > .najd-header-row,
  .najd-site-header > .najd-breaking,
  .najd-home,
  .najd-single-post,
  .najd-single-match,
  .najd-page,
  .najd-archive-page {
    width: min(100% - 24px, 1180px);
  }

  .najd-header-row {
    min-height: 72px;
    flex-wrap: wrap !important;
    padding-block: 8px;
  }

  .najd-main-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .najd-main-nav .wp-block-navigation__container {
    flex-wrap: nowrap;
  }

  .najd-lead-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .najd-hero-story,
  .najd-side-list,
  .najd-home-sidebar {
    grid-column: auto;
    grid-row: auto;
  }

  .najd-side-list {
    border-inline: 0;
    padding-inline: 0;
  }

  .najd-home-sidebar {
    grid-template-columns: 1fr;
  }

  .najd-card-grid,
  .najd-editors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .najd-editor-large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .najd-brand .custom-logo {
    width: 48px;
    height: 48px;
  }

  .najd-brand .wp-block-site-title a {
    font-size: 0.98rem;
  }

  .najd-match-rail {
    grid-auto-columns: minmax(210px, 82vw);
    padding-inline: 6px;
  }

  .najd-hero-story h1 {
    font-size: 1.85rem;
  }

  .najd-hero-story > div {
    padding: 18px;
  }

  .najd-list-story,
  .najd-editor-small {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .najd-card-grid,
  .najd-editors-grid {
    grid-template-columns: 1fr;
  }

  .najd-match-hero {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .najd-scoreboard {
    order: -1;
  }

  .najd-live-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
