/* =========================================================
   RealXeber – əsas stillər
   Bütün ölçü və rənglər :root dəyişənlərindən gəlir (Customizer).
   ========================================================= */

:root {
	--rx-container: 1320px;
	--rx-rail-w: 160px;
	--rx-side-w: 300px;
	--rx-gap: 20px;
	--rx-block-gap: 30px;
	--rx-card-gap: 14px;
	--rx-radius: 0px;
	--rx-card-ar: 16/9;
	--rx-thumb-w: 78px;
	--rx-primary: #a8141c;
	--rx-primary-dark: #7a0e14;
	--rx-accent: #d9131e;
	--rx-text: #111;
	--rx-muted: #6b7280;
	--rx-meta: #1f5f99;
	--rx-bar-bg: #eef0f2;
	--rx-body-bg: #fff;
	--rx-sticky-top: var(--wp-admin--admin-bar--height, 0px);
	--rx-line: #e5e7eb;
	--rx-font-body: Roboto, system-ui, sans-serif;
	--rx-font-head: "Roboto Condensed", system-ui, sans-serif;
	--acc: var(--rx-primary);
	--cols: 3;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--rx-body-bg);
	color: var(--rx-text);
	font-family: var(--rx-font-body);
	font-size: var(--rx-fs-base);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rx-primary); }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--rx-font-head); font-weight: var(--rx-fw-h); line-height: 1.2; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 2px solid var(--rx-accent); outline-offset: 2px; }
