/*
Theme Name: KılavuzAvrupa
Theme URI: https://lokalbakis.de
Author: KılavuzAvrupa
Description: KılavuzAvrupa haber portalı için geliştirilmiş özel WordPress teması. Almanya ve Avrupa gündemine odaklı, yoğun içerikli portal düzeni.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kilavuzavrupa
Tags: news, magazine, three-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   1. Tasarım değişkenleri
   ========================================================================== */

:root {
	--ka-navy: #0d2350;
	--ka-navy-dark: #081a3d;
	--ka-navy-soft: #13315f;
	--ka-navy-light: #eaeff7;

	--ka-red: #d81f26;
	--ka-red-dark: #b3161c;

	--ka-gold: #d9a326;
	--ka-green: #2e9e5b;

	--ka-ink: #16202e;
	--ka-body: #414c5c;
	--ka-muted: #78838f;
	--ka-line: #e2e6ec;
	--ka-line-soft: #eef1f5;
	--ka-page: #f2f4f7;

	--ka-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--ka-serif: "Playfair Display", Georgia, "Times New Roman", serif;

	--ka-container: 1200px;
	--ka-radius: 3px;
	--ka-shadow: 0 1px 2px rgba(13, 35, 80, .06);
}

/* ==========================================================================
   2. Temel
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--ka-page);
	color: var(--ka-body);
	font-family: var(--ka-sans);
	font-size: 14px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .4em;
	color: var(--ka-ink);
	font-weight: 700;
	line-height: 1.3;
}

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .15s ease;
}

a:hover {
	color: var(--ka-red);
}

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

figure {
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

button, input, select, textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

:focus-visible {
	outline: 2px solid var(--ka-red);
	outline-offset: 2px;
}

/* ==========================================================================
   3. Yerleşim
   ========================================================================== */

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

/* Beyaz kağıt yüzeyi — sayfa gövdesi gri, içerik beyaz. */
.ka-sheet {
	background: #fff;
}

.ka-card {
	background: #fff;
	border: 1px solid var(--ka-line);
	border-radius: var(--ka-radius);
}

/* ==========================================================================
   4. Üst bar
   ========================================================================== */

.ka-topbar {
	background: var(--ka-navy-dark);
	color: #c3cede;
	font-size: 12px;
}

.ka-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 34px;
	flex-wrap: wrap;
}

.ka-topbar__left,
.ka-topbar__right {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ka-topbar__meta {
	display: flex;
	align-items: center;
	gap: 6px;
}

.ka-topbar__meta svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.ka-topbar a:hover {
	color: #fff;
}

.ka-topbar__links {
	display: flex;
	gap: 16px;
}

/* E-Gazete bağlantısı */

.ka-epaper {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	border-radius: 2px;
	background: var(--ka-red);
	color: #fff;
	font-weight: 700;
	font-size: 11.5px;
	letter-spacing: .03em;
}

.ka-epaper:hover {
	background: var(--ka-red-dark);
	color: #fff;
}

.ka-epaper svg {
	width: 13px;
	height: 13px;
}

.ka-topbar__social {
	display: flex;
	gap: 12px;
	padding-left: 6px;
}

.ka-topbar__social svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

/* ==========================================================================
   5. Logo bandı + üst reklam
   ========================================================================== */

.ka-brandbar {
	background: #fff;
	padding: 14px 0;
}

.ka-brandbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.ka-brandbar__logo img {
	max-height: 56px;
	width: auto;
}

.ka-logo-text {
	font-family: var(--ka-serif);
	font-size: 34px;
	font-weight: 700;
	color: var(--ka-navy);
	line-height: 1;
	white-space: nowrap;
}

.ka-brandbar__ad {
	flex: none;
}

/* Reklam yer tutucusu */

.ka-adslot {
	display: grid;
	place-items: center;
	background: #eceff3;
	color: #9aa4b0;
	font-size: 11px;
	letter-spacing: .09em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5;
}

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


.ka-adslot--leaderboard {
	width: 970px;
	max-width: 100%;
	min-height: 90px;
}

.ka-adslot--billboard {
	width: 970px;
	max-width: 100%;
	min-height: 150px;
	margin: 0 auto;
}

.ka-adslot--rectangle {
	width: 100%;
	min-height: 250px;
}

/* Reklam yüklendiğinde gri zemin ve sabit ölçü kalkar; kutu görselin
   kendi boyutuna oturur, kenarlarda gri şerit kalmaz.
   Bu kurallar ölçü sınıflarından SONRA gelmeli ki onları ezebilsin. */

.ka-adslot--filled,
.ka-adslot--filled.ka-adslot--leaderboard,
.ka-adslot--filled.ka-adslot--billboard,
.ka-adslot--filled.ka-adslot--rectangle {
	display: block;
	width: auto;
	max-width: 100%;
	min-height: 0;
	background: none;
	text-align: center;
}

.ka-adslot--filled img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   6. Ana menü
   ========================================================================== */

.ka-nav {
	background: #fff;
	border-top: 1px solid var(--ka-line);
	border-bottom: 3px solid var(--ka-red);
	position: relative;
}

.ka-nav__inner {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.ka-nav__home {
	display: grid;
	place-items: center;
	width: 44px;
	flex: none;
	background: var(--ka-red);
	color: #fff;
}

.ka-nav__home svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.ka-menu {
	display: flex;
	align-items: stretch;
	flex: 1;
	min-width: 0;
	flex-wrap: wrap;
}

.ka-menu li {
	position: relative;
	display: flex;
}

.ka-menu > li > a {
	display: flex;
	align-items: center;
	padding: 0 13px;
	min-height: 42px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--ka-navy);
}

.ka-menu > li > a:hover,
.ka-menu > li.current-menu-item > a,
.ka-menu > li.current-menu-ancestor > a {
	background: var(--ka-navy);
	color: #fff;
}

.ka-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 60;
	display: block;
	min-width: 210px;
	padding: 5px 0;
	background: #fff;
	border: 1px solid var(--ka-line);
	box-shadow: 0 10px 26px rgba(13, 35, 80, .13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s;
}

.ka-menu li:hover > .sub-menu,
.ka-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ka-menu .sub-menu li {
	display: block;
}

.ka-menu .sub-menu a {
	display: block;
	padding: 8px 15px;
	font-size: 13px;
	color: var(--ka-ink);
}

.ka-menu .sub-menu a:hover {
	background: var(--ka-navy-light);
	color: var(--ka-navy);
}

.ka-nav__search {
	display: grid;
	place-items: center;
	width: 44px;
	flex: none;
	background: none;
	border: 0;
	color: var(--ka-navy);
}

.ka-nav__search svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}

