/* 00-tokens.css */
/*
  Tasarim token'lari. Kaynak: DESIGN-SPEC.md (BOLGE 1-5) olcumleri.
  Yalniz olcum (px/hex/oran) alinmistir; hicbir CSS kurali kopyalanmamistir (alt plan R1).

  Kirilimlar (mobile-first, literal yazilir; custom property @media icinde kullanilamaz):
    base    : < 480   -> 375px referans (DS BOLGE5b)
    >= 480  : buyuk telefon
    >= 768  : tablet         -> 2 kolon kart gridleri
    >= 1024 : kucuk masaustu -> sidebar yan yana, hamburger gizlenir
    >= 1280 : tam masaustu   -> 1160 konteyner, 810 + 300
    >= 1650 : sky reklamlar gorunur (DS BOLGE5c)
*/
:root {
  /* Marka ve yuzeyler */
  --c-brand: #2a496e;
  --c-brand-ink: #ffffff;
  --c-topbar: #212121;
  --c-topbar-badge: rgba(0, 0, 0, .3);
  --c-page: #efefef;
  --c-surface: #ffffff;
  --c-footer: #262626;
  --c-footer-bottom: #212121;
  --c-footer-rule: rgba(255, 255, 255, .1);

  /* Metin */
  --c-text: #000000;
  --c-text-soft: #414141;
  --c-muted: #8d8d8d;
  --c-muted-2: #969aa9;
  --c-muted-3: #a2a2a2;
  --c-muted-4: #999999;
  --c-muted-5: #6a6a6a;
  --c-invert: #ffffff;
  --c-invert-hover: #dddddd;
  --c-arrow-hover: #cdcdcd;
  --c-chip-ink: #121212;

  /* Vurgu */
  --c-link-accent: #4e9958;
  --c-active: #228b21;
  --c-heading-alt: #444444;

  /* Cizgiler ve gri yuzeyler */
  --c-line: #e5e5e5;
  --c-line-soft: #f1f1f1;
  --c-line-sticky: #eaeaea;
  --c-line-input: #ededed;
  --c-line-quote: #d8d8d8;
  --c-line-comment: #f8f8f8;
  --c-avatar-ring: #f1f1f1;
  --c-dot: #eaeaea;
  --c-bg-1: #fafafa;
  --c-bg-2: #f3f3f3;
  --c-bg-3: #f2f2f2;
  --c-bg-4: #fcfcfc;
  --c-bg-hover: #f8f8f8;
  --c-bg-sub-hover: rgba(0, 0, 0, .02);
  --c-placeholder: #f0f0f0;
  --c-hamburger-bg: rgba(0, 0, 0, .05);
  --c-nav-scrim: rgba(0, 0, 0, .2);

  /* Paylasim butonlari */
  --c-share-fb: #38599b;
  --c-share-x: #000000;
  --c-share-wa: #48a91f;
  --c-share-yt: #eb2429;
  --c-share-ink: #ffffff;
  --c-share-icon-bg: rgba(0, 0, 0, .125);

  /* Namaz vakitleri (Faz 2 yer tutucu) */
  --c-prayer-from: #4ca764;
  --c-prayer-to: #318647;
  --g-prayer: linear-gradient(135deg, var(--c-prayer-from), var(--c-prayer-to));
  --c-prayer-rule: #5da36d;
  --c-prayer-head-bg: rgba(0, 0, 0, .075);
  --c-prayer-cell: #f3f3f3;

  /* Olculer */
  --w-content: 1160px;
  --w-main: 810px;
  --w-side: 300px;
  --w-read: 770px;
  --w-logo: 176px;
  --h-logo: 90px;
  --gap-col: 30px;
  --gap-grid: 20px;
  --gap-widget: 30px;
  --h-topbar: 40px;
  --h-nav: 60px;
  --h-header-row: 140px;
  --pad-box: 20px;
  --pad-page: 10px;
  --r-sm: 2px;
  --r-md: 3px;
  --r-lg: 5px;
  --r-card: 0;
  --ratio-thumb: 56.25%;
  --ratio-hero: 72.7272%;
  --size-badge: 34px;
  --size-hero-dot-w: 38px;
  --size-hero-dot-h: 54px;

  /* Tipografi */
  --font: "Roboto", system-ui, "Segoe UI", Arial, sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fs-11: 11px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-19: 19px;
  --fs-h1: 34px;
  --fs-h2: 26px;
  --fs-h3: 22px;
  --fs-hero: clamp(20px, 4vw, 60px);
  --lh-hero: 1.1;
  --lh-body: 1.65;
  --lh-title: 20px;
  --ls-h1: -1px;

  /* Katman ve hareket */
  --z-sky: 800;
  --z-nav: 900;
  --z-offcanvas: 1000;
  --z-dialog: 1100;
  --t-fast: .15s ease;
  --t-med: .3s ease;
}

/* 01-fonts.css */
/*
  Roboto self-host (Apache License 2.0 — wwwroot/fonts/LICENSE-Roboto.txt).
  Google Fonts v51 degisken (variable) woff2 dosyalari: tek dosya 300..700 araligini karsilar,
  bu yuzden agirlik basina ayri dosya indirilmez (bkz. wwwroot/fonts/README.md).
  Kullanilan agirliklar: 300 / 400 / 500 / 600 / 700 (--fw-* token'lari).
*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/roboto-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff, U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

/* 10-base.css */
/* Reset + tabani. Element seciciler yalniz bu katmanda stillenir. */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body { margin: 0; font-family: var(--font); font-size: var(--fs-14); font-weight: var(--fw-regular); line-height: 1.5; color: var(--c-text); background: var(--c-page); }

