/*
Theme Name: LokalBakış
Theme URI: https://lokalbakis.de
Author: LokalBakış Medya
Description: LokalBakış-Almanya için özel geliştirilmiş haber teması. Almanya'daki Türk toplumuna yönelik haber yayıncılığı için tasarlandı.
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: lokalbakis
Tags: news, magazine, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready
*/

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

:root {
	--lb-green: #1b6e45;
	--lb-green-dark: #14512f;
	--lb-green-light: #e8f1ec;
	--lb-green-rule: #b9cfc1;

	--lb-ink: #14181c;
	--lb-body: #3a4249;
	--lb-muted: #7a848c;
	--lb-line: #e3e7ea;
	--lb-bg-soft: #f5f7f8;

	--lb-footer-bg: #1c1f21;
	--lb-footer-text: #b9c0c6;

	--lb-serif: "Playfair Display", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
	--lb-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	--lb-container: 1140px;
	--lb-radius: 4px;
	--lb-shadow: 0 1px 3px rgba(20, 24, 28, .07);
}

/* ==========================================================================
   2. Sıfırlama ve temel tipografi
   ========================================================================== */

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

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

body {
	margin: 0;
	background: #fff;
	color: var(--lb-body);
	font-family: var(--lb-sans);
	font-size: 15px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	color: var(--lb-ink);
	font-family: var(--lb-serif);
	font-weight: 700;
	line-height: 1.25;
}

p {
	margin: 0 0 1em;
}

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

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

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

figure {
	margin: 0;
}

ul, ol {
	margin: 0 0 1em;
	padding-left: 1.2em;
}

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

button {
	cursor: pointer;
}

hr {
	border: 0;
	border-top: 1px solid var(--lb-line);
	margin: 28px 0;
}

/* Erişilebilirlik */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--lb-ink);
	display: block;
	font-size: 14px;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .12);
}

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

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

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

.lb-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 38px;
	align-items: start;
	padding: 30px 0 46px;
}

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

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

.lb-topbar {
	background: var(--lb-bg-soft);
	border-bottom: 1px solid var(--lb-line);
	font-size: 12.5px;
	color: #5a646c;
}

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

.lb-topbar__date {
	display: flex;
	align-items: center;
	gap: 12px;
	letter-spacing: .01em;
}

.lb-topbar__sep {
	color: #c3cace;
}

.lb-topbar__right {
	display: flex;
	align-items: center;
	gap: 6px;
}

.lb-topbar__social {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-right: 10px;
}

.lb-topbar__social a {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #4a545c;
}

.lb-topbar__social a:hover {
	background: #fff;
	color: var(--lb-green);
}

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

.lb-search-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: none;
	border: 0;
	padding: 6px 2px;
	font-size: 12.5px;
	color: #4a545c;
}

.lb-search-toggle:hover {
	color: var(--lb-green);
}

.lb-search-toggle svg {
	width: 15px;
	height: 15px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
}

/* Açılır arama paneli */

.lb-searchpanel {
	display: none;
	background: #fff;
	border-bottom: 1px solid var(--lb-line);
	padding: 18px 0;
}

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

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

.lb-searchform input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	padding: 11px 14px;
	font-size: 14px;
	background: #fff;
}

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

.lb-searchform button {
	border: 0;
	border-radius: var(--lb-radius);
	background: var(--lb-green);
	color: #fff;
	padding: 0 22px;
	font-size: 13.5px;
	font-weight: 600;
}

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

/* ==========================================================================
   5. Logo bandı
   ========================================================================== */

.lb-brandbar {
	background: #fff;
	padding: 22px 0 20px;
	text-align: center;
}

.lb-brandbar img {
	margin: 0 auto;
	max-height: 74px;
	width: auto;
}

.lb-logo-text {
	display: inline-block;
	font-family: var(--lb-serif);
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.01em;
	color: var(--lb-ink);
}

.lb-logo-text span {
	color: var(--lb-green);
}

.lb-brandbar .lb-tagline {
	margin: 8px 0 0;
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--lb-muted);
}

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

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