.ka-nav__toggle {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 0 14px;
	background: none;
	border: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--ka-navy);
}

.ka-nav__toggle svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}

/* Arama paneli */

.ka-searchpanel {
	display: none;
	background: var(--ka-navy);
	padding: 14px 0;
}

.ka-searchpanel.is-open {
	display: block;
}

.ka-searchform {
	display: flex;
	gap: 8px;
}

.ka-searchform input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 0;
	border-radius: var(--ka-radius);
	padding: 10px 14px;
	font-size: 14px;
}

.ka-searchform button {
	border: 0;
	border-radius: var(--ka-radius);
	background: var(--ka-red);
	color: #fff;
	padding: 0 22px;
	font-size: 13px;
	font-weight: 700;
}

.ka-searchform button:hover {
	background: var(--ka-red-dark);
}

/* ==========================================================================
   7. Son dakika şeridi
   ========================================================================== */

.ka-ticker {
	display: flex;
	align-items: stretch;
	background: var(--ka-navy);
	color: #fff;
	min-height: 34px;
	font-size: 12.5px;
}

/* Şeridin kırmızı etiketi, menüdeki kırmızı ana sayfa kutusuyla
   aynı hizada başlar. */
.ka-ticker__inner {
	display: flex;
}

.ka-ticker__label {
	display: flex;
	align-items: center;
	gap: 7px;
	flex: none;
	padding: 0 13px;
	background: var(--ka-red);
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.ka-ticker__label svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.ka-ticker__viewport {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 14px;
}

.ka-ticker__track {
	display: flex;
	width: max-content;
	animation: ka-scroll var(--ka-ticker-duration, 45s) linear infinite;
}

.ka-ticker:hover .ka-ticker__track,
.ka-ticker__track:focus-within {
	animation-play-state: paused;
}

.ka-ticker__set {
	display: flex;
	align-items: center;
	flex: none;
}

.ka-ticker__item {
	display: flex;
	align-items: center;
	gap: 9px;
	flex: none;
	white-space: nowrap;
	color: #dfe6f0;
}

.ka-ticker__item:hover {
	color: #fff;
}

.ka-ticker__time {
	color: var(--ka-gold);
	font-weight: 700;
}

.ka-ticker__item::after {
	content: "·";
	color: #5b6d8c;
	margin: 0 16px;
}

.ka-ticker__more {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: none;
	padding: 0 14px;
	font-size: 12px;
	color: #c3cede;
	border-left: 1px solid rgba(255, 255, 255, .12);
}

.ka-ticker__more:hover {
	color: #fff;
}

@keyframes ka-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ka-ticker__track {
		animation: none;
	}

	.ka-ticker__viewport {
		overflow-x: auto;
	}
}

/* ==========================================================================
   8. Ortak parçalar: rozet, meta, görsel
   ========================================================================== */

.ka-badge {
	display: inline-block;
	padding: 4px 8px;
	background: var(--ka-navy);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	line-height: 1;
}

.ka-badge--red {
	background: var(--ka-red);
}

.ka-badge--float {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
}

.ka-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--ka-navy-light);
}

.ka-thumb__link {
	display: block;
	width: 100%;
	height: 100%;
}

.ka-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.ka-card-post:hover .ka-thumb img {
	transform: scale(1.04);
}

.ka-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 11.5px;
	color: var(--ka-muted);
}

.ka-meta svg {
	width: 12px;
	height: 12px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
	flex: none;
}

.ka-meta__sep {
	opacity: .5;
}

/* Video süre etiketi */