[hidden] { display: none !important; }
.rx-i { width: 1em; height: 1em; flex: none; vertical-align: middle; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.rx-skip {
	position: absolute; left: 8px; top: -60px; z-index: 1000;
	background: #fff; color: var(--rx-primary); padding: 8px 14px; font-weight: 700;
}
.rx-skip:focus { top: 8px; }

.rx-container {
	width: 100%;
	max-width: var(--rx-container);
	margin: 0 auto;
	padding: 0 15px;
}

/* ---------- Placeholder / boş vəziyyət ---------- */
.rx-ph {
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 100%; min-height: 60px;
	background: #d7d9dc; color: #fff;
}
.rx-empty {
	padding: 14px; border: 1px dashed #c3c7cc; background: #fafafa;
	color: var(--rx-muted); font-size: 13px;
}

/* =========================================================
   ÜST ZOLAQ
   ========================================================= */
.rx-topbar {
	background: var(--rx-tb-bg);
	color: var(--rx-tb-text);
	font-size: 12px;
	position: relative;
	z-index: 60;
}
.rx-topbar__in {
	display: flex; align-items: center; justify-content: space-between;
	height: var(--rx-tb-h);
	gap: 16px;
}
.rx-topbar__left, .rx-topbar__right { display: flex; align-items: center; gap: 18px; min-width: 0; }
.rx-topmenu { list-style: none; display: flex; gap: 18px; white-space: nowrap; }
.rx-topmenu a, .rx-topbar__search {
	display: inline-flex; align-items: center; gap: 5px; color: var(--rx-tb-text);
	background: none; border: 0; padding: 0; font-size: 12px;
}
.rx-topmenu a:hover, .rx-topbar__search:hover { color: var(--rx-primary); }
.rx-topmenu .rx-i, .rx-topbar__search .rx-i { width: 14px; height: 14px; }

.rx-lang { position: relative; }
.rx-lang summary {
	list-style: none; display: inline-flex; align-items: center; gap: 5px; cursor: pointer;
}
.rx-lang summary::-webkit-details-marker { display: none; }
.rx-lang .rx-i { width: 14px; height: 14px; }
.rx-lang .rx-caret { width: 10px; height: 10px; }
.rx-lang ul {
	position: absolute; top: calc(100% + 6px); left: 0; list-style: none;
	background: #fff; border: 1px solid var(--rx-line); min-width: 150px;
	box-shadow: 0 6px 18px rgba(0,0,0,.12); z-index: 80;
}
.rx-lang li a { display: block; padding: 7px 12px; }
.rx-lang li a:hover { background: var(--rx-bar-bg); }

.rx-weather, .rx-fx { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.rx-weather strong { font-size: 14px; color: var(--rx-text); font-weight: 500; }
.rx-wx-ic { width: 22px; height: 22px; }
.rx-fx { position: relative; min-width: 150px; height: 20px; }
.rx-fx__item {
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: flex-end; gap: 6px;
	opacity: 0; transition: opacity .4s ease;
}
.rx-fx__item.is-active { opacity: 1; }
.rx-fx__item img { width: 20px; height: 14px; object-fit: cover; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.rx-fx__item strong { font-size: 13px; color: var(--rx-text); font-weight: 500; }

/* =========================================================
   BAŞLIQ
   ========================================================= */
.rx-header {
	background: linear-gradient(180deg, var(--rx-hd-bg), var(--rx-hd-bg2));
	color: var(--rx-menu-text);
	position: relative;
	z-index: 50;
}
.rx-header.is-sticky { position: sticky; top: var(--rx-sticky-top); }
.rx-header__in {
	display: flex; align-items: center; gap: 14px;
	height: var(--rx-hd-h);
}
.rx-burger, .rx-hsearch {
	flex: none; display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; background: none; border: 0; color: var(--rx-menu-text);
}
.rx-burger .rx-i, .rx-hsearch .rx-i { width: 24px; height: 24px; }
.rx-hsearch { display: none; margin-left: auto; }

.rx-header__logo {
	flex: none; align-self: flex-start;
	margin-top: var(--rx-logo-top);
	margin-bottom: calc(var(--rx-logo-off) * -1);
	position: relative; z-index: 3;
}
.rx-logo--header img {
	width: var(--rx-logo-w); height: auto;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,.25));
}

.rx-nav { flex: 1; min-width: 0; height: 100%; }
.rx-menu {
	list-style: none; display: flex; align-items: stretch; height: 100%;
	justify-content: var(--rx-menu-justify);
	gap: var(--rx-menu-gap);
}
.rx-menu > li { position: relative; display: flex; }
.rx-menu > li > a {
	display: flex; align-items: center; gap: 4px; padding: 0 8px;
	color: var(--rx-menu-text);
	font-family: var(--rx-font-head);
	font-size: var(--rx-fs-menu);
	font-weight: 700;
	text-transform: var(--rx-menu-tt);
	letter-spacing: .02em;
	white-space: nowrap;
	position: relative;
}
.rx-menu > li > a::after {
	content: ""; position: absolute; left: 8px; right: 8px; bottom: 0; height: 3px;
	background: #fff; transform: scaleX(0); transition: transform .2s ease;
}
.rx-menu > li:hover > a::after,
.rx-menu > li.current-menu-item > a::after,
.rx-menu > li.current-menu-ancestor > a::after,
.rx-menu > li.current-category-ancestor > a::after { transform: scaleX(1); }
.rx-menu > li > a:hover { color: var(--rx-menu-text); }
.rx-caret { width: 12px; height: 12px; }
.rx-menu .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 180px; list-style: none;
	background: var(--rx-submenu-bg); padding: 6px 0;
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s;
	box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.rx-menu > li:hover > .sub-menu,
.rx-menu > li.is-open > .sub-menu,
.rx-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.rx-menu .sub-menu a {
	display: block; padding: 6px 14px; color: #fff; font-size: 13px;
}
.rx-menu .sub-menu a:hover { background: rgba(255,255,255,.12); color: #fff; }

.rx-header-ad { margin-top: 14px; }

/* =========================================================
   SON DƏQİQƏ
   ========================================================= */
.rx-ticker { background: #fff; border-bottom: 1px solid var(--rx-line); }
.rx-ticker__in {
	display: flex; align-items: center; gap: 12px;
	height: var(--rx-tk-h);
	padding-left: calc(15px + var(--rx-logo-w) + 52px);
}
.rx-ticker__label {
	flex: none; background: var(--rx-tk-label); color: #fff;
	font-family: var(--rx-font-head); font-weight: 700; font-size: 12px;
	padding: 3px 12px; border-radius: 3px; white-space: nowrap;
}
.rx-ticker__track {
	flex: 1; min-width: 0; overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
	mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
}
.rx-ticker__move {
	display: flex; width: max-content;
	animation: rx-marquee var(--rx-tk-speed) linear infinite;
}
.rx-ticker__track:hover .rx-ticker__move,
.rx-ticker__track:focus-within .rx-ticker__move { animation-play-state: paused; }
.rx-ticker__group { display: flex; flex: none; }
.rx-tk__item {
	display: inline-flex; align-items: center; gap: 0; margin-right: 26px;
	font-size: 13px; white-space: nowrap;
}
.rx-tk__date {
	background: var(--rx-bar-bg); color: var(--rx-muted);
	padding: 2px 7px; font-size: 11px; border-radius: 3px 0 0 3px;
}
.rx-tk__time {
	background: var(--rx-tk-badge); color: #fff; font-weight: 700;
	padding: 2px 7px; font-size: 11px; border-radius: 0 3px 3px 0; margin-right: 8px;
}
.rx-tk__item.is-urgent .rx-tk__title { color: var(--rx-accent); font-weight: 700; }
@keyframes rx-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   ƏSAS DÜZƏN
   ========================================================= */
.rx-main { padding: 22px 0 40px; }
.rx-layout {
	display: grid;
	gap: var(--rx-gap);
	align-items: start;
	grid-template-columns: var(--rx-rail-w) minmax(0,1fr) var(--rx-side-w);
	grid-template-areas: "rail main side";
}
.rx-rail { grid-area: rail; align-self: stretch; }
.rx-content { grid-area: main; min-width: 0; }
.rx-side { grid-area: side; min-width: 0; align-self: stretch; }
.rx-side__in > * + * { margin-top: 22px; }
.rx-blocks { margin-top: var(--rx-block-gap); }
.rx-block { margin-bottom: var(--rx-block-gap); }

/* ---------- Reklam ---------- */
.rx-ad {
	display: flex; align-items: center; justify-content: center; overflow: hidden;
	width: 100%;
}
.rx-ad img { width: 100%; height: 100%; object-fit: contain; }
.rx-ad a { display: block; width: 100%; height: 100%; }
.rx-ad--placeholder { background: #c6c7c9; }
.rx-ad__ph { color: #fff; font-size: 24px; font-weight: 400; }
.rx-ad--rail { height: var(--rx-ad-rail-h); }
.rx-ad--hero { height: var(--rx-ad-hero-h); }
.rx-ad--side1 { height: var(--rx-ad-side1-h); }
.rx-ad--side2 { height: var(--rx-ad-side2-h); }
.rx-ad--header { height: var(--rx-ad-header-h); }
.rx-ad--single_top { height: var(--rx-ad-single-top-h); margin: 18px 0; }
.rx-ad--single_bottom { height: var(--rx-ad-single-bottom-h); margin: 22px 0; }
.rx-ad--archive { height: var(--rx-ad-archive-h); margin-bottom: 20px; }
.rx-ad--code { height: auto !important; min-height: 0; }

/* =========================================================
   MANŞET
   ========================================================= */
.rx-hero > * + * { margin-top: var(--rx-hero-gap); }
.rx-slider { position: relative; }
.rx-slider__stage {
	position: relative; overflow: hidden; background: #111;
	height: var(--rx-sl-h);
	border-radius: var(--rx-radius);
}
.rx-slider--empty { height: var(--rx-sl-h); position: relative; }
.rx-slider--empty .rx-empty { position: absolute; left: 12px; right: 12px; bottom: 12px; }
.rx-slide {
	position: absolute; inset: 0; display: block; color: #fff;
	opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s;
}
.rx-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.rx-slide .rx-img, .rx-slide .rx-ph { width: 100%; height: 100%; object-fit: cover; }
.rx-slide__shade {
	position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(0,0,0,var(--rx-sl-ov)) 0%, rgba(0,0,0,calc(var(--rx-sl-ov) * .55)) 32%, rgba(0,0,0,0) 62%);
}
.rx-slide__cap {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 0 14px 16px;
	display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.rx-slide__kicker {
	background: var(--rx-accent); color: #fff; padding: 3px 10px;
	font-family: var(--rx-font-head); font-weight: 700;
	font-size: calc(var(--rx-fs-slider) * .55);
	line-height: 1.25;
}
.rx-slide__title {
	font-family: var(--rx-font-head); font-weight: var(--rx-fw-h);
	font-size: var(--rx-fs-slider); line-height: 1.15;
	text-transform: var(--rx-sl-tt);
	text-shadow: 0 2px 8px rgba(0,0,0,.4);
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.rx-slide:hover { color: #fff; }
.rx-slider__nav {
	position: absolute; top: 50%; z-index: 3; transform: translateY(-50%);
	width: 32px; height: 32px; border-radius: 50%; border: 0;
	background: rgba(0,0,0,.55); color: #fff;
	display: flex; align-items: center; justify-content: center;
	transition: background .15s;
}
.rx-slider__nav:hover { background: var(--rx-primary); }
.rx-slider__nav .rx-i { width: 18px; height: 18px; }
.rx-slider__nav--prev { left: 10px; }
.rx-slider__nav--next { right: 10px; }

.rx-pager {
	display: flex; justify-content: space-between; gap: 2px;
	overflow-x: auto; scrollbar-width: none;
}
.rx-pager::-webkit-scrollbar { display: none; }
.rx-pager button {
	flex: 1 0 auto; min-width: 22px; height: 22px; padding: 0 3px;
	background: none; border: 0; font-size: 13px; font-weight: 500; color: var(--rx-text);
}
.rx-pager button:hover { color: var(--rx-primary); }
.rx-pager button.is-active { background: var(--rx-accent); color: #fff; }
.rx-slider--hero .rx-pager { margin-top: 2px; }

/* ---------- Bazar ---------- */
.rx-markets {
	display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px;
	padding: 6px 0 10px; border-bottom: 1px solid var(--rx-line);
}
.rx-mk { display: flex; align-items: flex-end; justify-content: space-between; gap: 6px; min-width: 0; }
.rx-mk__txt { display: flex; flex-direction: column; min-width: 0; }
.rx-mk__label { font-size: 11px; color: var(--rx-muted); text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rx-mk__val { font-size: 19px; font-weight: 700; line-height: 1.15; }
.rx-mk__chg { display: inline-flex; align-items: center; gap: 2px; font-size: 11px; color: var(--rx-muted); }
.rx-mk__chg .rx-i { width: 10px; height: 10px; }
.rx-mk.is-up .rx-mk__val { color: var(--rx-up); }
.rx-mk.is-down .rx-mk__val { color: var(--rx-down); }
.rx-spark { flex: 1 1 auto; min-width: 40px; max-width: 76px; height: 26px; }

/* =========================================================
   BÖLMƏ BAŞLIĞI
   ========================================================= */
.rx-sh {
	display: flex; align-items: stretch;
	min-height: 26px; margin-bottom: 14px;
}
.rx-sh__title {
	display: flex; align-items: center;
	background: var(--acc); color: #fff;
	padding: 3px 16px; min-width: 60px;
	font-family: var(--rx-font-head); font-weight: 700;
	font-size: var(--rx-fs-section); letter-spacing: .03em;
	text-transform: uppercase;
	white-space: nowrap;
}
.rx-sh__title a { color: #fff; }
.rx-sh__line { flex: 1; background: var(--rx-bar-bg); }
.rx-sh__tabs, .rx-sh__arrows { display: flex; align-items: stretch; gap: 2px; background: var(--rx-bar-bg); }
.rx-sh__tab {
	border: 0; background: var(--acc); color: #fff; padding: 3px 12px;
	font-family: var(--rx-font-head); font-weight: 700; font-size: calc(var(--rx-fs-section) - 1px);
	text-transform: uppercase; white-space: nowrap;
}
.rx-sh__tab:hover, .rx-sh__tab[aria-selected="true"] { background: var(--rx-primary-dark); }
.rx-sh__arrows { padding-left: 8px; }
.rx-arrow {
	border: 0; background: none; color: var(--acc); width: 22px;
	display: flex; align-items: center; justify-content: center;
}
.rx-arrow .rx-i { width: 18px; height: 18px; stroke-width: 3; }
.rx-arrow:hover { color: var(--rx-primary-dark); }
.rx-arrow:disabled { opacity: .35; cursor: default; }
.rx-sh--plain { margin-bottom: 10px; }
.rx-sh--plain .rx-sh__line { background: transparent; border-bottom: 2px solid var(--acc); }

/* =========================================================
   KARTLAR
   ========================================================= */
.rx-grid {
	display: grid;
	grid-template-columns: repeat(var(--cols), minmax(0,1fr));
	gap: var(--rx-card-gap);
}
.rx-track {
	display: grid;
	gap: var(--rx-card-gap);
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--cols) - 1) * var(--rx-card-gap)) / var(--cols));
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	scrollbar-width: none;
}
.rx-track::-webkit-scrollbar { display: none; }
.rx-track > * { scroll-snap-align: start; }

.rx-card { min-width: 0; }
.rx-card__media {
	position: relative; display: block; overflow: hidden;
	aspect-ratio: var(--rx-card-ar);
	background: #d7d9dc;
	border-radius: var(--rx-radius);
}
.rx-card__media .rx-img, .rx-card__media .rx-ph { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rx-card:hover .rx-card__media .rx-img { transform: scale(1.04); }
.rx-card__body { padding-top: 7px; }
.rx-cat {
	display: inline-block; color: var(--rx-meta);
	font-size: 11px; font-weight: 700; line-height: 1.3; margin-bottom: 2px;
}
.rx-card__title {
	font-family: var(--rx-font-body); font-weight: 700;
	font-size: var(--rx-fs-card); line-height: 1.28;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.rx-card__ex { margin: 6px 0 0; color: var(--rx-muted); font-size: 13px; line-height: 1.45; }

.rx-badge {
	position: absolute; left: 0; bottom: 0; z-index: 1;
	background: var(--rx-accent); color: #fff;
	padding: 3px 9px; font-family: var(--rx-font-head); font-weight: 700;
	font-size: 12px; text-transform: uppercase;
	box-shadow: 0 0 0 2px rgba(255,255,255,.9);
}

.rx-play-sm, .rx-play-md, .rx-play-lg, .rx-play-xs {
	position: absolute; display: flex; align-items: center; justify-content: center;
	border-radius: 50%; color: #fff; z-index: 2;
}
.rx-play-sm {
	right: 8px; bottom: 8px; width: 26px; height: 26px;
	background: var(--rx-tk-badge); box-shadow: 0 0 0 2px #fff;
}
.rx-play-sm .rx-i { width: 13px; height: 13px; margin-left: 2px; }
.rx-play-md {
	left: 50%; top: 50%; width: 36px; height: 36px; transform: translate(-50%,-50%);
	background: rgba(255,255,255,.9); color: #111;
}
.rx-play-md .rx-i { width: 16px; height: 16px; margin-left: 2px; }
.rx-play-lg {
	left: 50%; top: 50%; width: 58px; height: 40px; border-radius: 8px;
	transform: translate(-50%,-50%); background: rgba(0,0,0,.75);
	transition: background .15s;
}
.rx-play-lg .rx-i { width: 22px; height: 22px; }
.rx-video__feat:hover .rx-play-lg { background: var(--rx-accent); }
.rx-play-xs {
	left: 50%; top: 50%; width: 22px; height: 22px; transform: translate(-50%,-50%);
	background: rgba(0,0,0,.7);
}
.rx-play-xs .rx-i { width: 10px; height: 10px; margin-left: 1px; }

/* Kiçik (siyahı) kart */
.rx-card--small, .rx-card--side, .rx-card--mr {
	display: grid; grid-template-columns: var(--rx-thumb-w) minmax(0,1fr); gap: 10px; align-items: start;
}
.rx-card--small { grid-template-columns: calc(var(--rx-thumb-w) * 1.65) minmax(0,1fr); }
.rx-card--small .rx-card__media,
.rx-card--side .rx-card__media { aspect-ratio: 16/10; }
.rx-card--mr .rx-card__media { aspect-ratio: 1/1; }
.rx-card--small .rx-card__body, .rx-card--side .rx-card__body, .rx-card--mr .rx-card__body { padding-top: 0; }
.rx-card--small .rx-card__title,
.rx-card--side .rx-card__title,
.rx-card--mr .rx-card__title { font-size: var(--rx-fs-small); line-height: 1.3; }
.rx-card--mr .rx-card__title { -webkit-line-clamp: 2; }
.rx-card--mr .rx-card__ex { font-size: 11px; margin-top: 2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rx-card--side .rx-cat, .rx-card--mr .rx-cat { font-size: 10px; }
.rx-list > * + * { margin-top: 12px; }

/* Böyük kart */
.rx-card--big .rx-card__title { font-size: calc(var(--rx-fs-card) + 1px); }

/* =========================================================
   TABLI BLOK
   ========================================================= */
.rx-tabs-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.rx-tabs-col > * + * { margin-top: 14px; }

/* =========================================================
   VİDEO BLOK
   ========================================================= */
.rx-video { display: grid; grid-template-columns: minmax(0,1.62fr) minmax(0,1fr); gap: 14px; }
.rx-video__feat {
	position: relative; display: block; overflow: hidden; color: #fff;
	aspect-ratio: 16/9; background: #111; border-radius: var(--rx-radius);
}
.rx-video__feat .rx-img, .rx-video__feat .rx-ph { width: 100%; height: 100%; object-fit: cover; }
.rx-video__feat::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 50%);
}
.rx-video__feat:hover { color: #fff; }
.rx-video__yt { position: absolute; right: 10px; top: 10px; z-index: 2; color: var(--rx-accent); }
.rx-video__yt .rx-i { width: 26px; height: 26px; }
.rx-video__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 12px 14px; }
.rx-video__meta { display: block; font-size: 11px; opacity: .85; margin-bottom: 3px; }
.rx-video__title {
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	font-weight: 700; font-size: calc(var(--rx-fs-card) - 1px); line-height: 1.3;
}
.rx-video__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.rx-video__item {
	display: grid; grid-template-columns: calc(var(--rx-thumb-w) * .9) minmax(0,1fr); gap: 10px; align-items: start;
	width: 100%; padding: 0; border: 0; background: none; text-align: left;
}
.rx-video__thumb { position: relative; display: block; aspect-ratio: 16/11; overflow: hidden; background: #d7d9dc; }
.rx-video__thumb img, .rx-video__thumb .rx-ph { width: 100%; height: 100%; object-fit: cover; }
.rx-video__itxt { display: flex; flex-direction: column; min-width: 0; }
.rx-video__idate { font-size: 10px; color: var(--rx-muted); }
.rx-video__ititle {
	font-weight: 700; font-size: calc(var(--rx-fs-small) - 1px); line-height: 1.3;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.rx-video__item:hover .rx-video__ititle,
.rx-video__item.is-active .rx-video__ititle { color: var(--rx-primary); }
.rx-video__item.is-active .rx-video__thumb { box-shadow: 0 0 0 2px var(--rx-accent); }

/* Böyük xəbər + siyahı */
.rx-listblock { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 18px; }

/* =========================================================
   QISA VİDEOLAR
   ========================================================= */
.rx-dark {
	background: var(--rx-shorts-bg); padding: 0 8px 12px;
	--acc: var(--rx-accent);
}
.rx-dark .rx-sh { margin: 0 -8px 12px; }
.rx-sh--dark .rx-sh__line, .rx-sh--dark .rx-sh__arrows { background: var(--rx-shorts-bg); }
.rx-sh--dark .rx-arrow { color: #fff; }
.rx-shorts { --rx-card-gap: 8px; }
.rx-short {
	position: relative; display: block; overflow: hidden; color: #fff;
	height: var(--rx-short-h); background: #222; border-radius: var(--rx-radius);
}
.rx-short .rx-img, .rx-short .rx-ph { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rx-short:hover .rx-img { transform: scale(1.05); }
.rx-short__shade {
	position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,0) 70%);
}
.rx-short__title {
	position: absolute; left: 6px; right: 6px; bottom: 10px; text-align: center;
	font-family: var(--rx-font-head); font-weight: 800; font-size: 12px; line-height: 1.2;
	text-transform: uppercase; text-shadow: 0 1px 4px rgba(0,0,0,.6);
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.rx-short:hover { color: #fff; }

/* =========================================================
   SIDEBAR
   ========================================================= */
.rx-sb--latest .rx-sh__title { font-size: 11px; padding: 3px 14px; }

.rx-tabslider { background: #000; }
.rx-tabslider__tabs, .rx-mostread__tabs {
	display: flex; background: var(--rx-primary);
}
.rx-tabslider__tabs button, .rx-mostread__tabs button {
	flex: 1 1 auto; border: 0; background: none; color: #fff;
	padding: 7px 6px; font-family: var(--rx-font-head); font-weight: 700; font-size: 12px;
	text-transform: uppercase; white-space: nowrap;
}
.rx-tabslider__tabs button.is-active, .rx-mostread__tabs button.is-active { background: var(--rx-primary-dark); }
.rx-tabslider__tabs button:hover, .rx-mostread__tabs button:hover { background: var(--rx-primary-dark); }
.rx-slider--tall .rx-slider__stage { height: var(--rx-ts-h); border-radius: 0; }
.rx-slider--tall .rx-slide__cap { padding: 0 12px 14px; align-items: center; text-align: center; }
.rx-slider--tall .rx-slide__title {
	font-size: var(--rx-ts-fs, 26px);
	line-height: 1.1;
	-webkit-line-clamp: 4;
	text-shadow: 0 2px 10px rgba(0,0,0,.7);
}
.rx-slider--tall .rx-slider__nav { width: 26px; height: 26px; }
.rx-slider--tall .rx-pager { background: #000; padding: 6px 4px; }
.rx-slider--tall .rx-pager button { color: #fff; }
.rx-slider--tall .rx-pager button.is-active { background: var(--rx-accent); }

.rx-mostread__title {
	font-family: var(--rx-font-head); font-weight: 800; font-size: 17px;
	text-transform: uppercase; margin-bottom: 6px;
}
.rx-mostread__tabs { margin-bottom: 12px; }
.rx-mostread__tabs button { font-size: 11px; }

.rx-widget + .rx-widget { margin-top: 22px; }
.rx-widget__title {
	display: inline-block; background: var(--rx-primary); color: #fff;
	padding: 3px 14px; font-size: 12px; text-transform: uppercase; margin-bottom: 12px;
}
.rx-widget ul { list-style: none; }
.rx-widget li { padding: 6px 0; border-bottom: 1px solid var(--rx-line); }

/* =========================================================
   XƏBƏR SƏHİFƏSİ
   ========================================================= */
.rx-bc {
	display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
	font-size: 12px; color: var(--rx-muted); margin-bottom: 14px;
}
.rx-bc a:hover { color: var(--rx-primary); }
.rx-article__head { margin-bottom: 16px; }
.rx-article__cat {
	display: inline-block; background: var(--rx-primary); color: #fff;
	padding: 2px 10px; font-family: var(--rx-font-head); font-weight: 700; font-size: 12px;
	text-transform: uppercase; margin-bottom: 10px;
}
.rx-article__cat:hover { color: #fff; background: var(--rx-primary-dark); }
.rx-article__kicker { color: var(--rx-accent); font-family: var(--rx-font-head); font-weight: 700; font-size: 18px; margin: 0 0 6px; }
.rx-article__title { font-size: var(--rx-fs-single); line-height: 1.15; margin-bottom: 12px; }
.rx-article__meta {
	display: flex; flex-wrap: wrap; gap: 16px; color: var(--rx-muted); font-size: 13px;
	padding-bottom: 12px; border-bottom: 1px solid var(--rx-line);
}
.rx-article__meta span { display: inline-flex; align-items: center; gap: 5px; }
.rx-article__meta .rx-i { width: 15px; height: 15px; }
.rx-article__img { margin: 0 0 16px; }
.rx-article__img img { width: 100%; border-radius: var(--rx-radius); }
.rx-article__img figcaption { font-size: 12px; color: var(--rx-muted); padding-top: 6px; }
.rx-article__video { position: relative; aspect-ratio: 16/9; margin-bottom: 16px; background: #000; }
.rx-article__video iframe, .rx-article__video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rx-article__content {
	font-size: var(--rx-fs-content); line-height: 1.7; max-width: 76ch;
}
.rx-article__content > * { margin: 0 0 1.1em; }
.rx-article__content h2 { font-size: 1.45em; margin-top: 1.4em; }
.rx-article__content h3 { font-size: 1.2em; margin-top: 1.3em; }
.rx-article__content a { color: var(--rx-primary); text-decoration: underline; text-underline-offset: 2px; }
.rx-article__content img { border-radius: var(--rx-radius); }
.rx-article__content blockquote {
	border-left: 4px solid var(--rx-primary); margin-left: 0; padding: 6px 0 6px 18px;
	font-family: var(--rx-font-head); font-size: 1.15em; color: #333;
}
.rx-article__content ul, .rx-article__content ol { padding-left: 1.3em; }
.rx-article__content figure { margin-left: 0; margin-right: 0; }
.rx-article__content .wp-caption-text, .rx-article__content figcaption { font-size: 13px; color: var(--rx-muted); }

.rx-share { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.rx-share__label { font-size: 13px; font-weight: 700; margin-right: 4px; }
.rx-share a, .rx-share button {
	display: inline-flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; border: 0; border-radius: 50%; color: #fff;
}
.rx-share .rx-i { width: 16px; height: 16px; }
.rx-share__fb { background: #1877f2; }
.rx-share__x { background: #111; }
.rx-share__wa { background: #25d366; }
.rx-share__tg { background: #229ed9; }
.rx-share__copy { background: var(--rx-muted); }
.rx-share a:hover, .rx-share button:hover { color: #fff; opacity: .85; }

.rx-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }
.rx-tags a { background: var(--rx-bar-bg); padding: 4px 10px; font-size: 12px; }
.rx-tags a:hover { background: var(--rx-primary); color: #fff; }
.rx-related { margin-top: 26px; }

.rx-comment-list { list-style: none; padding: 0; }
.rx-comment-list .comment-body { padding: 12px 0; border-bottom: 1px solid var(--rx-line); }
.rx-comments input:not([type=submit]):not([type=checkbox]), .rx-comments textarea {
	width: 100%; border: 1px solid #d1d5db; padding: 9px 11px; font: inherit;
}
.rx-comments .submit, .rx-btn {
	display: inline-block; background: var(--rx-primary); color: #fff; border: 0;
	padding: 10px 20px; font-weight: 700; cursor: pointer;
}
.rx-btn:hover, .rx-comments .submit:hover { background: var(--rx-primary-dark); color: #fff; }

/* Arxiv */
.rx-archive-desc { color: var(--rx-muted); margin-bottom: 16px; }
.rx-grid--archive { row-gap: 22px; }
.rx-none { padding: 30px 0; }
.rx-pagination { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 26px; }
.rx-pagination .page-numbers {
	min-width: 34px; height: 34px; padding: 0 8px;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--rx-bar-bg); font-weight: 700; font-size: 14px;
}
.rx-pagination .page-numbers.current, .rx-pagination a.page-numbers:hover { background: var(--rx-primary); color: #fff; }
.rx-pagination .rx-i { width: 16px; height: 16px; }

.rx-404 { text-align: center; padding: 50px 0; max-width: 560px; margin: 0 auto; }
.rx-404__code { font-family: var(--rx-font-head); font-size: 110px; font-weight: 800; color: var(--rx-primary); line-height: 1; margin: 0; }
.rx-404 h1 { font-size: 30px; margin: 10px 0; }
.rx-404 .rx-sform { margin: 20px 0; }

/* Axtarış formu */
.rx-sform { display: flex; border: 2px solid var(--rx-primary); background: #fff; }
.rx-sform input { flex: 1; min-width: 0; border: 0; padding: 10px 12px; font: inherit; font-size: 15px; outline: none; }
.rx-sform:focus-within { box-shadow: 0 0 0 3px rgba(168,20,28,.25); }
.rx-sform button { border: 0; background: var(--rx-primary); color: #fff; width: 46px; display: flex; align-items: center; justify-content: center; }
.rx-sform .rx-i { width: 20px; height: 20px; }

/* =========================================================
   FOOTER
   ========================================================= */
.rx-footer {
	background: var(--rx-ft-bg); color: var(--rx-ft-text);
	min-height: var(--rx-ft-min);
}
.rx-footer a { color: var(--rx-ft-text); }
.rx-footer a:hover { color: var(--rx-ft-text); opacity: .75; }
.rx-footer__top {
	display: grid; grid-template-columns: minmax(0,300px) minmax(0,1fr); gap: 40px;
	padding-top: var(--rx-ft-pad); padding-bottom: var(--rx-ft-pad);
}
.rx-footer__brand p { font-size: 13px; opacity: .85; margin: 12px 0; }
.rx-logo--footer img { width: calc(var(--rx-logo-w) * 1.1); }
.rx-footer__widgets { display: grid; grid-template-columns: repeat(var(--fcols), minmax(0,1fr)); gap: 24px; }
.rx-footer .rx-widget__title { background: rgba(0,0,0,.2); }
.rx-footer .rx-widget li { border-color: rgba(255,255,255,.15); }
.rx-fmenu { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); gap: 8px 20px; }
.rx-fmenu a { font-family: var(--rx-font-head); font-weight: 700; text-transform: uppercase; font-size: 14px; }
.rx-footer__bottom { background: rgba(0,0,0,.18); font-size: 12px; }
.rx-footer__bottom-in { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
.rx-footer__bottom p { margin: 0; opacity: .85; }
.rx-flinks { list-style: none; display: flex; flex-wrap: wrap; gap: 16px; }

.rx-social { display: flex; gap: 8px; flex-wrap: wrap; }
.rx-social a {
	width: 32px; height: 32px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,.14);
}
.rx-social .rx-i { width: 16px; height: 16px; }
.rx-social--oc a { background: var(--rx-primary); color: #fff; }

/* =========================================================
   YAN PANEL, AXTARIŞ, MODAL
   ========================================================= */
.rx-offcanvas { position: fixed; inset: 0; z-index: 9990; }
.rx-offcanvas__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); animation: rx-fade .2s ease; }
.rx-offcanvas__panel {
	position: absolute; left: 0; top: 0; bottom: 0; width: min(340px, 88vw);
	background: #fff; overflow-y: auto; padding: 16px 18px 30px;
	animation: rx-slide-in .25s ease;
	padding-top: calc(16px + var(--rx-sticky-top));
}
.rx-offcanvas__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.rx-logo--offcanvas img { width: 56px; }
.rx-x { border: 0; background: var(--rx-bar-bg); width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.rx-x .rx-i { width: 20px; height: 20px; }
.rx-ocmenu { list-style: none; margin: 16px 0 20px; }
.rx-ocmenu a {
	display: flex; justify-content: space-between; align-items: center;
	padding: 10px 0; border-bottom: 1px solid var(--rx-line);
	font-family: var(--rx-font-head); font-weight: 700; font-size: 16px; text-transform: uppercase;
}
.rx-ocmenu li { position: relative; }
.rx-ocmenu .sub-menu { list-style: none; padding-left: 14px; }
.rx-ocsub { position: absolute; right: 0; top: 4px; width: 32px; height: 32px; border: 0; background: var(--rx-bar-bg); font-size: 18px; line-height: 1; }
.rx-ocmenu .menu-item-has-children > a { padding-right: 40px; }
.rx-ocmenu .sub-menu a { font-size: 14px; text-transform: none; font-weight: 500; }
@keyframes rx-slide-in { from { transform: translateX(-100%); } to { transform: none; } }
@keyframes rx-fade { from { opacity: 0; } to { opacity: 1; } }

.rx-search {
	position: fixed; inset: 0; z-index: 9991;
	background: rgba(122,14,20,.96);
	display: flex; align-items: flex-start; justify-content: center;
	padding: 18vh 20px 20px; animation: rx-fade .2s ease;
}
.rx-search .rx-x { position: absolute; right: 20px; top: calc(20px + var(--rx-sticky-top)); background: #fff; }
.rx-search__box { width: min(720px, 100%); }
.rx-search .rx-sform { border-color: #fff; }
.rx-search .rx-sform input { font-size: 22px; padding: 16px 18px; }
.rx-search .rx-sform button { width: 64px; background: #111; }

.rx-modal {
	position: fixed; inset: 0; z-index: 9995; background: rgba(0,0,0,.88);
	display: flex; align-items: center; justify-content: center; padding: 20px;
	animation: rx-fade .2s ease;
}
.rx-modal__box { position: relative; width: min(1000px, 100%); aspect-ratio: 16/9; background: #000; }
.rx-modal__box.is-vertical { width: auto; height: min(86vh, 760px); aspect-ratio: 9/16; }
.rx-modal__box iframe, .rx-modal__box video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.rx-modal .rx-x { position: absolute; top: -48px; right: 0; background: #fff; }

.rx-toast {
	position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 9999;
	background: #111; color: #fff; padding: 10px 18px; font-size: 14px;
	animation: rx-fade .2s ease;
}

/* =========================================================
   RESPONSIV
   ========================================================= */
@media (max-width: 1180px) {
	.rx-ticker__in { padding-left: 15px; }
}

@media (max-width: 1024px) {
	.rx-menu > li > a { padding: 0 5px; font-size: calc(var(--rx-fs-menu) - 1px); }
	.rx-topmenu li:nth-child(n+3) { display: none; }
	.rx-markets { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 900px) {
	.rx-layout { grid-template-columns: minmax(0,1fr) !important; grid-template-areas: "main" "side" !important; }
	.rx-side__in { position: static !important; }
	.rx-nav { display: none; }
	.rx-hsearch { display: inline-flex; }
	.rx-header__logo { margin-bottom: 0; align-self: center; margin-top: 0; }
	.rx-logo--header img { width: min(var(--rx-logo-w), calc(var(--rx-hd-h) - 6px)); }
	.rx-topnav, .rx-topbar__search { display: none; }
	.rx-footer__top { grid-template-columns: 1fr; gap: 24px; }
	.rx-footer__widgets { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
	.rx-slider--hero .rx-slider__nav { top: 30%; }
	.rx-main { padding-top: 14px; }
	.rx-slider--hero .rx-slider__stage { height: min(var(--rx-sl-h), 62vw); min-height: 220px; }
	.rx-slide__title { font-size: clamp(18px, 5.4vw, var(--rx-fs-slider)); }
	.rx-slide__kicker { font-size: 13px; }
	.rx-grid { --cols: 2 !important; }
	.rx-track { --cols: 1.6 !important; }
	.rx-shorts.rx-track { --cols: 2.4 !important; }
	.rx-tabs-grid, .rx-video, .rx-listblock { grid-template-columns: minmax(0,1fr); }
	.rx-sh { flex-wrap: wrap; }
	.rx-sh__tabs { order: 3; width: 100%; background: none; margin-top: 4px; overflow-x: auto; }
	.rx-article__title { font-size: min(var(--rx-fs-single), 26px); }
	.rx-article__content { font-size: min(var(--rx-fs-content), 17px); }
	.rx-lang summary span { display: none; }
	.rx-fx { min-width: 118px; }
	.rx-fx__code { display: none; }
}

@media (max-width: 480px) {
	.rx-grid { --cols: 1 !important; }
	.rx-grid.rx-track { --cols: 1.25 !important; }
	.rx-markets { gap: 10px 14px; }
	.rx-weather span { display: none; }
	.rx-footer__widgets { grid-template-columns: 1fr; }
}

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