.lb-nav__inner {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lb-nav__home {
	display: grid;
	place-items: center;
	width: 42px;
	height: 46px;
	color: var(--lb-ink);
	flex: none;
}

.lb-nav__home svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.lb-nav__home:hover {
	color: var(--lb-green);
}

.lb-menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.lb-menu li {
	position: relative;
}

.lb-menu > li > a {
	display: block;
	padding: 14px 17px;
	font-size: 14.5px;
	font-weight: 500;
	color: var(--lb-ink);
	position: relative;
}

.lb-menu > li > a::after {
	content: "";
	position: absolute;
	left: 17px;
	right: 17px;
	bottom: 0;
	height: 2px;
	background: var(--lb-green);
	transform: scaleX(0);
	transition: transform .18s ease;
}

.lb-menu > li:hover > a::after,
.lb-menu > li.current-menu-item > a::after,
.lb-menu > li.current-menu-ancestor > a::after,
.lb-menu > li.current_page_item > a::after {
	transform: scaleX(1);
}

.lb-menu > li.current-menu-item > a,
.lb-menu > li.current_page_item > a {
	color: var(--lb-green);
}

/* Alt menüler */

.lb-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 60;
	min-width: 210px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	box-shadow: 0 8px 24px rgba(20, 24, 28, .1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
}

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

.lb-menu .sub-menu .sub-menu {
	top: -7px;
	left: 100%;
}

.lb-menu .sub-menu a {
	display: block;
	padding: 8px 16px;
	font-size: 13.5px;
	color: var(--lb-ink);
}

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

/* Mobil menü düğmesi */

.lb-nav__toggle {
	display: none;
	align-items: center;
	gap: 9px;
	background: none;
	border: 0;
	padding: 13px 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--lb-ink);
}

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

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

.lb-breaking {
	margin: 16px 0 0;
	display: flex;
	align-items: stretch;
	background: var(--lb-bg-soft);
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	overflow: hidden;
	min-height: 42px;
}

.lb-breaking__label {
	display: flex;
	align-items: center;
	gap: 9px;
	flex: none;
	background: var(--lb-green-dark);
	color: #fff;
	padding: 0 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.lb-breaking__label svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.lb-breaking__track {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 0;
	padding: 0 16px;
	overflow: hidden;
	white-space: nowrap;
}

.lb-breaking__item {
	font-size: 13.5px;
	color: var(--lb-ink);
	overflow: hidden;
	text-overflow: ellipsis;
}

.lb-breaking__item + .lb-breaking__item::before {
	content: "•";
	color: var(--lb-green);
	margin: 0 14px;
}

.lb-breaking__more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: none;
	padding: 0 16px;
	font-size: 12.5px;
	color: var(--lb-body);
	border-left: 1px solid var(--lb-line);
	align-self: stretch;
}

.lb-breaking__more:hover {
	color: var(--lb-green);
}

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

.lb-section {
	margin-bottom: 34px;
}

.lb-section__head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.lb-section__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.01em;
	white-space: nowrap;
}

.lb-section__rule {
	flex: 1;
	height: 1px;
	background: var(--lb-green-rule);
}

.lb-more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: none;
	font-size: 12.5px;
	color: var(--lb-muted);
	white-space: nowrap;
}

.lb-more:hover {
	color: var(--lb-green);
}

.lb-more svg {
	width: 13px;
	height: 13px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
}

/* ==========================================================================
   9. Ortak kart parçaları
   ========================================================================== */

.lb-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--lb-radius);
	background: var(--lb-bg-soft);
}

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

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

.lb-card:hover .lb-thumb img,
.lb-hero:hover .lb-thumb img {
	transform: scale(1.045);
}

.lb-badge {
	display: inline-block;
	background: var(--lb-green);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 2px;
	line-height: 1;
}

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

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

.lb-meta__dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	opacity: .6;
	flex: none;
}

.lb-card__title {
	font-size: 16px;
	line-height: 1.34;
	margin: 0 0 7px;
}

.lb-card {
	display: flex;
	flex-direction: column;
}

.lb-card__body {
	padding-top: 11px;
}

.lb-card .lb-thumb {
	aspect-ratio: 16 / 10;
}

/* Küçük kart (Öne Çıkanlar) */

.lb-card--sm .lb-thumb {
	aspect-ratio: 16 / 11;
}

.lb-card--sm .lb-card__title {
	font-size: 14px;
	line-height: 1.36;
}

/* Yatay liste öğesi */

.lb-item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	padding: 13px 0;
	border-bottom: 1px solid var(--lb-line);
}

.lb-item:first-child {
	padding-top: 0;
}