.ka-duration {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 3;
	padding: 2px 6px;
	background: rgba(8, 26, 61, .86);
	color: #fff;
	font-size: 10.5px;
	font-weight: 600;
	border-radius: 2px;
}

.ka-play {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-items: center;
	pointer-events: none;
}

.ka-play span {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: var(--ka-navy);
}

.ka-play svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	margin-left: 3px;
}

.ka-play--sm span {
	width: 34px;
	height: 34px;
}

.ka-play--sm svg {
	width: 12px;
	height: 12px;
}

/* ==========================================================================
   9. Bölüm başlıkları
   ========================================================================== */

.ka-blocktitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--ka-navy);
}

.ka-blocktitle__text {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--ka-navy);
}

.ka-blocktitle__more {
	font-size: 11.5px;
	color: var(--ka-muted);
	white-space: nowrap;
}

.ka-blocktitle__more:hover {
	color: var(--ka-red);
}

/* Alt çizgisiz, ok işaretli başlık (kategori satırları) */

.ka-rowtitle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 10px;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ka-navy);
}

.ka-rowtitle svg {
	width: 11px;
	height: 11px;
	stroke: currentColor;
	stroke-width: 2.4;
	fill: none;
}

.ka-morelink {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	color: var(--ka-muted);
}

.ka-morelink:hover {
	color: var(--ka-red);
}

.ka-morelink svg {
	width: 11px;
	height: 11px;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
}

/* ==========================================================================
   10. Manşet bloğu
   ========================================================================== */

.ka-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr) minmax(0, 1fr) 300px;
	gap: 12px;
	padding: 12px 0;
}

.ka-hero__lead {
	position: relative;
	overflow: hidden;
	min-height: 340px;
	background: var(--ka-navy-dark);
}

.ka-hero__lead .ka-thumb {
	position: absolute;
	inset: 0;
}

/* Manşet slider'ı */

.ka-heroslider {
	position: relative;
	overflow: hidden;
	min-width: 0;
	background: var(--ka-navy-dark);
}

.ka-heroslider__track {
	display: flex;
	height: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.ka-heroslider__track::-webkit-scrollbar {
	display: none;
}

.ka-heroslider__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	min-width: 0;
}

.ka-heroslider__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .88);
	color: var(--ka-navy);
	opacity: 0;
	transition: opacity .18s ease, background .18s ease;
}

.ka-heroslider:hover .ka-heroslider__nav,
.ka-heroslider__nav:focus-visible {
	opacity: 1;
}

.ka-heroslider__nav:hover {
	background: #fff;
}

.ka-heroslider__nav svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
}

.ka-heroslider__nav--prev {
	left: 12px;
}

.ka-heroslider__nav--prev svg {
	transform: rotate(180deg);
}

.ka-heroslider__nav--next {
	right: 12px;
}

.ka-heroslider__dots {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 5;
	display: flex;
	gap: 6px;
}

.ka-heroslider__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .45);
	transition: background .18s ease, width .18s ease;
}

.ka-heroslider__dot.is-active {
	width: 20px;
	border-radius: 4px;
	background: var(--ka-red);
}

.ka-hero__col {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 12px;
	min-width: 0;
}

.ka-hero__tile {
	position: relative;
	overflow: hidden;
	min-height: 164px;
	background: var(--ka-navy-dark);
}

.ka-hero__tile .ka-thumb {
	position: absolute;
	inset: 0;
}

.ka-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(6, 16, 36, .93) 0%, rgba(6, 16, 36, .55) 42%, rgba(6, 16, 36, .05) 78%);
}

.ka-hero__body {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 16px;
	color: #fff;
}

.ka-hero__lead .ka-hero__body {
	padding: 20px;
}

.ka-hero__title {
	color: #fff;
	margin: 0 0 6px;
	font-size: 17px;
	line-height: 1.3;
}

.ka-hero__lead .ka-hero__title {
	font-size: 29px;
	line-height: 1.22;
	margin-bottom: 8px;
}

.ka-hero__excerpt {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .82);
	max-width: 56ch;
}

.ka-hero .ka-badge {
	align-self: flex-start;
	margin-bottom: 10px;
}

.ka-hero .ka-meta {
	color: rgba(255, 255, 255, .78);
}

/* En çok okunanlar */

.ka-mostread {
	padding: 14px;
}

.ka-mostread__item {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--ka-line-soft);
}

.ka-mostread__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.ka-mostread__item:first-child {
	padding-top: 0;
}

.ka-mostread__num {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.1;
	color: var(--ka-muted);
	font-variant-numeric: tabular-nums;
}

.ka-mostread__item:nth-child(-n+3) .ka-mostread__num {
	color: var(--ka-red);
}

.ka-mostread__title {
	margin: 0 0 4px;
	font-size: 12.5px;
	line-height: 1.35;
	font-weight: 600;
}

/* ==========================================================================
   11. Kategori şeridi
   ========================================================================== */

.ka-catstrip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	margin: 4px 0 16px;
	border: 1px solid var(--ka-line);
	background: #fff;
}

.ka-catstrip__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-left: 1px solid var(--ka-line);
	min-width: 0;
}

.ka-catstrip__item:first-child {
	border-left: 0;
}

