/*
Theme Name: Claris Haber
Theme URI: https://www.claris.tr/
Author: Claris.TR
Description: Claris.TR icin sifirdan yazilmis modern haber portali temasi. Teknoloji, Claris FileMaker, yapay zeka ve etkinlik haberleri icin mansetli anasayfa, kategori bloklari, okuma sureli haber sayfasi ve tam duyarli yerlesim icerir.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
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: claris-haber
Tags: news, magazine, blog, custom-logo, custom-menu, featured-images, translation-ready, two-columns, right-sidebar
*/

/* ==========================================================================
   1. Degiskenler ve sifirlama
   ========================================================================== */

:root {
	--ch-green: #32c573;
	--ch-green-dark: #1f9b57;
	--ch-green-tint: #ebfcf2;
	--ch-ink: #14161f;
	--ch-ink-2: #2a2d3d;
	--ch-muted: #667085;
	--ch-muted-2: #98a2b3;
	--ch-line: #e5e7eb;
	--ch-line-soft: #f1f2f4;
	--ch-bg: #ffffff;
	--ch-bg-alt: #f7f8fa;

	--ch-cat-teknoloji: #2563eb;
	--ch-cat-yapay-zeka: #7c3aed;
	--ch-cat-claris-filemaker: #1f9b57;
	--ch-cat-etkinlikler: #ea580c;
	--ch-cat-etkinlik: #ea580c;
	--ch-cat-blog: #2a2d3d;
	--ch-cat-firma: #0891b2;
	--ch-cat-destek: #475569;
	--ch-cat-default: #2a2d3d;

	--ch-wrap: 1200px;
	--ch-gap: 28px;
	--ch-radius: 10px;

	--ch-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	--ch-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06);
	--ch-shadow-lg: 0 2px 4px rgba(16, 24, 40, .05), 0 18px 40px rgba(16, 24, 40, .10);
}

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

body {
	margin: 0;
	background: var(--ch-bg);
	color: var(--ch-ink);
	font-family: var(--ch-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--ch-green-dark);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.2;
	letter-spacing: -.02em;
	font-weight: 800;
}

p {
	margin: 0 0 1.15em;
}

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

.ch-wrap {
	width: 100%;
	max-width: var(--ch-wrap);
	margin: 0 auto;
	padding: 0 20px;
}

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

.ch-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--ch-ink);
	color: #fff;
	padding: 12px 20px;
	border-radius: 0 0 8px 0;
}

.ch-skip-link:focus {
	left: 0;
	color: #fff;
}

:focus-visible {
	outline: 3px solid var(--ch-green);
	outline-offset: 2px;
}

/* ==========================================================================
   2. Ust bar + baslik
   ========================================================================== */

.ch-topbar {
	background: var(--ch-ink-2);
	color: #fff;
	font-size: 13px;
	letter-spacing: .01em;
}

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

.ch-topbar__date {
	color: rgba(255, 255, 255, .7);
	text-transform: capitalize;
}

.ch-topbar__links {
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-topbar__links a {
	color: rgba(255, 255, 255, .85);
}

.ch-topbar__links a:hover {
	color: var(--ch-green);
}

.ch-header {
	background: var(--ch-bg);
	border-bottom: 1px solid var(--ch-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.ch-header__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 74px;
}

.ch-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.ch-brand img {
	max-height: 46px;
	width: auto;
}

.ch-brand__text {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.03em;
}

.ch-brand__text span {
	color: var(--ch-green);
}

.ch-nav {
	margin-left: auto;
}

.ch-nav ul {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-nav li {
	position: relative;
}

.ch-nav a {
	display: block;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	color: var(--ch-ink-2);
	transition: background .15s ease, color .15s ease;
}

.ch-nav a:hover,
.ch-nav .current-menu-item > a,
.ch-nav .current-menu-parent > a {
	background: var(--ch-green-tint);
	color: var(--ch-green-dark);
}

.ch-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 1px solid var(--ch-line);
	border-radius: 10px;
	box-shadow: var(--ch-shadow);
	padding: 6px;
	z-index: 60;
}

.ch-nav li:hover > .sub-menu,
.ch-nav li:focus-within > .sub-menu {
	display: flex;
}

.ch-header__tools {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ch-iconbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--ch-line);
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	color: var(--ch-ink-2);
	transition: background .15s ease, border-color .15s ease;
}

.ch-iconbtn:hover {
	background: var(--ch-green-tint);
	border-color: var(--ch-green);
	color: var(--ch-green-dark);
}

.ch-iconbtn svg {
	width: 19px;
	height: 19px;
}

.ch-burger {
	display: none;
}

/* Arama paneli */

.ch-searchpanel {
	display: none;
	border-top: 1px solid var(--ch-line);
	background: var(--ch-bg-alt);
	padding: 18px 0;
}

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

.ch-searchform {
	display: flex;
	gap: 10px;
}

.ch-searchform input[type="search"] {
	flex: 1;
	padding: 13px 16px;
	border: 1px solid var(--ch-line);
	border-radius: 10px;
	background: #fff;
	font-size: 16px;
}

.ch-searchform input[type="search"]:focus {
	border-color: var(--ch-green);
	outline: none;
}

.ch-searchform button {
	padding: 13px 24px;
	border: 0;
	border-radius: 10px;
	background: var(--ch-green);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.ch-searchform button:hover {
	background: var(--ch-green-dark);
}

/* ==========================================================================
   3. Son haberler seridi
   ========================================================================== */

.ch-ticker {
	background: var(--ch-green-tint);
	border-bottom: 1px solid #d6f2e2;
	overflow: hidden;
}

.ch-ticker__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 46px;
}

.ch-ticker__label {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--ch-green);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 6px;
}