h1, h2, h3, h4 { margin: 0 0 10px; line-height: 1.25; font-weight: var(--fw-medium); }
p { margin: 0 0 10px; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: var(--c-brand); text-decoration: none; }
a:hover { color: var(--c-text); }
img, video, svg { max-width: 100%; }
img { height: auto; border: 0; }
/* WP-NEWS-23: <picture> yalniz kaynak secicidir; duzeni <img> tasir (kart/hero kurallari bozulmaz). */
picture { display: contents; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; }
table { border-collapse: collapse; width: 100%; }
figure { margin: 0 0 20px; }

:focus-visible { outline: 2px solid var(--c-active); outline-offset: 2px; }

.nw-icon { width: 16px; height: 16px; fill: currentColor; vertical-align: -3px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* 20-layout.css */
/* Konteyner, iki kolon ve kart grid'leri. */
.nw-page { min-height: 100vh; display: flex; flex-direction: column; }
.nw-main { flex: 1 0 auto; padding: 20px 0 30px; }

.nw-container { width: 100%; max-width: var(--w-content); margin-inline: auto; padding-inline: var(--pad-page); }

.nw-skip { position: absolute; left: -9999px; top: 0; background: var(--c-surface); padding: 10px 15px; z-index: var(--z-offcanvas); }
.nw-skip:focus { left: 0; }

.nw-two-col { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--gap-col); align-items: start; }

.nw-grid { display: grid; gap: var(--gap-grid); grid-template-columns: minmax(0, 1fr); }

.nw-box { background: var(--c-surface); padding: var(--pad-box); margin-bottom: var(--gap-widget); }

.nw-reading { max-width: var(--w-read); }

.nw-thumb { position: relative; display: block; overflow: hidden; background: var(--c-placeholder); padding-top: var(--ratio-thumb); }
.nw-thumb > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) {
  .nw-grid--2, .nw-grid--3, .nw-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .nw-two-col { grid-template-columns: minmax(0, 1fr) var(--w-side); gap: var(--gap-grid); }
  .nw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nw-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nw-sidebar { position: sticky; top: calc(var(--h-nav) + 20px); align-self: start; }
}

@media (min-width: 1280px) {
  .nw-two-col { grid-template-columns: var(--w-main) var(--w-side); gap: var(--gap-col); }
}

.nw-col-main { min-width: 0; }
.nw-sidebar { min-width: 0; }

/* 30-header.css */
/* Ust serit (ticker), header satiri, ana nav, mega menu, off-canvas. Olculer: DS BOLGE 1. */
.nw-topbar { background: var(--c-topbar); color: var(--c-invert); }
.nw-topbar__inner { display: flex; align-items: center; gap: 15px; min-height: var(--h-topbar); }
.nw-topbar__badge { display: flex; align-items: center; gap: 6px; background: var(--c-topbar-badge); align-self: stretch; padding: 0 15px; flex: none; }
.nw-topbar__label { font-size: var(--fs-13); font-weight: var(--fw-medium); letter-spacing: .3px; white-space: nowrap; }
.nw-topbar__arrow { width: 24px; height: 24px; color: var(--c-invert); display: inline-flex; align-items: center; justify-content: center; }
.nw-topbar__arrow:hover { color: var(--c-arrow-hover); }

.nw-ticker { display: flex; gap: 30px; overflow-x: auto; scrollbar-width: none; flex: 1 1 auto; }
.nw-ticker::-webkit-scrollbar { display: none; }
.nw-ticker__item { white-space: nowrap; }
.nw-ticker__item a { color: var(--c-invert); font-size: var(--fs-13); font-weight: var(--fw-light); line-height: var(--h-topbar); }
.nw-ticker__item a:hover { color: var(--c-invert-hover); }
.nw-ticker__item[data-nw-active] a { font-weight: var(--fw-medium); }

.nw-header { background: var(--c-surface); }
.nw-header__row { display: flex; align-items: center; gap: 20px; min-height: 60px; }
.nw-logo { margin: 0; flex: none; font-size: 0; line-height: 0; }
.nw-logo img { width: 140px; height: 72px; object-fit: contain; }
.nw-header__spacer { flex: 1 1 auto; }

/* NOJS2-06: .nw-weather sidebar widget'inindir; baslik cipi ayri ad. */
.nw-weather-chip { width: 165px; height: 45px; background: var(--c-bg-3); color: var(--c-chip-ink); border-radius: var(--r-lg); padding: 10px 10px 9px; margin-left: 20px; }

.nw-burger { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--c-hamburger-bg); color: var(--c-text-soft); display: inline-flex; align-items: center; justify-content: center; flex: none; }

.nw-nav { position: sticky; top: 0; z-index: var(--z-nav); background: var(--c-brand); border-bottom: 1px solid var(--c-line-sticky); }
.nw-nav__list { display: flex; gap: 18px; overflow-x: auto; scrollbar-width: none; }
.nw-nav__list::-webkit-scrollbar { display: none; }
.nw-nav__link { display: inline-flex; align-items: center; gap: 6px; color: var(--c-brand-ink); font-size: var(--fs-15); font-weight: var(--fw-medium); line-height: var(--h-nav); white-space: nowrap; }
.nw-nav__link:hover { color: var(--c-invert-hover); }

.nw-mega { position: relative; }
.nw-mega__toggle { list-style: none; cursor: pointer; }
.nw-mega__toggle::-webkit-details-marker { display: none; }
.nw-mega__panel { position: absolute; right: 0; top: 100%; min-width: 260px; background: var(--c-surface); box-shadow: 0 4px 12px rgba(0, 0, 0, .12); padding: 20px; z-index: var(--z-nav); display: grid; gap: 20px; }
.nw-mega__title { font-size: var(--fs-14); font-weight: var(--fw-medium); color: var(--c-brand); margin-bottom: 6px; }
.nw-mega__panel a { display: block; padding: 6px 8px; color: var(--c-text); font-size: var(--fs-14); }
.nw-mega__panel a:hover { background: var(--c-bg-sub-hover); }