.ka-catstrip__icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	flex: none;
	border-radius: 4px;
	background: var(--ka-icon-bg, var(--ka-navy-light));
	color: var(--ka-icon-fg, var(--ka-navy));
}

/* Her kategorinin kendi rengi — tasarımdaki gibi. */

.ka-catstrip__item--politika {
	--ka-icon-bg: #e7edf9;
	--ka-icon-fg: #1c4fa1;
}

.ka-catstrip__item--almanya {
	--ka-icon-bg: #e2f5f3;
	--ka-icon-fg: #12897d;
}

.ka-catstrip__item--ekonomi {
	--ka-icon-bg: #fdeaea;
	--ka-icon-fg: #d81f26;
}

.ka-catstrip__item--avrupa {
	--ka-icon-bg: #e7ecfa;
	--ka-icon-fg: #23408e;
}

.ka-catstrip__item--spor {
	--ka-icon-bg: #e5f6ea;
	--ka-icon-fg: #1f9d4d;
}

.ka-catstrip__item--panorama {
	--ka-icon-bg: #fdeaef;
	--ka-icon-fg: #d1265a;
}

.ka-catstrip__icon svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.ka-catstrip__name {
	display: block;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--ka-ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ka-catstrip__desc {
	display: block;
	font-size: 10.5px;
	color: var(--ka-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ==========================================================================
   12. Ana ızgara (içerik + sağ kolon)
   ========================================================================== */

.ka-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 16px;
	align-items: stretch;
	padding-bottom: 18px;
}

/* Sağ kolon sayfa boyunca uzar; son blok kaydırdıkça ekranda kalır,
   böylece kolonun altında ölü boşluk oluşmaz. */

.ka-sidebar {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ka-sidebar > :last-child {
	position: sticky;
	top: 12px;
}

.ka-widget {
	margin-bottom: 12px;
	padding: 14px;
}

.ka-widget__title {
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--ka-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--ka-navy);
}

/* Sağ kolondaki WordPress widget'ları da kart görünümü alır. */

.ka-widget-item {
	margin-bottom: 12px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--ka-line);
	border-radius: var(--ka-radius);
	font-size: 12.5px;
}

.ka-widget-item:empty {
	display: none;
}

.ka-widget-item h1,
.ka-widget-item h2,
.ka-widget-item h3,
.ka-widget-item .wp-block-heading,
.ka-widget-item .widget-title {
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--ka-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--ka-navy);
}

.ka-widget-item ul,
.ka-widget-item ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ka-widget-item li {
	padding: 7px 0;
	border-bottom: 1px solid var(--ka-line-soft);
	line-height: 1.4;
}

.ka-widget-item li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.ka-widget-item li a {
	color: var(--ka-ink);
}

.ka-widget-item li a:hover {
	color: var(--ka-red);
}

.ka-widget-item p {
	margin: 0 0 8px;
	color: var(--ka-muted);
}

.ka-widget-item p:last-child {
	margin-bottom: 0;
}

.ka-widget-item input[type="search"],
.ka-widget-item input[type="text"],
.ka-widget-item select {
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--ka-line);
	border-radius: var(--ka-radius);
	padding: 8px 10px;
	font-size: 12.5px;
}

.ka-widget-item .wp-block-search__inside-wrapper {
	gap: 6px;
}

.ka-widget-item .wp-block-search__button {
	border: 0;
	border-radius: var(--ka-radius);
	background: var(--ka-red);
	color: #fff;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 700;
}

/* Reklam widget'ı kart çerçevesi almamalı. */
.ka-adslot .ka-widget-item {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

/* Dönen reklam — aynı anda tek reklam görünür. */

.ka-adrotator__stage {
	position: relative;
}

.ka-adrotator__stage > * {
	display: none;
}

.ka-adrotator__stage > .is-active {
	display: block;
	animation: ka-fade .4s ease;
}

/* Betik çalışmazsa ilk reklam yine de görünür. */
.ka-adrotator__stage > *:first-child {
	display: block;
}

.ka-adrotator__stage.is-ready > *:first-child {
	display: none;
}

.ka-adrotator__stage.is-ready > .is-active {
	display: block;
}

/* Reklam görselleri kolonu doldurur, küçük durmaz. */

.ka-adrotator__stage img,
.ka-sidebar__top img,
.ka-sidebar .ka-widget-item img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ka-adrotator__stage {
	min-height: 220px;
	display: flex;
	align-items: center;
}

.ka-adrotator__stage > * {
	width: 100%;
}

@keyframes ka-fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.ka-adrotator__dots {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 10px;
}

.ka-adrotator__dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ka-line);
}

.ka-adrotator__dot.is-active {
	background: var(--ka-red);
}

/* Sayfa uzadıkça ekranda kalan alt reklam alanı. */

.ka-sidebar__sticky {
	position: sticky;
	top: 12px;
}

/* E-Gazete arşivi */

.ka-epaper-list li {
	border-bottom: 1px solid var(--ka-line-soft);
}

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

.ka-epaper-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 0;
}

.ka-epaper-list a:hover .ka-epaper-list__label {
	color: var(--ka-red);
}