.lb-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.lb-item .lb-thumb {
	aspect-ratio: 4 / 3;
}

.lb-item__title {
	font-size: 14px;
	line-height: 1.36;
	margin: 0 0 5px;
}

/* ==========================================================================
   10. Hero alanı
   ========================================================================== */

.lb-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 14px;
	margin: 14px 0 0;
}

.lb-hero-grid__side {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 14px;
}

.lb-hero {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--lb-radius);
	background: #14181c;
	min-height: 161px;
}

.lb-hero--lead {
	min-height: 336px;
}

.lb-hero > .lb-thumb {
	position: absolute;
	inset: 0;
	border-radius: 0;
}

.lb-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 14, 18, .92) 0%, rgba(10, 14, 18, .62) 34%, rgba(10, 14, 18, .12) 66%, rgba(10, 14, 18, 0) 100%);
	z-index: 2;
}

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

.lb-hero__content .lb-badge {
	align-self: flex-start;
	margin-bottom: 12px;
}

.lb-hero__title {
	color: #fff;
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.22;
	letter-spacing: -.01em;
}

.lb-hero__title a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lb-hero__excerpt {
	margin: 0 0 12px;
	font-size: 13.5px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .84);
	max-width: 60ch;
}

.lb-hero .lb-meta {
	color: rgba(255, 255, 255, .74);
	font-size: 11.5px;
}

.lb-hero--side .lb-hero__title {
	font-size: 19px;
	line-height: 1.28;
	margin-bottom: 8px;
}

.lb-hero--side .lb-hero__content {
	padding: 18px;
}

/* ==========================================================================
   11. Reklam alanı
   ========================================================================== */

.lb-ad {
	position: relative;
	display: flex;
	align-items: center;
	margin: 18px 0 4px;
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	background: var(--lb-bg-soft);
	overflow: hidden;
	min-height: 96px;
}

.lb-ad__label {
	flex: none;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	align-self: stretch;
	display: grid;
	place-items: center;
	width: 26px;
	background: #eceff1;
	color: #9aa3aa;
	font-size: 9px;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.lb-ad__body {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
}

.lb-ad__body img {
	max-height: 90px;
	width: auto;
}

.lb-ad__placeholder {
	color: var(--lb-muted);
	font-size: 12.5px;
	letter-spacing: .04em;
}

/* ==========================================================================
   12. Izgaralar
   ========================================================================== */

.lb-grid {
	display: grid;
	gap: 18px;
}

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

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

/* Üç sütunlu mini liste blokları */

.lb-triple {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--lb-line);
	padding-top: 22px;
}

.lb-triple__col {
	padding: 0 22px;
	min-width: 0;
	border-left: 1px solid var(--lb-line);
}

.lb-triple__col:first-child {
	padding-left: 0;
	border-left: 0;
}

.lb-triple__col:last-child {
	padding-right: 0;
}

.lb-triple .lb-section__head {
	margin-bottom: 12px;
	gap: 12px;
}

.lb-triple .lb-section__title {
	font-size: 18px;
}

/* ==========================================================================
   13. Kenar çubuğu
   ========================================================================== */

.lb-sidebar {
	min-width: 0;
}

.lb-widget {
	margin-bottom: 26px;
}

.lb-widget__title {
	font-size: 20px;
	margin: 0;
}

/* En çok okunanlar */

.lb-rank {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lb-rank__item {
	display: grid;
	grid-template-columns: 32px 76px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--lb-line);
}

.lb-rank__item:first-child {
	padding-top: 0;
}

.lb-rank__item:last-child {
	border-bottom: 0;
}

.lb-rank__num {
	font-family: var(--lb-serif);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	color: var(--lb-green);
	text-align: center;
}

.lb-rank__item .lb-thumb {
	aspect-ratio: 4 / 3;
}

.lb-rank__title {
	font-size: 13.5px;
	line-height: 1.35;
	margin: 0 0 4px;
}

.lb-rank__foot {
	display: flex;
	justify-content: flex-end;
	padding-top: 14px;
}

/* Bülten kutusu */

.lb-newsletter {
	border: 1px solid var(--lb-line);
	border-radius: 6px;
	padding: 20px;
	background: #fff;
	box-shadow: var(--lb-shadow);
}

.lb-newsletter__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 15px;
}

.lb-newsletter__icon {
	flex: none;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--lb-green);
	color: #fff;
}