.nw-offcanvas { position: fixed; inset: 0; z-index: var(--z-offcanvas); }
.nw-offcanvas:target { display: block; }
.nw-offcanvas__panel { position: absolute; inset-block: 0; left: 0; width: min(80vw, 300px); background: var(--c-surface); overflow-y: auto; padding-bottom: 20px; }
.nw-offcanvas__head { display: flex; align-items: center; justify-content: space-between; padding: 15px; border-bottom: 1px solid var(--c-line-soft); }
.nw-offcanvas__head img { width: 140px; height: 72px; object-fit: contain; }
.nw-offcanvas__close { width: 32px; height: 32px; color: var(--c-text-soft); }
.nw-offcanvas__list a { display: block; min-height: 51px; line-height: 51px; padding: 0 15px; font-size: var(--fs-15); color: var(--c-text); border-bottom: 1px solid var(--c-line-soft); }
.nw-offcanvas__social { display: flex; gap: 8px; padding: 15px; }
.nw-offcanvas__scrim { position: absolute; inset: 0; left: min(80vw, 300px); background: rgba(0, 0, 0, .35); width: auto; }

@media (min-width: 768px) {
  .nw-header__row { min-height: 100px; }
  .nw-logo img { width: var(--w-logo); height: var(--h-logo); }
}

@media (min-width: 1024px) {
  .nw-header__row { min-height: var(--h-header-row); }
  .nw-burger { display: none; }
  .nw-offcanvas { display: none !important; }
  .nw-nav__list { overflow: visible; flex-wrap: nowrap; }
}

/* WP-NEWS-16: nav alti kategori pill/chip serit. Tasma yatay scroll (JS yok). */
.nw-pills { background: var(--c-surface); border-bottom: 1px solid var(--c-line); }
.nw-pills__list { display: flex; gap: 8px; overflow-x: auto; padding: 8px 0; scrollbar-width: none; }
.nw-pills__list::-webkit-scrollbar { display: none; }
.nw-pills__item { display: inline-block; white-space: nowrap; padding: 4px 12px; border: 1px solid var(--c-line); border-radius: 12px; font-size: var(--fs-12); font-weight: var(--fw-medium); color: var(--nw-accent, var(--c-text-soft)); }
.nw-pills__item:hover, .nw-pills__item--active { background: var(--nw-accent, var(--c-brand)); border-color: transparent; color: var(--c-invert); }

/* 31-hero.css */
/* Hero slider (skew panel + numarali nav) ve ikincil slider. Olculer: DS BOLGE 2 (a)(b). */
.nw-hero { position: relative; margin-bottom: var(--gap-grid); background: var(--c-placeholder); }
.nw-hero__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.nw-hero__track::-webkit-scrollbar { display: none; }
.nw-hero__slide { position: relative; flex: 0 0 100%; scroll-snap-align: start; }
.nw-hero__link { display: block; position: relative; }
.nw-hero__img { display: block; width: 100%; aspect-ratio: 11 / 4; object-fit: cover; }
.nw-hero__panel { display: none; }
.nw-hero__title { position: absolute; inset-inline: 0; bottom: 0; margin: 0; padding: 40px 15px 15px; z-index: 2; color: var(--c-invert); font-size: clamp(18px, 5vw, 26px); font-weight: var(--fw-bold); line-height: var(--lh-hero); background: linear-gradient(transparent, rgba(0, 0, 0, .75)); }
.nw-hero__nav { display: flex; gap: 4px; padding: 8px 0; overflow-x: auto; scrollbar-width: none; }
.nw-hero__nav::-webkit-scrollbar { display: none; }
.nw-hero__dot { position: relative; display: inline-flex; align-items: center; justify-content: center; width: var(--size-hero-dot-w); height: var(--size-hero-dot-h); color: var(--c-invert); background: var(--dot-bg, var(--c-nav-scrim)); font-size: var(--fs-15); font-weight: var(--fw-bold); flex: none; }