.ka-epaper-list__icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 34px;
	flex: none;
	border-radius: 2px;
	background: var(--ka-navy-light);
	color: var(--ka-navy);
}

.ka-epaper-list__icon svg {
	width: 15px;
	height: 15px;
}

.ka-epaper-list__label {
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--ka-ink);
	line-height: 1.3;
}

.ka-epaper-list__date {
	display: block;
	font-size: 11px;
	color: var(--ka-muted);
}

/* Borsa tablosu */

.ka-market__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 8px;
	align-items: baseline;
	padding: 6px 0;
	border-bottom: 1px solid var(--ka-line-soft);
	font-size: 11.5px;
}

.ka-market__row:last-of-type {
	border-bottom: 0;
}

.ka-market__name {
	color: var(--ka-ink);
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ka-market__value {
	font-variant-numeric: tabular-nums;
	color: var(--ka-ink);
}

.ka-market__change {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
}

.ka-market__change--up {
	color: var(--ka-green);
}

.ka-market__change--down {
	color: var(--ka-red);
}

.ka-market__change svg {
	width: 8px;
	height: 8px;
	fill: currentColor;
}

.ka-market__stamp,
.ka-weather__stamp {
	margin: 8px 0 0;
	font-size: 10px;
	color: var(--ka-muted);
}

/* Hava durumu */

.ka-weather__now {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--ka-line-soft);
}

.ka-weather__icon {
	font-size: 30px;
	line-height: 1;
}

.ka-weather__temp {
	font-size: 24px;
	font-weight: 700;
	color: var(--ka-ink);
	line-height: 1.1;
}

.ka-weather__city {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--ka-ink);
}

.ka-weather__desc {
	font-size: 11.5px;
	color: var(--ka-muted);
}

.ka-weather__days {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	padding-top: 10px;
	text-align: center;
}

.ka-weather__day {
	font-size: 11px;
	color: var(--ka-muted);
}

.ka-weather__day strong {
	display: block;
	font-size: 13px;
	color: var(--ka-ink);
}

.ka-weather__day span {
	font-size: 18px;
	line-height: 1.3;
	display: block;
}

/* Bülten */

.ka-newsletter__text {
	margin: 0 0 10px;
	font-size: 11.5px;
	color: var(--ka-muted);
}

.ka-newsletter__form {
	display: flex;
	gap: 6px;
}

.ka-newsletter__form input[type="email"] {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--ka-line);
	border-radius: var(--ka-radius);
	padding: 8px 10px;
	font-size: 12px;
}

.ka-newsletter__form button {
	flex: none;
	border: 0;
	border-radius: var(--ka-radius);
	background: var(--ka-red);
	color: #fff;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 700;
}

.ka-newsletter__form button:hover {
	background: var(--ka-red-dark);
}

.ka-newsletter__note {
	margin: 8px 0 0;
	font-size: 10px;
	line-height: 1.45;
	color: var(--ka-muted);
}

/* ==========================================================================
   13. Video / haber akışı / etkinlik üçlüsü
   ========================================================================== */

.ka-trio {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
	padding: 16px 0;
	border-top: 1px solid var(--ka-line);
	align-items: stretch;
}

/* Kolonlar aynı yüksekliği paylaşır; maddeler aralara yayılır ve
   "Tümü" bağlantısı en alta yapışır — altta yığılmış boşluk kalmaz. */

.ka-trio > section {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ka-trio__items {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ka-trio > section > .ka-blockfoot {
	margin-top: auto;
}

.ka-trio .ka-videoblock {
	flex: 1;
	align-content: start;
}

.ka-videoblock {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	gap: 10px;
}

.ka-videoblock__main {
	position: relative;
	overflow: hidden;
	background: var(--ka-navy-dark);
}

.ka-videoblock__main .ka-thumb {
	aspect-ratio: 16 / 10;
}

.ka-videoblock__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 10px 12px;
	background: linear-gradient(to top, rgba(6, 16, 36, .94), rgba(6, 16, 36, 0));
	color: #fff;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.35;
}

.ka-videoblock__list {
	display: grid;
	gap: 8px;
	align-content: start;
}

.ka-videoitem {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
}

.ka-videoitem .ka-thumb {
	aspect-ratio: 16 / 10;
}

.ka-videoitem__title {
	margin: 0;
	font-size: 11.5px;
	line-height: 1.35;
	font-weight: 600;
}

/* Saatli haber akışı */

.ka-feed__item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid var(--ka-line-soft);
	align-items: baseline;
}

.ka-feed__item:last-child {
	border-bottom: 0;
}

.ka-feed__time {
	font-size: 11.5px;
	font-weight: 700;
	color: var(--ka-red);
	font-variant-numeric: tabular-nums;
}

.ka-feed__title {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--ka-ink);
}

.ka-blockfoot {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	margin-top: 4px;
	border-top: 1px solid var(--ka-line-soft);
}

/* Etkinlikler */

.ka-event {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 11px;
	padding: 9px 0;
	border-bottom: 1px solid var(--ka-line-soft);
}

.ka-event:last-of-type {
	border-bottom: 0;
}

.ka-event__date {
	text-align: center;
	line-height: 1.1;
	padding-top: 2px;
}