.lb-newsletter__icon svg {
	width: 21px;
	height: 21px;
	stroke: currentColor;
	stroke-width: 1.7;
	fill: none;
}

.lb-newsletter__title {
	margin: 0 0 4px;
	font-size: 16.5px;
}

.lb-newsletter__text {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--lb-muted);
}

.lb-newsletter__form {
	display: flex;
	gap: 8px;
}

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

.lb-newsletter__form input[type="email"]:focus {
	border-color: var(--lb-green);
	outline: none;
}

.lb-newsletter__form button {
	flex: none;
	border: 0;
	border-radius: var(--lb-radius);
	background: var(--lb-green);
	color: #fff;
	padding: 0 18px;
	font-size: 13px;
	font-weight: 600;
}

.lb-newsletter__form button:hover {
	background: var(--lb-green-dark);
}

/* Takip kutusu */

.lb-follow {
	border: 1px solid var(--lb-line);
	border-radius: 6px;
	padding: 20px;
	box-shadow: var(--lb-shadow);
}

.lb-follow__title {
	margin: 0 0 14px;
	font-size: 18px;
}

.lb-social-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.lb-social-row a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--lb-line);
	border-radius: 50%;
	color: var(--lb-ink);
}

.lb-social-row a:hover {
	background: var(--lb-green);
	border-color: var(--lb-green);
	color: #fff;
}

.lb-social-row svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* WordPress widget'ları için ortak görünüm */

.lb-sidebar .widget {
	margin-bottom: 26px;
}

.lb-sidebar .widget-title,
.lb-sidebar .wp-block-heading {
	font-family: var(--lb-serif);
	font-size: 20px;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--lb-green-rule);
}

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

.lb-sidebar .widget li {
	padding: 8px 0;
	border-bottom: 1px solid var(--lb-line);
	font-size: 13.5px;
}

/* ==========================================================================
   14. Yazı / sayfa içeriği
   ========================================================================== */

.lb-entry-header {
	margin-bottom: 22px;
}

.lb-entry-header .lb-badge {
	margin-bottom: 14px;
}

.lb-entry-title {
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 12px;
	letter-spacing: -.015em;
}

.lb-entry-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 12.5px;
	color: var(--lb-muted);
	padding-bottom: 16px;
	border-bottom: 1px solid var(--lb-line);
}

.lb-entry-featured {
	margin: 0 0 24px;
}

.lb-entry-featured img {
	width: 100%;
	border-radius: var(--lb-radius);
}

.lb-entry-featured figcaption {
	margin-top: 8px;
	font-size: 12px;
	color: var(--lb-muted);
}

.lb-entry-content {
	font-size: 16.5px;
	line-height: 1.78;
	color: #2f363c;
}

.lb-entry-content > * {
	margin-bottom: 1.15em;
}

.lb-entry-content h2 {
	font-size: 24px;
	margin-top: 1.6em;
}

.lb-entry-content h3 {
	font-size: 20px;
	margin-top: 1.5em;
}

.lb-entry-content a {
	color: var(--lb-green);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lb-entry-content img {
	border-radius: var(--lb-radius);
}

.lb-entry-content blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	border-left: 3px solid var(--lb-green);
	font-family: var(--lb-serif);
	font-size: 19px;
	line-height: 1.5;
	color: var(--lb-ink);
}

.lb-entry-content figcaption {
	font-size: 12.5px;
	color: var(--lb-muted);
	margin-top: 7px;
}

.lb-entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14.5px;
}

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

.lb-entry-footer {
	margin-top: 26px;
	padding-top: 18px;
	border-top: 1px solid var(--lb-line);
}

.lb-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.lb-tags a {
	display: inline-block;
	padding: 5px 11px;
	border: 1px solid var(--lb-line);
	border-radius: 999px;
	font-size: 12px;
	color: var(--lb-body);
}

.lb-tags a:hover {
	border-color: var(--lb-green);
	color: var(--lb-green);
}

.lb-share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

.lb-share__label {
	font-size: 12.5px;
	color: var(--lb-muted);
}

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

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

.lb-share svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

/* Yazı arası gezinme */

.lb-postnav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.lb-postnav__link {
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	padding: 14px 16px;
}

.lb-postnav__link:hover {
	border-color: var(--lb-green-rule);
}

.lb-postnav__dir {
	display: block;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--lb-muted);
	margin-bottom: 6px;
}