.nw-slider { position: relative; margin-bottom: var(--gap-grid); }
.nw-slider__track { display: flex; gap: var(--gap-grid); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.nw-slider__track::-webkit-scrollbar { display: none; }
.nw-slider__slide { flex: 0 0 85%; scroll-snap-align: start; }
.nw-slider__band { background: var(--c-surface); padding: 15px; }
.nw-slider__title { font-size: var(--fs-14); font-weight: var(--fw-regular); color: var(--c-text); margin: 0; }
.nw-slider__nav { display: flex; gap: 6px; padding-top: 10px; }
.nw-slider__dot { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; background: var(--dot-bg, var(--c-nav-scrim)); color: var(--c-invert); font-size: var(--fs-12); }

/* NOJS-03: aktif nokta JS'siz. Varsayilan ilk nokta; capa tiklaninca :target eslesir ve
   ayni siradaki nokta isaretlenir. Kural iki slider icin de gecerlidir (data-nw-slider). */
[data-nw-slider-dot][data-nw-active] { --dot-bg: var(--c-active); --dot-arrow: block; }
[data-nw-slider] {
&:has(:target) [data-nw-slider-dot]{--dot-bg:var(--c-nav-scrim);--dot-arrow:none}
&:has(li:nth-child(1):target) ol>li:nth-child(1)>a,
&:has(li:nth-child(2):target) ol>li:nth-child(2)>a,
&:has(li:nth-child(3):target) ol>li:nth-child(3)>a,
&:has(li:nth-child(4):target) ol>li:nth-child(4)>a,
&:has(li:nth-child(5):target) ol>li:nth-child(5)>a,
&:has(li:nth-child(6):target) ol>li:nth-child(6)>a,
&:has(li:nth-child(7):target) ol>li:nth-child(7)>a,
&:has(li:nth-child(8):target) ol>li:nth-child(8)>a,
&:has(li:nth-child(9):target) ol>li:nth-child(9)>a,
&:has(li:nth-child(10):target) ol>li:nth-child(10)>a,
&:has(li:nth-child(11):target) ol>li:nth-child(11)>a,
&:has(li:nth-child(12):target) ol>li:nth-child(12)>a{--dot-bg:var(--c-active);--dot-arrow:block}
}

@media (min-width: 768px) {
  .nw-slider__slide { flex: 0 0 48%; }
  .nw-slider--single .nw-slider__slide { flex: 0 0 100%; }
}

@media (min-width: 1024px) {
  .nw-hero__nav { position: absolute; left: 0; top: 0; bottom: 0; z-index: 3; flex-direction: column; gap: 2px; padding: 0; overflow: visible; }
  .nw-hero__track { margin-left: var(--size-hero-dot-w); }
  .nw-hero__panel { display: block; position: absolute; inset-block: 0; right: 0; width: calc(50% + 62px); background: var(--c-brand); transform: skewX(-7deg); transform-origin: bottom left; z-index: 1; }
  .nw-hero__title { inset-block: 0; left: auto; right: 0; width: 50%; display: flex; align-items: center; padding: 30px; background: none; font-size: var(--fs-hero); }
  /* Ok ucu aktif noktada cikar; gorunurlugu --dot-arrow tasir (NOJS-03). */
  .nw-hero__dot::after { content: ""; display: var(--dot-arrow, none); position: absolute; right: -5px; width: 10px; height: 10px; background: var(--c-active); transform: rotate(45deg); }
  .nw-slider__slide { flex: 0 0 32%; }
}

/* 32-cards.css */
/* Blok basligi ve kart tipleri (big / grid / list). Olculer: DS BOLGE 2 (c)(d). */
.nw-heading { display: flex; align-items: center; gap: 10px; min-height: 36px; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 2px solid var(--c-line); }
.nw-heading__badge { width: var(--size-badge); height: var(--size-badge); border-radius: var(--r-md); background: var(--nw-accent, var(--c-brand)); color: var(--c-invert); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.nw-heading__title { margin: 0; font-size: var(--fs-16); font-weight: var(--fw-medium); color: var(--nw-accent, var(--c-brand)); text-transform: uppercase; }
.nw-heading__all { margin-left: auto; color: var(--c-muted-2); font-size: var(--fs-13); font-weight: var(--fw-regular); white-space: nowrap; }
.nw-heading__all:hover { color: var(--c-text); }

.nw-block { margin-bottom: var(--gap-widget); }

.nw-card { background: var(--c-surface); border-radius: var(--r-card); box-shadow: none; }
.nw-card__title { margin: 0; font-size: var(--fs-14); font-weight: var(--fw-regular); line-height: var(--lh-title); color: var(--c-text); }
.nw-card__title a { color: inherit; }
.nw-card__title a:hover { color: var(--c-brand); }
.nw-card__summary { margin: 8px 0 0; font-size: var(--fs-13); color: var(--c-muted); line-height: 1.5; }

.nw-card--big { position: relative; overflow: hidden; aspect-ratio: 395 / 340; }
.nw-card--big .nw-card__link { position: absolute; inset: 0; display: block; }
.nw-card--big .nw-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-med); }
.nw-card--big:hover .nw-card__img { transform: scale(1.03); }
.nw-card__band { position: absolute; inset-inline: 0; bottom: 0; min-height: 113px; padding: 15px 15px 45px; background: var(--c-surface); z-index: 2; }

.nw-card--grid .nw-card__thumb { display: block; margin-bottom: 10px; }
.nw-card--grid .nw-card__title { max-height: 85px; overflow: hidden; }

.nw-card--list { display: grid; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--c-line-soft); margin-bottom: 15px; }
.nw-card--list .nw-card__thumb { display: block; }

@media (min-width: 768px) {
  .nw-card--list { grid-template-columns: 160px minmax(0, 1fr); align-items: start; }
}

.nw-card__body { min-width: 0; }
.nw-card__byline { margin: 6px 0 0; font-size: var(--fs-13); color: var(--c-muted-2); }

.nw-columnist { background: var(--c-surface); padding: 15px; }
.nw-columnist__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.nw-columnist__avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: none; }
.nw-columnist__name { font-size: var(--fs-15); font-weight: var(--fw-medium); color: var(--c-text); }

/* WP-NEWS-16: Grid varyantli kategori sayfasinin dortlu ust bandi. */
.nw-cat-lede { margin-bottom: var(--gap-widget); }

/* 33-sidebar.css */
/* Sidebar widget'lari, populer konular, namaz vakitleri yer tutucusu. Olculer: DS BOLGE 3. */
.nw-widget { margin-bottom: var(--gap-widget); }
.nw-widget__list { display: grid; gap: var(--gap-grid); }

.nw-popular { display: grid; gap: var(--gap-grid); }
.nw-popular--col2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nw-popular__item .nw-card__title { max-height: 40px; overflow: hidden; }