.ch-ticker__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	animation: ch-pulse 1.6s ease-in-out infinite;
}

@keyframes ch-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .25; }
}

.ch-ticker__list {
	display: flex;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
}

.ch-ticker__list li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--ch-green-dark);
	margin-right: 10px;
	vertical-align: middle;
}

/* ==========================================================================
   4. Ortak parcalar: rozet, meta, kart
   ========================================================================== */

.ch-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 5px;
	background: var(--ch-cat-default);
	color: #fff;
}

.ch-badge:hover {
	color: #fff;
	filter: brightness(1.08);
}

.ch-badge--teknoloji { background: var(--ch-cat-teknoloji); }
.ch-badge--yapay-zeka { background: var(--ch-cat-yapay-zeka); }
.ch-badge--claris-filemaker { background: var(--ch-cat-claris-filemaker); }
.ch-badge--etkinlikler { background: var(--ch-cat-etkinlikler); }
.ch-badge--etkinlik { background: var(--ch-cat-etkinlikler); }
.ch-badge--firma { background: var(--ch-cat-firma); }
.ch-badge--destek { background: var(--ch-cat-destek); }
.ch-badge--blog { background: var(--ch-cat-default); }

.ch-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--ch-muted);
}

.ch-meta__sep {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--ch-muted-2);
}

/* Gorsel cercevesi ve gorselsiz yedek */

.ch-figure {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--ch-radius);
	background: var(--ch-bg-alt);
	aspect-ratio: 16 / 9;
}

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

.ch-card:hover .ch-figure img,
.ch-lead:hover .ch-figure img {
	transform: scale(1.04);
}

.ch-figure--ph {
	display: flex;
	align-items: flex-end;
	padding: 16px 18px;
	background:
		radial-gradient(140% 130% at 82% 4%, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 62%),
		linear-gradient(135deg, var(--ph-a, #2a2d3d) 0%, var(--ph-b, #14161f) 100%);
	color: #fff;
}

.ch-figure--ph::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .085) 0 1px, transparent 1px 15px);
}

.ch-figure--ph::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 16px;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(255, 255, 255, .38);
	border-radius: 8px;
	transform: rotate(14deg);
}

.ch-figure__phtext {
	position: relative;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	opacity: .85;
}

/* Gorselsiz haberler: tipografik kapak */

.ch-figure--ph {
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
}

.ch-figure__title {
	display: none;
}

.ch-lead > a .ch-figure__title,
.ch-card > a .ch-figure__title {
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -.02em;
	color: #fff;
}

.ch-lead > a .ch-figure__title {
	font-size: clamp(22px, 2.6vw, 34px);
	-webkit-line-clamp: 5;
}

/* Kucuk kutucuklarda kapak basligi gosterilmez */

.ch-hero__side .ch-card > a .ch-figure__title,
.ch-row > a .ch-figure__title {
	display: none;
}

/* Kapak basligi gorunurken karttaki ikinci baslik gizlenir */

.ch-card--noimg > .ch-card__title,
.ch-lead--noimg > .ch-lead__title {
	display: none;
}

.ch-hero__side .ch-card--noimg > .ch-card__title {
	display: block;
}

/* Kucuk kutucuklarda yer tutucu sadelesir */

.ch-row .ch-figure--ph,
.ch-hero__side .ch-figure--ph {
	padding: 10px;
}