.ka-event__day {
	display: block;
	font-size: 19px;
	font-weight: 800;
	color: var(--ka-red);
}

.ka-event__month {
	display: block;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ka-muted);
}

.ka-event__title {
	margin: 0 0 3px;
	font-size: 12.5px;
	line-height: 1.35;
	font-weight: 600;
}

.ka-event__info {
	margin: 0;
	font-size: 11px;
	color: var(--ka-muted);
	line-height: 1.4;
}

/* ==========================================================================
   14. Kategori satırları
   ========================================================================== */

.ka-rows {
	display: grid;
	gap: 18px;
	padding: 16px 0;
	border-top: 1px solid var(--ka-line);
}

.ka-row {
	display: grid;
	gap: 16px;
}

.ka-row--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

/* Akışkan satır: beşerli dizilir, son satırda kalan bloklar genişleyip
   boşluğu doldurur; yarım kalmış satır görüntüsü oluşmaz. */

.ka-row--flow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
}

.ka-row--flow > * {
	flex: 1 1 calc(20% - 8px);
	min-width: 168px;
}

/* Satırdaki tüm gruplar aynı yüksekliği paylaşır. */

.ka-row {
	align-items: stretch;
}

.ka-rowgroup {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.ka-rowgroup__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.ka-rowgroup__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	flex: 1;
	align-items: stretch;
}

.ka-rowgroup--single .ka-rowgroup__grid {
	grid-template-columns: minmax(0, 1fr);
}

/* Tek kartlı blokta boşluğu görsel doldurur; başlık ve tarih alt alta
   kalır, aralarında boşluk açılmaz. */

.ka-rowgroup--single .ka-card-post {
	height: 100%;
}

.ka-rowgroup--single .ka-card-post .ka-thumb {
	flex: 1;
	aspect-ratio: auto;
	min-height: 140px;
}

.ka-rowgroup--single .ka-card-post__title {
	min-height: 0;
}

.ka-rowgroup--single .ka-card-post .ka-meta {
	margin-top: 0;
}

/* Küçük kart — görsel sabit oranda, başlık üç satırlık yer kaplar,
   tarih her zaman kartın en altına yaslanır. Böylece bütün kartlar
   aynı hizada başlar ve aynı hizada biter. */

.ka-card-post {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.ka-card-post .ka-thumb {
	aspect-ratio: 16 / 10;
	margin-bottom: 7px;
	flex: none;
}

.ka-card-post__title {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 1.38;
	font-weight: 600;
	min-height: calc(3 * 1.38em);
}

.ka-card-post__title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.ka-card-post .ka-meta {
	margin-top: auto;
}

/* Geniş görselli grup (Reisen, Fotostrecke) */

/* Vitrin bloğu da komşularıyla aynı yüksekliği doldurur. */

.ka-showcase__main {
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	flex: 1;
	min-height: 120px;
}

.ka-showcase__main .ka-thumb {
	height: 100%;
	aspect-ratio: auto;
}

.ka-showcase__strip {
	flex: none;
}

.ka-showcase__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 14px;
	background: linear-gradient(to top, rgba(6, 16, 36, .92), rgba(6, 16, 36, 0));
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

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

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

.ka-showcase__strip--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ka-showcase__strip .ka-thumb {
	aspect-ratio: 4 / 3;
}

/* ==========================================================================
   15. Alt üçlü blok
   ========================================================================== */

.ka-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) 300px;
	gap: 20px;
	padding: 16px 0;
	border-top: 1px solid var(--ka-line);
	align-items: start;
}

/* Kolonlar üstten hizalanır; içerik az olduğunda maddeler aralara yayılır
   ve "Tümü" bağlantısı hep en alta yapışır — altta yığılmış boşluk kalmaz. */

.ka-bottom > section {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
}

.ka-bottom > section > .ka-blocktitle {
	flex: none;
}

.ka-bottom > section > .ka-event,
.ka-bottom > section > .ka-local__item,
.ka-bottom > section > .ka-mostread__list {
	flex: 0 0 auto;
}

.ka-bottom > section > .ka-blockfoot {
	margin-top: auto;
}

.ka-bottom .ka-mostread__list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.ka-bottom .ka-event,
.ka-bottom .ka-local__item {
	flex: 1;
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.ka-bottom .ka-local__item {
	flex-direction: column;
	gap: 0;
	justify-content: center;
}

.ka-local__item {
	padding: 10px 0;
	border-bottom: 1px solid var(--ka-line-soft);
}

.ka-local__item:last-of-type {
	border-bottom: 0;
}

.ka-local__city {
	display: block;
	margin-bottom: 3px;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--ka-navy);
}

.ka-local__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.ka-local__title {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--ka-ink);
}

.ka-local__time {
	flex: none;
	font-size: 10.5px;
	color: var(--ka-muted);
	white-space: nowrap;
}

/* Son haberler bloğu */

.ka-latest {
	padding: 16px 0 4px;
	border-top: 1px solid var(--ka-line);
}

/* ==========================================================================
   16. Güven şeridi
   ========================================================================== */