.nw-prayer { background: var(--g-prayer); color: var(--c-invert); border-radius: var(--r-sm); overflow: hidden; }
.nw-prayer__head { background: var(--c-prayer-head-bg); padding: 10px 15px; border-bottom: 1px solid var(--c-prayer-rule); font-size: var(--fs-14); font-weight: var(--fw-semibold); }
.nw-prayer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 15px; }
.nw-prayer__cell { background: var(--c-prayer-cell); border-radius: var(--r-md); padding: 8px; text-align: center; }
.nw-prayer__label { display: block; font-size: var(--fs-12); font-weight: var(--fw-semibold); color: var(--c-muted-2); }
.nw-prayer__time { display: block; font-size: var(--fs-16); font-weight: var(--fw-bold); color: var(--c-text); }
.nw-prayer__cell--active .nw-prayer__time { font-size: var(--fs-18); color: var(--c-prayer-from); }

/* WP-NEWS-16: saglayicisi Faz 2'de gelen yuvalar (kur / puan durumu / hava durumu).
   Veri yokken bilesenler HIC render etmez; asagidaki kurallar veri gelince devreye girer. */
.nw-widget__note { margin: 8px 0 0; font-size: var(--fs-11); color: var(--c-muted-2); }
.nw-quotes { margin: 0; }
.nw-quotes__row { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--c-line-soft); }
.nw-quotes__row dt { font-size: var(--fs-13); color: var(--c-text-soft); }
.nw-quotes__row dd { margin: 0; font-size: var(--fs-14); font-weight: var(--fw-bold); color: var(--c-text); }
.nw-table { width: 100%; border-collapse: collapse; font-size: var(--fs-13); }
.nw-table th, .nw-table td { padding: 6px 4px; text-align: left; border-bottom: 1px solid var(--c-line-soft); }
.nw-table th { color: var(--c-muted-2); font-weight: var(--fw-medium); }
.nw-weather { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.nw-weather__day { background: var(--c-bg-2); border-radius: var(--r-md); padding: 8px; text-align: center; }
.nw-weather__label { display: block; font-size: var(--fs-12); color: var(--c-muted-2); }
.nw-weather__temp { display: block; font-size: var(--fs-16); font-weight: var(--fw-bold); }

/* 34-article.css */
/* Tekil haber sayfasi: breadcrumb, H1, paylasim, meta, govde, benzer konular. DS BOLGE 4. */
.nw-breadcrumb { margin: calc(var(--pad-box) * -1) calc(var(--pad-box) * -1) 15px; padding: var(--pad-box); border-bottom: 1px solid var(--c-line-soft); font-size: var(--fs-13); }
.nw-breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.nw-breadcrumb a { color: var(--c-text); font-weight: var(--fw-regular); }
.nw-breadcrumb li:last-child span { color: var(--c-muted); }
.nw-breadcrumb__sep { color: var(--c-muted); }

.nw-article__title { font-size: var(--fs-h1); font-weight: var(--fw-semibold); color: var(--c-text); letter-spacing: var(--ls-h1); line-height: 1.2; margin: 0 0 20px; }
.nw-article__subtitle { font-size: var(--fs-18); color: var(--c-muted-5); margin: 0 0 15px; }
.nw-article__cover { margin: 0 0 20px; }
.nw-article__cover figcaption { font-size: var(--fs-12); color: var(--c-muted); padding-top: 6px; }

.nw-share { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.nw-share__btn { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 12px 0 0; border-radius: var(--r-md); color: var(--c-share-ink); font-size: var(--fs-14); }
.nw-share__btn:hover { color: var(--c-share-ink); opacity: .9; }
.nw-share__icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; background: var(--c-share-icon-bg); border-radius: var(--r-md) 0 0 var(--r-md); }
.nw-share__btn--fb { background: var(--c-share-fb); }
.nw-share__btn--x { background: var(--c-share-x); }
.nw-share__btn--wa { background: var(--c-share-wa); }
.nw-share__btn--yt { background: var(--c-share-yt); }

.nw-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 20px calc(var(--pad-box) * -1) 15px; padding: 10px var(--pad-box); border-top: 1px solid var(--c-line-soft); border-bottom: 1px solid var(--c-line-soft); color: var(--c-muted); font-size: var(--fs-13); font-weight: var(--fw-medium); }
.nw-meta--compact { margin: 8px 0 0; padding: 0; border: 0; font-weight: var(--fw-regular); }
.nw-meta__item { display: inline-flex; align-items: center; gap: 5px; }
.nw-meta__item a { color: inherit; }
.nw-meta__item a:hover { color: var(--c-text); }
.nw-meta__dot { width: 5px; height: 5px; background: var(--c-dot); flex: none; }

.nw-disclosure { background: var(--c-bg-1); border-left: 3px solid var(--c-brand); padding: 10px 15px; font-size: var(--fs-13); color: var(--c-muted); margin-bottom: 20px; }

.nw-reading { font-size: var(--fs-16); line-height: var(--lh-body); color: var(--c-text); }
.nw-reading p, .nw-reading li { margin-bottom: 10px; }
.nw-reading ul, .nw-reading ol { padding-left: 20px; list-style: revert; margin-bottom: 10px; }
.nw-reading h2 { font-size: var(--fs-h2); font-weight: var(--fw-medium); margin: 20px 0 10px; }
.nw-reading h3 { font-size: var(--fs-h3); font-weight: var(--fw-medium); margin: 20px 0 10px; }
.nw-reading a { color: var(--c-link-accent); }
.nw-reading a:hover { text-decoration: underline; }
.nw-reading blockquote { margin: 0 0 15px; padding-left: 15px; border-left: 3px solid var(--c-line-quote); color: var(--c-muted-5); }
.nw-reading img { height: auto; }
.nw-reading th, .nw-reading td { border: 1px solid var(--c-line); padding: 8px; text-align: left; }
.nw-reading thead th { background: var(--c-bg-4); }