.ch-row .ch-figure--ph::after,
.ch-hero__side .ch-figure--ph::after {
	width: 18px;
	height: 18px;
	top: 10px;
	right: 10px;
	border-width: 1.5px;
}

.ch-row .ch-figure__phtext,
.ch-hero__side .ch-figure__phtext {
	font-size: 8.5px;
	letter-spacing: .1em;
}

.ch-lead .ch-figure--ph {
	padding: 26px 28px;
}

.ch-lead .ch-figure__phtext {
	font-size: 13px;
}

.ch-lead .ch-figure--ph::after {
	width: 46px;
	height: 46px;
	top: 26px;
	right: 26px;
}

/* Kart */

.ch-card > a,
.ch-lead > a,
.ch-row > a {
	display: block;
	min-width: 0;
}

.ch-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.ch-card__title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	font-weight: 700;
}

.ch-card__title a:hover {
	color: var(--ch-green-dark);
}

.ch-card__excerpt {
	margin: 0;
	font-size: 14.5px;
	color: var(--ch-muted);
	line-height: 1.6;
}

.ch-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

/* Manset karti */

.ch-lead {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ch-lead .ch-figure {
	aspect-ratio: 3 / 2;
}

.ch-lead__title {
	font-size: clamp(26px, 3.4vw, 40px);
	line-height: 1.12;
	margin: 0;
	font-weight: 800;
}

.ch-lead__excerpt {
	font-size: 17px;
	color: var(--ch-muted);
	margin: 0;
	max-width: 62ch;
}

/* Kompakt liste satiri */

.ch-row {
	display: grid;
	grid-template-columns: 104px 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid var(--ch-line-soft);
}

.ch-row:last-child {
	border-bottom: 0;
}

.ch-row .ch-figure {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
}

.ch-row__title {
	font-size: 15.5px;
	line-height: 1.35;
	margin: 0 0 6px;
	font-weight: 700;
}

.ch-row__num {
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	color: var(--ch-line);
	font-variant-numeric: tabular-nums;
}

.ch-row--num {
	grid-template-columns: 42px 1fr;
	align-items: center;
}

/* ==========================================================================
   5. Bolum basliklari
   ========================================================================== */

.ch-section {
	padding: 44px 0;
}

.ch-section--alt {
	background: var(--ch-bg-alt);
	border-top: 1px solid var(--ch-line);
	border-bottom: 1px solid var(--ch-line);
}

.ch-sechead {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--ch-ink);
}