.ka-trust {
	background: var(--ka-navy-dark);
	color: #c3cede;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ka-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.ka-trust__item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.ka-trust__icon {
	flex: none;
	color: #8fa4c4;
}

.ka-trust__icon svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.6;
	fill: none;
}

.ka-trust__title {
	display: block;
	margin-bottom: 2px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #fff;
}

.ka-trust__text {
	font-size: 11.5px;
	line-height: 1.45;
}

/* ==========================================================================
   17. Alt bilgi
   ========================================================================== */

.ka-footer {
	background: var(--ka-navy);
	color: #b6c3d6;
	font-size: 12.5px;
}

.ka-footer a:hover {
	color: #fff;
}

/* Kolonlar esnek: bir bölüm boşsa yerinde delik kalmaz, kalanlar yayılır. */

.ka-footer__main {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	padding: 28px 0;
	align-items: flex-start;
}

.ka-footer__main > * {
	flex: 1 1 150px;
	min-width: 0;
}

.ka-footer__brand {
	flex: 1.4 1 220px;
}

.ka-footer__nav {
	flex: 1.8 1 260px;
}

.ka-footer__ad {
	flex: 0 0 235px;
}

.ka-footer__brand img {
	max-height: 42px;
	width: auto;
	margin-bottom: 10px;
}

.ka-footer__brand .ka-logo-text {
	color: #fff;
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}

.ka-footer__about {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.55;
	color: #8fa0b8;
}

.ka-footer__social {
	display: flex;
	gap: 8px;
}

.ka-footer__social a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .09);
	color: #fff;
}

.ka-footer__social a:hover {
	background: var(--ka-red);
}

.ka-footer__social svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.ka-footer__coltitle {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #fff;
}

.ka-footer__list li {
	margin-bottom: 7px;
}

.ka-footer__cols2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 20px;
}

.ka-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.ka-footer__bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 13px 0;
	font-size: 11.5px;
	color: #8fa0b8;
}

.ka-footer__legal {
	display: flex;
	gap: 22px;
}

/* ==========================================================================
   18. Yazı ve arşiv sayfaları
   ========================================================================== */

.ka-page {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 26px;
	align-items: start;
	padding: 20px 0 34px;
}

.ka-page--full {
	grid-template-columns: minmax(0, 1fr);
}

.ka-article {
	background: #fff;
	border: 1px solid var(--ka-line);
	padding: 26px;
}

.ka-breadcrumb {
	font-size: 11.5px;
	color: var(--ka-muted);
	padding: 12px 0 0;
}

.ka-breadcrumb span + span::before {
	content: "›";
	margin: 0 7px;
	color: #b9c2cd;
}

.ka-article__title {
	font-size: 30px;
	line-height: 1.22;
	margin: 10px 0 12px;
	letter-spacing: -.01em;
}

.ka-article__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ka-line);
	font-size: 12px;
	color: var(--ka-muted);
}

.ka-article__featured {
	margin: 18px 0;
}

.ka-article__content {
	font-size: 16px;
	line-height: 1.75;
	color: #2b3542;
}

.ka-article__content > * {
	margin-bottom: 1.1em;
}

.ka-article__content h2 {
	font-size: 22px;
	margin-top: 1.5em;
}

.ka-article__content h3 {
	font-size: 18px;
	margin-top: 1.4em;
}

.ka-article__content a {
	color: var(--ka-red);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ka-article__content blockquote {
	margin: 1.5em 0;
	padding: 2px 0 2px 20px;
	border-left: 3px solid var(--ka-red);
	font-size: 17px;
	color: var(--ka-ink);
}

.ka-article__content ul,
.ka-article__content ol {
	padding-left: 1.3em;
	list-style: disc;
}

.ka-article__content ol {
	list-style: decimal;
}

.ka-article__content li {
	margin-bottom: .4em;
}

.ka-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--ka-line);
}

.ka-tags a {
	padding: 4px 10px;
	border: 1px solid var(--ka-line);
	border-radius: 999px;
	font-size: 11.5px;
}

.ka-tags a:hover {
	border-color: var(--ka-red);
	color: var(--ka-red);
}

.ka-share {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.ka-share a {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--ka-line);
	border-radius: 50%;
}

.ka-share a:hover {
	background: var(--ka-navy);
	border-color: var(--ka-navy);
	color: #fff;
}

.ka-share svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

/* Arşiv */

.ka-archive-head {
	background: #fff;
	border: 1px solid var(--ka-line);
	border-left: 4px solid var(--ka-red);
	padding: 16px 20px;
	margin-bottom: 16px;
}

.ka-archive-title {
	margin: 0;
	font-size: 24px;
}

.ka-archive-desc {
	margin: 5px 0 0;
	font-size: 13px;
	color: var(--ka-muted);
}

.ka-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	background: #fff;
	border: 1px solid var(--ka-line);
	padding: 18px;
}

.ka-archive-grid .ka-card-post__title {
	font-size: 13.5px;
}

/* Sayfalama */

.ka-pagination {
	margin-top: 18px;
}

.ka-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.ka-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 34px;
	height: 34px;
	padding: 0 11px;
	background: #fff;
	border: 1px solid var(--ka-line);
	font-size: 13px;
	color: var(--ka-ink);
}