.nw-sources { margin-top: 20px; font-size: var(--fs-13); color: var(--c-muted); }
.nw-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.nw-tags a { background: var(--c-bg-1); color: var(--c-muted-5); padding: 6px 10px; border-radius: var(--r-md); font-size: var(--fs-13); }

.nw-related { margin-top: 30px; }
.nw-related__title { font-size: var(--fs-18); font-weight: var(--fw-medium); color: var(--c-brand); margin-bottom: 15px; }
.nw-related .nw-meta { color: var(--c-muted-3); }

.nw-lightbox { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(0, 0, 0, .85); z-index: var(--z-dialog); display: none; align-items: center; justify-content: center; }
.nw-lightbox:target { display: flex; }
.nw-lightbox__img { max-width: 92vw; max-height: 85vh; object-fit: contain; }
.nw-lightbox__close { position: absolute; top: 15px; right: 20px; color: var(--c-invert); font-size: var(--fs-19); }

/* 35-comments.css */
/*
  Form ve dugme gorunumu (arama formu vb.).
  WP-NEWS-24 sikistirmasi: olu .nw-comments/.nw-comment* kurallari ve 35-comments-public.css
  ile birebir tekrarlanan .hp-field bloğu kaldirildi (yorum sozlesmesi .comment-*).
*/
.nw-form { display: grid; gap: 10px; margin-top: 20px; }
.nw-form label { font-size: var(--fs-13); font-weight: var(--fw-medium); color: var(--c-muted-5); }
.nw-form input[type="search"],
.nw-form input[type="text"] { width: 100%; border: 2px solid var(--c-line-input); border-radius: var(--r-md); background: var(--c-surface); padding: 10px; font: inherit; font-size: var(--fs-14); }

.nw-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 20px; border-radius: var(--r-md); background: var(--c-brand); color: var(--c-brand-ink); font-size: var(--fs-14); font-weight: var(--fw-medium); justify-self: start; }
.nw-btn:hover { color: var(--c-brand-ink); opacity: .9; }

/* 35-comments-public.css */
/*
  WP-NEWS-09 — yorum alanı, honeypot ve paylaşım düğmeleri.

  Telif: bu dosya SIFIRDAN yazılmıştır. Safir Tema'dan hiçbir kural kopyalanmamıştır;
  yalnızca DESIGN-SPEC'teki ÖLÇÜ ve RENK değerleri referans alınmıştır
  (34px düğme yüksekliği, 3px köşe yarıçapı, #EDEDED kenarlık, FB #38599B, WhatsApp #48A91F).
  WP-NEWS-04 bu sınıfları tema görünümüyle kaplar; sınıf adları sözleşmedir.
*/

/* --- Honeypot -------------------------------------------------------------
   display:none KULLANILMAZ: bazı botlar gizli alanları atlar, ekran dışındaki
   alanı doldururlar. Ekran okuyucular için aria-hidden + tabindex=-1 formda. */