.ch-sechead__title {
	font-size: 22px;
	margin: 0;
	letter-spacing: -.02em;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ch-sechead__title::before {
	content: "";
	width: 6px;
	height: 22px;
	border-radius: 3px;
	background: var(--sec-color, var(--ch-green));
}

.ch-sechead__more {
	font-size: 14px;
	font-weight: 700;
	color: var(--ch-muted);
	white-space: nowrap;
}

.ch-sechead__more:hover {
	color: var(--ch-green-dark);
}

/* ==========================================================================
   6. Izgaralar
   ========================================================================== */

.ch-hero {
	display: grid;
	grid-template-columns: 1.55fr 1fr;
	gap: var(--ch-gap);
	padding: 36px 0 8px;
}

.ch-hero__side {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ch-hero__side .ch-card {
	display: grid;
	grid-template-columns: 132px 1fr;
	gap: 14px;
	align-items: start;
}

.ch-hero__side .ch-card__title {
	font-size: 16px;
}

.ch-grid {
	display: grid;
	gap: var(--ch-gap);
}

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

.ch-split {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 48px;
	align-items: start;
}

/* Kategori blogu: solda buyuk, sagda liste */

.ch-catblock {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: var(--ch-gap);
}

/* ==========================================================================
   7. Etkinlik listesi
   ========================================================================== */

.ch-events {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ch-event {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 16px;
	align-items: start;
	background: #fff;
	border: 1px solid var(--ch-line);
	border-radius: var(--ch-radius);
	padding: 18px;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ch-event:hover {
	border-color: var(--ch-green);
	box-shadow: var(--ch-shadow);
	transform: translateY(-2px);
}

.ch-event__date {
	text-align: center;
	background: var(--ch-green-tint);
	border-radius: 8px;
	padding: 10px 6px;
	line-height: 1.1;
}

.ch-event__day {
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: var(--ch-green-dark);
}

.ch-event__mon {
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ch-green-dark);
	margin-top: 3px;
}

.ch-event__title {
	font-size: 16px;
	margin: 0 0 6px;
	line-height: 1.35;
}

.ch-event__desc {
	margin: 0;
	font-size: 14px;
	color: var(--ch-muted);
}

/* ==========================================================================
   8. Bulten / cagri bloklari
   ========================================================================== */

.ch-cta {
	background: var(--ch-ink-2);
	color: #fff;
	border-radius: 14px;
	padding: 38px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 32px;
	align-items: center;
}

.ch-cta h2 {
	font-size: 27px;
	margin: 0 0 10px;
	color: #fff;
}

.ch-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .74);
}

.ch-btn {
	display: inline-block;
	padding: 14px 26px;
	border-radius: 10px;
	background: var(--ch-green);
	color: #fff;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	text-align: center;
}

.ch-btn:hover {
	background: var(--ch-green-dark);
	color: #fff;
}

.ch-btn--ghost {
	background: transparent;
	border: 1px solid var(--ch-line);
	color: var(--ch-ink-2);
}

.ch-btn--ghost:hover {
	background: var(--ch-green-tint);
	border-color: var(--ch-green);
	color: var(--ch-green-dark);
}

/* ==========================================================================
   9. Tekil haber
   ========================================================================== */

.ch-single {
	padding: 34px 0 56px;
}

.ch-breadcrumb {
	font-size: 13px;
	color: var(--ch-muted);
	margin-bottom: 18px;
}

.ch-breadcrumb a:hover {
	color: var(--ch-green-dark);
}

.ch-article__header {
	max-width: 760px;
	margin-bottom: 26px;
}

.ch-article__title {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.13;
	margin: 14px 0 16px;
}

.ch-article__lead {
	font-size: 19px;
	line-height: 1.6;
	color: var(--ch-muted);
	margin: 0 0 18px;
}

.ch-article__figure {
	margin: 0 0 30px;
	border-radius: 12px;
	overflow: hidden;
}

.ch-article__figure img {
	width: 100%;
}

.ch-article__caption {
	font-size: 13px;
	color: var(--ch-muted);
	padding: 10px 2px 0;
}

.ch-content {
	font-size: 17.5px;
	line-height: 1.78;
	max-width: 720px;
}

.ch-content > * {
	max-width: 100%;
}

.ch-content h2 {
	font-size: 26px;
	margin: 1.8em 0 .5em;
}

.ch-content h3 {
	font-size: 21px;
	margin: 1.6em 0 .45em;
}

.ch-content a {
	color: var(--ch-green-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ch-content img {
	border-radius: 10px;
	margin: 1.4em 0;
}

.ch-content blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	border-left: 4px solid var(--ch-green);
	font-size: 20px;
	line-height: 1.5;
	color: var(--ch-ink-2);
	font-weight: 600;
}

.ch-content ul,
.ch-content ol {
	padding-left: 1.3em;
}

.ch-content li {
	margin-bottom: .5em;
}

.ch-content figure {
	margin: 1.6em 0;
}

.ch-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.ch-content th,
.ch-content td {
	border: 1px solid var(--ch-line);
	padding: 10px 12px;
	text-align: left;
}

.ch-source {
	margin: 32px 0 0;
	padding: 16px 18px;
	background: var(--ch-bg-alt);
	border-left: 4px solid var(--ch-green);
	border-radius: 0 8px 8px 0;
	font-size: 14.5px;
	max-width: 720px;
}

.ch-source strong {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--ch-muted);
}

.ch-share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 30px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--ch-line);
	max-width: 720px;
}

.ch-share__label {
	font-size: 13px;
	font-weight: 700;
	color: var(--ch-muted);
	margin-right: 4px;
}

.ch-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--ch-line);
	border-radius: 9px;
	color: var(--ch-ink-2);
}

.ch-share a:hover {
	background: var(--ch-green-tint);
	border-color: var(--ch-green);
	color: var(--ch-green-dark);
}

.ch-share svg {
	width: 17px;
	height: 17px;
}

/* Yan sutun */

.ch-sidebar {
	position: sticky;
	top: 96px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ch-widget {
	border: 1px solid var(--ch-line);
	border-radius: 12px;
	padding: 20px;
	background: #fff;
}

.ch-widget__title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--ch-ink);
}

.ch-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-widget > ul > li {
	padding: 9px 0;
	border-bottom: 1px solid var(--ch-line-soft);
	font-size: 14.5px;
	font-weight: 600;
}

.ch-widget > ul > li:last-child {
	border-bottom: 0;
}

.ch-taglist {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ch-taglist a {
	font-size: 13px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--ch-bg-alt);
	border: 1px solid var(--ch-line);
}

.ch-taglist a:hover {
	background: var(--ch-green-tint);
	border-color: var(--ch-green);
	color: var(--ch-green-dark);
}