.lb-postnav__title {
	font-family: var(--lb-serif);
	font-size: 15px;
	line-height: 1.35;
	color: var(--lb-ink);
	font-weight: 700;
}

.lb-postnav__link--next {
	text-align: right;
}

/* Yorumlar */

.lb-comments {
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--lb-line);
}

.lb-comments__title {
	font-size: 21px;
	margin-bottom: 18px;
}

.comment-list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.comment-list li {
	padding: 16px 0;
	border-bottom: 1px solid var(--lb-line);
}

.comment-list .children {
	list-style: none;
	margin: 12px 0 0 26px;
	padding: 0;
	border-left: 2px solid var(--lb-line);
	padding-left: 18px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--lb-ink);
	margin-bottom: 4px;
}

.comment-author img {
	border-radius: 50%;
}

.comment-metadata {
	font-size: 12px;
	color: var(--lb-muted);
	margin-bottom: 8px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
	width: 100%;
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	padding: 10px 12px;
	font-size: 14px;
	margin-bottom: 12px;
}

.comment-respond .submit {
	border: 0;
	border-radius: var(--lb-radius);
	background: var(--lb-green);
	color: #fff;
	padding: 11px 24px;
	font-size: 14px;
	font-weight: 600;
}

.comment-respond .submit:hover {
	background: var(--lb-green-dark);
}

/* ==========================================================================
   15. Arşiv ve sayfalama
   ========================================================================== */

.lb-archive-head {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--lb-green);
}

.lb-archive-title {
	font-size: 30px;
	margin: 0 0 6px;
}

.lb-archive-desc {
	margin: 0;
	font-size: 14px;
	color: var(--lb-muted);
}

.lb-breadcrumb {
	font-size: 12.5px;
	color: var(--lb-muted);
	padding: 14px 0 0;
}

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

.lb-breadcrumb span + span::before {
	content: "/";
	margin: 0 8px;
	color: #c3cace;
}

.lb-pagination {
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid var(--lb-line);
}

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

.lb-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid var(--lb-line);
	border-radius: var(--lb-radius);
	font-size: 14px;
	color: var(--lb-ink);
}

.lb-pagination .page-numbers:hover {
	border-color: var(--lb-green);
	color: var(--lb-green);
}

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

.lb-pagination .page-numbers.dots {
	border-color: transparent;
}

/* Boş sonuç */

.lb-empty {
	padding: 40px 0;
	text-align: center;
}

.lb-empty__title {
	font-size: 24px;
	margin-bottom: 8px;
}

.lb-empty__text {
	color: var(--lb-muted);
	margin-bottom: 20px;
}

.lb-empty .lb-searchform {
	max-width: 420px;
	margin: 0 auto;
}

/* 404 */

.lb-404 {
	text-align: center;
	padding: 56px 0 40px;
}

.lb-404__code {
	font-family: var(--lb-serif);
	font-size: 96px;
	line-height: 1;
	color: var(--lb-green);
	margin: 0 0 10px;
}

/* ==========================================================================
   16. Alt bilgi
   ========================================================================== */

.lb-footer {
	background: var(--lb-footer-bg);
	color: var(--lb-footer-text);
	margin-top: 10px;
}

.lb-footer a {
	color: var(--lb-footer-text);
}

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

.lb-footer__main {
	display: grid;
	grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
	gap: 30px;
	padding: 46px 0 40px;
}

.lb-footer__brand .lb-logo-text {
	color: #fff;
	font-size: 32px;
}

.lb-footer__brand .lb-logo-text span {
	color: #4faa78;
}

.lb-footer__brand img {
	max-height: 54px;
	width: auto;
	margin-bottom: 4px;
}

.lb-footer__about {
	margin: 14px 0 18px;
	font-size: 13px;
	line-height: 1.65;
	color: #939ba1;
	max-width: 34ch;
}

.lb-footer .lb-social-row a {
	width: 34px;
	height: 34px;
	border-color: rgba(255, 255, 255, .16);
	color: var(--lb-footer-text);
}

.lb-footer .lb-social-row a:hover {
	background: var(--lb-green);
	border-color: var(--lb-green);
	color: #fff;
}

.lb-footer__coltitle {
	color: #fff;
	font-family: var(--lb-serif);
	font-size: 16px;
	margin: 0 0 14px;
}

.lb-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13.5px;
}