.hp-field { position: absolute !important; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* --- Paylaşım ------------------------------------------------------------- */
.share-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }
.share-btn { display: inline-flex; align-items: center; height: 34px; padding: 0 12px; border-radius: 3px; font-size: 14px; line-height: 34px; color: #fff; text-decoration: none; background: #4a4a4a; }
.share-btn:hover, .share-btn:focus-visible { filter: brightness(1.1); }
.share-fb { background: #38599b; }
.share-x { background: #000; }
.share-wa, .share-wac { background: #48a91f; }
.share-copy { background: transparent; color: #4a4a4a; border: 1px solid #ededed; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* --- Yorum listesi -------------------------------------------------------- */
.comment-section { margin: 28px 0; }
.comment-heading { font-size: 18px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #ededed; }
.comment-items, .comment-replies { list-style: none; margin: 0; padding: 0; }
.comment-replies { margin-left: 44px; border-left: 2px solid #ededed; padding-left: 12px; }
.comment-item { margin-bottom: 14px; }
.comment-body { display: flex; gap: 10px; }
.comment-avatar { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 3px; background: #ededed; color: #4a4a4a; font-size: 16px; font-weight: 700; line-height: 34px; text-align: center; }
.comment-content { flex: 1 1 auto; min-width: 0; }
.comment-meta { margin: 0 0 4px; font-size: 12px; color: #7a7a7a; }
.comment-author { margin-right: 8px; color: #2a496e; }
.comment-text { margin: 0; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.comment-reply-link, .comment-cta-link { display: inline-block; margin-top: 6px; font-size: 13px; color: #2a496e; }
.comment-empty, .comment-closed { font-size: 14px; color: #7a7a7a; }

/* --- Yorum yazma sayfası -------------------------------------------------- */
.comment-cta { margin: 12px 0 24px; }
.comment-cta-link { height: 34px; padding: 0 16px; border-radius: 3px; background: #2a496e; color: #fff; line-height: 34px; text-decoration: none; }
.comment-form .form-row { margin-bottom: 12px; display: flex; flex-direction: column; gap: 4px; }
.comment-form label { font-size: 13px; color: #4a4a4a; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea { width: 100%; max-width: 520px; padding: 8px; border: 2px solid #ededed; border-radius: 3px; font: inherit; font-size: 14px; }
.comment-form textarea { resize: vertical; min-height: 120px; }
.comment-submit { height: 34px; padding: 0 20px; border: 0; border-radius: 3px; background: #2a496e; color: #fff; font-size: 14px; cursor: pointer; }
.kvkk-note { max-width: 520px; margin: 10px 0; font-size: 12px; line-height: 1.5; color: #7a7a7a; }
.comment-error { max-width: 520px; padding: 8px 10px; border: 2px solid #b3261e; border-radius: 3px; color: #b3261e; font-size: 13px; }

/* --- Yer sağlayıcı bilgi bloğu (5651 künye) ------------------------------- */
.hosting-provider-info { margin: 16px 0; padding: 12px; border: 1px solid #ededed; border-radius: 3px; font-size: 13px; line-height: 1.6; white-space: pre-line; }

/* Görüntülenme pikseli akışı bozmasın. */
.view-pixel { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* --- Beğeni (WP-NEWS-26) -------------------------------------------------- */
.nw-like { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.nw-like__btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid var(--c-line); border-radius: var(--r-sm); background: var(--c-surface); color: var(--c-muted-3); font: inherit; font-size: var(--fs-14); cursor: pointer; }
.nw-like__btn:hover { border-color: var(--c-brand); color: var(--c-brand); }
.nw-like__count { font-weight: var(--fw-bold); }
.nw-like__note { margin: 0; font-size: var(--fs-13); color: var(--c-muted-3); }

/* 36-ads.css */
/*
  WP-NEWS-06 reklam slotlari. Cihaz kurallari CSS ile uygulanir — UA sniffing YOK.
  187.5px = 160 (sky genisligi) + 27.5 (DS BOLGE3/5 olculen dis tasma); top:272px DS BOLGE3/5.
*/
.nw-ad { margin: 0 auto 20px; text-align: center; max-width: 100%; }
.nw-ad iframe,
.nw-ad ins,
.nw-ad img { max-width: 100%; border: 0; display: inline-block; }
/* LEG-07: rizasiz slotta ayni olcude bos yer tutucu. */
.nw-ad__placeholder { max-width: 100%; }

.nw-ad--sky { position: fixed; top: 272px; z-index: var(--z-sky); display: none; }
.nw-ad--sky-left { left: calc(50% - (var(--w-content) / 2) - 187.5px); }
.nw-ad--sky-right { right: calc(50% - (var(--w-content) / 2) - 187.5px); }

@media (min-width: 1650px) {
  .nw-ad--sky { display: block; }
}

/* 37-footer.css */
/* Footer 4 kolon + alt telif cubugu. Olculer: DS BOLGE 5 (a). */
.nw-footer { background: var(--c-footer); color: var(--c-invert); margin-top: auto; }
.nw-footer__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--gap-grid); padding-top: 30px; padding-bottom: 20px; }
.nw-footer__col { min-width: 0; }
.nw-footer__title { font-size: var(--fs-16); font-weight: var(--fw-medium); padding: 7px 0 18px; margin-bottom: 20px; border-bottom: 2px solid var(--c-footer-rule); }
.nw-footer__col a { display: block; padding: 15px 10px; font-size: var(--fs-14); font-weight: var(--fw-regular); color: var(--c-invert); }
.nw-footer__col a:hover { color: var(--c-invert-hover); }
.nw-footer__col--about img { width: var(--w-logo); height: var(--h-logo); object-fit: contain; }
.nw-footer__slogan { font-size: var(--fs-14); color: var(--c-invert-hover); margin-top: 10px; }

.nw-footer__social { display: flex; gap: 8px; margin-top: 15px; }
.nw-footer__social a { width: var(--size-badge); height: var(--size-badge); padding: 0; border-radius: var(--r-md); display: inline-flex; align-items: center; justify-content: center; }
.nw-footer__social svg { width: 20px; height: 20px; fill: var(--c-invert); }
.nw-social--facebook { background: var(--c-share-fb); }
.nw-social--x { background: var(--c-share-x); }
.nw-social--twitter { background: var(--c-share-x); }
.nw-social--youtube { background: var(--c-share-yt); }
.nw-social--whatsapp { background: var(--c-share-wa); }
.nw-social--instagram { background: var(--c-brand); }
.nw-social--other { background: var(--c-brand); }

.nw-footer__bottom { background: var(--c-footer-bottom); padding: 20px 0; font-size: var(--fs-13); }

@media (min-width: 768px) {
  .nw-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1280px) {
  .nw-footer__grid { grid-template-columns: repeat(4, 270px); justify-content: space-between; }
}

/* 38-pagination.css */
/* "Daha Fazla Icerik Yukle" — gercek <a href> linki; JS'siz de tam sayfa gecisi yapar. */
.nw-pager { text-align: center; padding: 20px 0; }
.nw-pager__more { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 25px; border: 2px solid var(--c-line); border-radius: var(--r-md); background: var(--c-surface); color: var(--c-brand); font-size: var(--fs-14); font-weight: var(--fw-medium); }
.nw-pager__more:hover { background: var(--c-bg-hover); color: var(--c-brand); }
.nw-pager__more[aria-busy="true"] { opacity: .6; pointer-events: none; }

/* 39-author.css */
/*
  WP-NEWS-28 — yazar karti, kose yazisi sablonu ve gorselsiz sidebar listesi.
  Ozel JS yok; bas harf rozeti ve duz listeler yalniz CSS ile cizilir.
*/
.nw-authorcard { display: flex; gap: 15px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--c-line-soft); border-bottom: 1px solid var(--c-line-soft); margin-bottom: 20px; }
.nw-authorcard--compact { padding: 12px 0; }
.nw-authorcard__figure { flex: none; display: block; }
.nw-authorcard__avatar,
.nw-authorcard__initials { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; display: block; }
.nw-authorcard--compact .nw-authorcard__avatar,
.nw-authorcard--compact .nw-authorcard__initials { width: 64px; height: 64px; }
.nw-authorcard__initials { display: flex; align-items: center; justify-content: center; background: var(--c-brand); color: var(--c-brand-ink); font-size: var(--fs-h3); font-weight: var(--fw-semibold); letter-spacing: 1px; }
.nw-authorcard__body { min-width: 0; }
.nw-authorcard__name { font-size: var(--fs-18); font-weight: var(--fw-semibold); color: var(--c-text); margin: 0; }
.nw-authorcard__name a { color: var(--c-text); }
h1.nw-authorcard__name { font-size: var(--fs-h1); margin-bottom: 6px; }
.nw-authorcard__title { font-size: var(--fs-14); color: var(--c-link-accent); margin: 2px 0 0; }
.nw-authorcard__bio { font-size: var(--fs-14); color: var(--c-text-soft); margin: 8px 0 0; line-height: 1.6; }
.nw-authorcard__count { font-size: var(--fs-13); color: var(--c-muted); margin: 8px 0 0; }
.nw-authorcard__count-value { font-weight: var(--fw-medium); color: var(--c-text); }
.nw-authorcard__socials { display: flex; gap: 8px; margin: 10px 0 0; }
.nw-authorcard__socials a { width: var(--size-badge); height: var(--size-badge); border-radius: var(--r-md); display: inline-flex; align-items: center; justify-content: center; }
.nw-authorcard__socials svg { width: 18px; height: 18px; fill: var(--c-invert); }

/* Kose yazisi: kapak yok, govde DUZ AKIS -> daha genis satir araligi (OZELLIK-HARITASI §2). */
.nw-article--column .nw-reading { line-height: 1.85; }

.nw-author-recent { margin-top: 20px; }
.nw-author-recent__list { display: grid; gap: 0; }
.nw-author-recent__item { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--c-line-soft); font-size: var(--fs-15); }
.nw-author-recent__item:last-child { border-bottom: 0; }
.nw-author-recent__item a { color: var(--c-text); }
.nw-author-recent__item time { color: var(--c-muted); font-size: var(--fs-13); flex: none; }

.nw-textlist { display: grid; gap: 0; }
.nw-textlist__item { padding: 9px 0; border-bottom: 1px solid var(--c-line-soft); font-size: var(--fs-14); }
.nw-textlist__item:last-child { border-bottom: 0; }
.nw-textlist__item a { color: var(--c-text); }

.author-item__latest { margin: 8px 0 0; font-size: var(--fs-14); }
.author-item__latest a { color: var(--c-text-soft); }

/* 40-consent.css */
/* WP-NEWS-24 — KVKK riza bandi. Gizleme sunucu tarafinda (karar cerezi); burada yalniz yerlesim. */
.nw-consent { position: fixed; inset: auto 0 0 0; z-index: var(--z-dialog); background: var(--c-topbar); color: var(--c-invert); border-top: 3px solid var(--c-brand); }
.nw-consent__inner { max-width: var(--w-content); margin: 0 auto; padding: 12px var(--pad-page); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.nw-consent__text { flex: 1 1 320px; margin: 0; font-size: var(--fs-13); line-height: var(--lh-body); }
.nw-consent__link { color: var(--c-invert); text-decoration: underline; }
.nw-consent__actions { display: flex; gap: 8px; margin: 0; }
.nw-consent__btn { min-height: 34px; padding: 0 16px; border: 1px solid var(--c-invert); border-radius: var(--r-md); background: transparent; color: var(--c-invert); font: inherit; font-size: var(--fs-13); cursor: pointer; }
.nw-consent__btn--accept { background: var(--c-active); border-color: var(--c-active); }
.nw-consent__btn:hover { opacity: .9; }

/* 41-notfound.css */
/* 404 sayfasi. Onceden .not-found icin HICBIR kural yoktu; sayfa temanin disinda,
   ciplak h1 + iki paragraf olarak cikiyordu (AAB geri bildirimi 2026-09-06). */
.nw-notfound { text-align: center; padding: 40px var(--pad-box); }
.nw-notfound__code { font-size: 72px; line-height: 1; font-weight: var(--fw-bold); color: var(--c-brand); opacity: .18; margin-bottom: 4px; }
.nw-notfound__title { font-size: var(--fs-26, 26px); font-weight: var(--fw-bold); margin-bottom: 10px; }
.nw-notfound__lead { color: var(--c-text-soft); max-width: 46ch; margin: 0 auto 24px; }
.nw-notfound__form { max-width: 420px; margin: 0 auto 24px; justify-items: center; }
.nw-notfound__form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.nw-notfound__links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.nw-notfound__links a { border: 1px solid var(--c-line); border-radius: var(--r-md); padding: 6px 14px; font-size: var(--fs-13); color: var(--c-text-soft); }
.nw-notfound__links a:hover { background: var(--c-bg-hover); color: var(--c-brand); }
@media (min-width: 768px) { .nw-notfound { padding: 64px var(--pad-box); } .nw-notfound__code { font-size: 104px; } }

/* 90-utilities.css */
/* Yardimcilar. !important yalniz bu katmanda kullanilir. */
.nw-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.nw-hidden-desktop { display: block !important; }
.nw-hidden-mobile { display: none !important; }

@media (min-width: 768px) {
  .nw-hidden-desktop { display: none !important; }
  .nw-hidden-mobile { display: block !important; }
}

.nw-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.nw-clamp-2, .nw-clamp-3 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.nw-clamp-2 { -webkit-line-clamp: 2; line-clamp: 2; }
.nw-clamp-3 { -webkit-line-clamp: 3; line-clamp: 3; }

/* WP-NEWS-16: Faz 2 bolumleri icin "yakinda" bilgi sayfasi (404 degil). */
.nw-upcoming__text { margin: 0 0 12px; font-size: var(--fs-15); line-height: var(--lh-body); color: var(--c-text-soft); }