/* ==========================================================================
   10. Arsiv / arama / 404
   ========================================================================== */

.ch-pagehead {
	background: var(--ch-bg-alt);
	border-bottom: 1px solid var(--ch-line);
	padding: 40px 0;
	margin-bottom: 40px;
}

.ch-pagehead__title {
	font-size: clamp(28px, 4vw, 42px);
	margin: 0 0 8px;
}

.ch-pagehead__desc {
	margin: 0;
	color: var(--ch-muted);
	max-width: 70ch;
	font-size: 16.5px;
}

.ch-pagehead__count {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ch-green-dark);
	margin-bottom: 8px;
	display: block;
}

.ch-archive {
	padding-bottom: 56px;
}

.ch-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 44px;
}

.ch-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--ch-line);
	border-radius: 9px;
	font-weight: 700;
	font-size: 14.5px;
	background: #fff;
}

.ch-pagination .page-numbers:hover {
	border-color: var(--ch-green);
	background: var(--ch-green-tint);
	color: var(--ch-green-dark);
}

.ch-pagination .page-numbers.current {
	background: var(--ch-ink-2);
	border-color: var(--ch-ink-2);
	color: #fff;
}

.ch-notfound {
	padding: 80px 0;
	text-align: center;
}

.ch-notfound__code {
	font-size: 96px;
	font-weight: 800;
	line-height: 1;
	color: var(--ch-green);
	letter-spacing: -.04em;
}

/* Sayfa (page.php) */

.ch-page {
	padding: 40px 0 60px;
}

/* ==========================================================================
   11. Alt bilgi
   ========================================================================== */

.ch-footer {
	background: var(--ch-ink-2);
	color: rgba(255, 255, 255, .72);
	padding: 52px 0 0;
	margin-top: 60px;
	font-size: 14.5px;
}

.ch-footer a {
	color: rgba(255, 255, 255, .72);
}

.ch-footer a:hover {
	color: var(--ch-green);
}

.ch-footer__cols {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 36px;
	padding-bottom: 40px;
}

.ch-footer__title {
	color: #fff;
	font-size: 14px;
	letter-spacing: .07em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.ch-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ch-footer li {
	margin-bottom: 9px;
}

.ch-footer__brand img {
	max-height: 42px;
	width: auto;
	margin-bottom: 14px;
	filter: brightness(0) invert(1);
}

.ch-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.ch-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 9px;
}

.ch-footer__social a:hover {
	border-color: var(--ch-green);
	background: rgba(50, 197, 115, .12);
}

.ch-footer__social svg {
	width: 17px;
	height: 17px;
}

.ch-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	font-size: 13.5px;
	color: rgba(255, 255, 255, .55);
}

/* ==========================================================================
   12. Duyarli yerlesim
   ========================================================================== */

@media (max-width: 1024px) {
	.ch-hero {
		grid-template-columns: 1fr;
	}

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

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

	.ch-catblock {
		grid-template-columns: 1fr;
	}

	.ch-split {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ch-sidebar {
		position: static;
	}

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

@media (max-width: 860px) {
	.ch-burger {
		display: inline-flex;
	}

	.ch-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid var(--ch-line);
		box-shadow: var(--ch-shadow);
		padding: 10px 20px 18px;
	}

	.ch-nav.is-open {
		display: block;
	}

	.ch-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.ch-nav a {
		padding: 13px 10px;
		border-bottom: 1px solid var(--ch-line-soft);
		border-radius: 0;
	}

	.ch-nav .sub-menu {
		display: flex;
		position: static;
		border: 0;
		box-shadow: none;
		padding: 0 0 0 14px;
	}

	.ch-header__inner {
		min-height: 64px;
		position: relative;
	}

	.ch-topbar__links {
		display: none;
	}

	.ch-grid--3,
	.ch-grid--2 {
		grid-template-columns: 1fr;
	}

	.ch-events {
		grid-template-columns: 1fr;
	}

	.ch-cta {
		grid-template-columns: 1fr;
		padding: 28px;
	}
}

@media (max-width: 560px) {
	.ch-grid--4,
	.ch-hero__side {
		grid-template-columns: 1fr;
	}

	.ch-hero__side .ch-card {
		grid-template-columns: 116px 1fr;
	}

	.ch-section {
		padding: 32px 0;
	}

	.ch-footer__cols {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ch-ticker__label span:not(.ch-ticker__dot) {
		display: none;
	}
}

/* Yazdirma */

@media print {
	.ch-topbar,
	.ch-header,
	.ch-ticker,
	.ch-share,
	.ch-sidebar,
	.ch-footer {
		display: none !important;
	}
}