.lb-footer__list li {
	margin-bottom: 9px;
}

.lb-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13.5px;
	line-height: 1.6;
}

.lb-footer__contact li {
	margin-bottom: 11px;
	display: flex;
	gap: 9px;
	align-items: flex-start;
}

.lb-footer__contact svg {
	width: 14px;
	height: 14px;
	margin-top: 4px;
	flex: none;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
}

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

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

.lb-footer__barmenu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
}

.lb-footer__barmenu li + li::before {
	content: "|";
	margin: 0 12px;
	color: rgba(255, 255, 255, .18);
}

/* Yukarı çık */

.lb-totop {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 90;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--lb-green);
	color: #fff;
	box-shadow: 0 4px 14px rgba(20, 24, 28, .2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.lb-totop.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lb-totop:hover {
	background: var(--lb-green-dark);
}

.lb-totop svg {
	width: 17px;
	height: 17px;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
}

/* ==========================================================================
   17. WordPress hizalama sınıfları
   ========================================================================== */

.alignleft {
	float: left;
	margin: .3em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: .3em 0 1em 1.5em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	margin-left: -40px;
	margin-right: -40px;
	max-width: calc(100% + 80px);
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
}

.sticky .lb-card__title::before {
	content: "★";
	color: var(--lb-green);
	margin-right: 6px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 12.5px;
	color: var(--lb-muted);
	margin-top: 7px;
}

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

@media (max-width: 1080px) {
	.lb-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 28px;
	}

	.lb-hero__title {
		font-size: 26px;
	}

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

@media (max-width: 900px) {
	.lb-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.lb-sidebar {
		border-top: 1px solid var(--lb-line);
		padding-top: 26px;
	}

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

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

	.lb-hero--lead {
		min-height: 300px;
	}

	.lb-triple {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 0;
	}

	.lb-triple__col:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.lb-footer__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 26px;
	}

	.lb-footer__brand {
		grid-column: 1 / -1;
	}

	.lb-entry-title {
		font-size: 27px;
	}
}

/* Menü, öğeler tek satıra sığmamaya başlamadan önce açılır menüye geçer. */
@media (max-width: 900px) {
	.lb-nav__toggle {
		display: inline-flex;
	}

	.lb-nav__home {
		display: none;
	}

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

	.lb-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 70;
		flex-direction: column;
		align-items: stretch;
		background: #fff;
		border-bottom: 1px solid var(--lb-line);
		box-shadow: 0 10px 22px rgba(20, 24, 28, .1);
		max-height: 74vh;
		overflow-y: auto;
	}

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

	.lb-menu > li > a {
		padding: 13px 20px;
		border-bottom: 1px solid var(--lb-line);
	}

	.lb-menu > li > a::after {
		display: none;
	}

	.lb-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		border: 0;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		background: var(--lb-bg-soft);
	}

	.lb-menu .sub-menu a {
		padding: 11px 34px;
		border-bottom: 1px solid var(--lb-line);
	}
}

@media (max-width: 760px) {
	.lb-logo-text {
		font-size: 36px;
	}

	.lb-breaking__more {
		display: none;
	}

	.lb-breaking__track {
		padding: 0 12px;
	}

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

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

	.lb-triple__col {
		padding: 0 0 20px;
		border-left: 0;
		border-bottom: 1px solid var(--lb-line);
	}

	.lb-triple__col:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

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

	.lb-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 34px 0 30px;
	}

	.lb-entry-content {
		font-size: 16px;
	}

	.alignwide {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}

@media (max-width: 520px) {
	.lb-topbar__date .lb-topbar__time,
	.lb-topbar__date .lb-topbar__sep {
		display: none;
	}

	.lb-topbar__social {
		display: none;
	}

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

	.lb-hero--lead {
		min-height: 260px;
	}

	.lb-hero__title {
		font-size: 22px;
	}

	.lb-hero__excerpt {
		display: none;
	}

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

	.lb-entry-title {
		font-size: 24px;
	}

	.lb-404__code {
		font-size: 72px;
	}

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

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

/* ==========================================================================
   19. Yazdırma
   ========================================================================== */

@media print {
	.lb-topbar,
	.lb-nav,
	.lb-breaking,
	.lb-sidebar,
	.lb-footer,
	.lb-totop,
	.lb-ad,
	.lb-share,
	.lb-postnav {
		display: none !important;
	}

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