.ka-pagination .page-numbers:hover {
	border-color: var(--ka-navy);
	color: var(--ka-navy);
}

.ka-pagination .page-numbers.current {
	background: var(--ka-navy);
	border-color: var(--ka-navy);
	color: #fff;
}

/* Boş durum ve 404 */

.ka-empty {
	background: #fff;
	border: 1px solid var(--ka-line);
	padding: 44px 20px;
	text-align: center;
}

.ka-empty__title {
	font-size: 22px;
	margin-bottom: 6px;
}

.ka-empty__text {
	color: var(--ka-muted);
	margin-bottom: 18px;
}

.ka-empty .ka-searchform {
	max-width: 400px;
	margin: 0 auto;
}

.ka-empty .ka-searchform input[type="search"] {
	border: 1px solid var(--ka-line);
}

.ka-404__code {
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	color: var(--ka-red);
	margin: 0 0 6px;
}

/* Yönetici uyarısı */

.ka-notice {
	margin: 10px 0;
	padding: 11px 14px;
	border: 1px dashed var(--ka-navy-light);
	background: var(--ka-navy-light);
	font-size: 12px;
	color: var(--ka-navy);
	text-align: center;
}

.ka-notice a {
	font-weight: 700;
	text-decoration: underline;
}

/* Yukarı çık */

.ka-totop {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 90;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: var(--ka-red);
	color: #fff;
	box-shadow: 0 3px 12px rgba(13, 35, 80, .28);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s;
}

.ka-totop.is-visible {
	opacity: 1;
	visibility: visible;
}

.ka-totop svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2.3;
	fill: none;
}

/* Reklam şeritleri */

.ka-adstrip {
	padding: 14px 0;
	background: var(--ka-page);
}

/* ==========================================================================
   19. Duyarlı tasarım
   ========================================================================== */

@media (max-width: 1180px) {
	.ka-hero {
		grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr);
	}

	.ka-hero__mostread {
		grid-column: 1 / -1;
	}

	.ka-mostread__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 20px;
	}

	.ka-main {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-sidebar {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
		align-items: start;
	}

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

	.ka-bottom__ad {
		grid-column: 1 / -1;
	}

	.ka-footer__ad {
		display: none;
	}
}

@media (max-width: 1000px) {
	.ka-nav__toggle {
		display: inline-flex;
	}

	.ka-nav__home {
		display: none;
	}

	.ka-nav__inner {
		justify-content: space-between;
	}

	.ka-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 70;
		flex-direction: column;
		background: #fff;
		border-bottom: 1px solid var(--ka-line);
		box-shadow: 0 12px 24px rgba(13, 35, 80, .12);
		max-height: 72vh;
		overflow-y: auto;
	}

	.ka-menu.is-open {
		display: flex;
	}

	.ka-menu li {
		display: block;
	}

	.ka-menu > li > a {
		min-height: 0;
		padding: 12px 18px;
		border-bottom: 1px solid var(--ka-line-soft);
	}

	.ka-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		border: 0;
		box-shadow: none;
		background: var(--ka-page);
	}

	.ka-menu .sub-menu a {
		padding: 10px 32px;
	}

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

	.ka-catstrip__item:nth-child(3n+1) {
		border-left: 0;
	}

	.ka-trio {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.ka-row--5,
	.ka-row--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ka-page {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.ka-brandbar__inner {
		flex-direction: column;
		gap: 14px;
	}

	.ka-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-hero__col {
		grid-template-rows: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ka-bottom {
		grid-template-columns: minmax(0, 1fr);
	}

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

	.ka-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.ka-footer__main > *,
	.ka-footer__brand,
	.ka-footer__nav {
		flex: 1 1 240px;
	}

	.ka-article {
		padding: 18px;
	}

	.ka-article__title {
		font-size: 24px;
	}
}

@media (max-width: 620px) {
	.ka-topbar__links {
		display: none;
	}

	.ka-catstrip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ka-catstrip__item:nth-child(3n+1) {
		border-left: 1px solid var(--ka-line);
	}

	.ka-catstrip__item:nth-child(2n+1) {
		border-left: 0;
	}

	.ka-hero__col {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-hero__lead {
		min-height: 260px;
	}

	.ka-hero__lead .ka-hero__title {
		font-size: 22px;
	}

	.ka-hero__excerpt {
		display: none;
	}

	.ka-mostread__list {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-videoblock {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-row--5,
	.ka-row--4 {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-sidebar,
	.ka-archive-grid {
		grid-template-columns: minmax(0, 1fr);
	}

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

	.ka-trust__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ka-footer__main > *,
	.ka-footer__brand,
	.ka-footer__nav {
		flex: 1 1 100%;
	}

	.ka-footer__bar-inner {
		justify-content: center;
		text-align: center;
	}
}

@media print {
	.ka-topbar,
	.ka-nav,
	.ka-ticker,
	.ka-sidebar,
	.ka-trust,
	.ka-footer,
	.ka-totop,
	.ka-adslot,
	.ka-share {
		display: none !important;
	}

	.ka-page {
		grid-template-columns: minmax(0, 1fr);
	}
}
