/*
Theme Name: IsciAlimi Haber Teması
Theme URI: https://iscialimi.com
Author: iscialimi
Author URI: https://iscialimi.com
Description: İşçi Alımı, Memur Alımı, İŞKUR İş İlanları ve Kamu Personel Alımı haberleri için profesyonel WordPress haber teması.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: iscialimi-theme
*/

/* =========================
GLOBAL
========================= */

:root {
	--mobile-header-offset: 132px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background: #f5f5f5;
	color: #222;
}

body.mobile-menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover,
a:focus {
	color: #d62828;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1rem;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 10px 14px;
	margin: 0;
	overflow: visible;
	clip: auto;
	background: #111;
	color: #fff;
	border-radius: 4px;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* =========================
READING PROGRESS
========================= */

.reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 4px;
	background: transparent;
	pointer-events: none;
}

.reading-progress-bar {
	width: 0;
	height: 100%;
	background: #d62828;
	transition: width 0.08s linear;
}

/* =========================
HEADER
========================= */

.site-header {
	position: relative;
	z-index: 20;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.header-top {
	position: relative;
	z-index: 40;
	padding: 22px 0;
	background: #fff;
}

.header-top-inner {
	display: grid;
	grid-template-columns: 240px minmax(260px, 560px) auto;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	position: relative;
}

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.site-logo {
	display: flex;
	align-items: center;
}

.site-logo a {
	display: inline-flex;
	align-items: center;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.1;
	color: #0b4ea2;
}

.site-branding img,
.custom-logo {
	display: block;
	max-height: 62px;
	width: auto;
}

.header-search {
	width: 100%;
	max-width: 560px;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.header-search-form {
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #dcdcdc;
	background: #fff;
	overflow: hidden;
}

.header-search-form input[type="search"] {
	width: 100%;
	height: 42px;
	padding: 0 13px;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 14px;
	color: #222;
}

.header-search-form input[type="search"]::placeholder {
	color: #777;
}

.header-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 42px;
	border: 0;
	background: #d62828;
	color: #fff;
	cursor: pointer;
}

.header-search-form button svg {
	display: block;
	width: 18px;
	height: 18px;
}

.header-search-form button:hover,
.header-search-form button:focus {
	background: #b71f1f;
	color: #fff;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 2;
}

.header-social {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-social-mobile {
	display: none;
}

.social-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}

.social-link span {
	position: relative;
	z-index: 2;
}

.social-facebook {
	background: #1877f2;
}

.social-x {
	background: #111;
}

.social-instagram {
	background: linear-gradient(180deg, #feda75 0%, #fa7e1e 22%, #d62976 58%, #962fbf 82%, #4f5bd5 100%);
	color: transparent;
	font-size: 0;
}

.social-instagram::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 5px;
}

.social-instagram::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}

.social-instagram span::before {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.social-youtube {
	background: #e11d48;
}

.social-telegram {
	background: #229ed9;
}

.social-whatsapp {
	background: #16a34a;
}

.social-link:hover,
.social-link:focus {
	color: #fff;
	opacity: 0.9;
}

.header-menu-bar {
	position: relative;
	z-index: 15;
	background: #f3f3f3;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.header-menu-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 52px;
}

.header-navigation {
	flex: 1;
	min-width: 0;
}

.header-navigation-inner {
	min-width: 0;
}

.header-meta {
	flex-shrink: 0;
	font-size: 14px;
	color: #555;
	white-space: nowrap;
}

.header-ad-area {
	position: relative;
	z-index: 10;
	padding: 16px 0 20px;
	background: #fff;
	border-top: 1px solid #f0f0f0;
}

.header-ad-area .ad,
.header-ad-area .widget {
	margin: 0;
	text-align: center;
}

/* =========================
MENU
========================= */

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #ddd;
	background: #fff;
	color: #222;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	z-index: 1500;
	pointer-events: auto;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.menu-toggle-line {
	display: block;
	width: 18px;
	height: 2px;
	background: #222;
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.menu-toggle:hover,
.menu-toggle:focus {
	border-color: #d62828;
}

.menu-toggle:hover .menu-toggle-line,
.menu-toggle:focus .menu-toggle-line {
	background: #d62828;
}

body.mobile-menu-open .menu-toggle-line:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

body.mobile-menu-open .menu-toggle-line:nth-child(2) {
	opacity: 0;
}

body.mobile-menu-open .menu-toggle-line:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.main-navigation {
	margin-top: 0;
}

.main-navigation ul,
.main-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 26px;
	list-style: none;
}

.main-menu li {
	list-style: none;
}

.main-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	text-transform: uppercase;
}

.main-menu a:hover,
.main-menu a:focus,
.main-menu .current-menu-item > a,
.main-menu .current-menu-parent > a,
.main-menu .current-menu-ancestor > a {
	color: #d62828;
}

.mobile-menu-overlay {
	display: none;
}

/* =========================
LAYOUT
========================= */

.site-main {
	padding: 30px 0;
}

.content-area {
	display: grid;
	grid-template-columns: minmax(0, 2.15fr) minmax(280px, 0.85fr);
	gap: 30px;
	align-items: start;
}

.content-area-full {
	grid-template-columns: 1fr;
}

.main-content,
.site-sidebar {
	min-width: 0;
}

.main-content {
	background: transparent;
	padding: 0;
	border: 0;
}

.site-sidebar {
	background: #fff;
	padding: 20px;
	border: 1px solid #ececec;
	position: sticky;
	top: 20px;
}

/* =========================
BREADCRUMB
========================= */

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 18px;
	font-size: 14px;
	color: #666;
}

.breadcrumb-current {
	color: #222;
	font-weight: 600;
}

/* =========================
HERO SLIDER
========================= */

.hero-news {
	margin-bottom: 42px;
}

.hero-top-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 18px;
	align-items: stretch;
}

/* FIX: sabit height kaldırıldı, aspect-ratio ile orantılı boyutlanıyor */
.hero-slider {
	position: relative;
	background: #fff;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	height: auto;
}

.hero-slider-track {
	position: relative;
	min-height: 1px;
	height: 100%;
}

.hero-slide {
	display: none;
	height: 100%;
}

.hero-slide.is-active {
	display: block;
	height: 100%;
}

/* FIX: görsel tam kapla */
.hero-slide-image,
.hero-slide-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-slider-compact .hero-slide-content {
	display: none;
}

.hero-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 52px;
	border: 0;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.hero-slider-prev {
	left: 12px;
}

.hero-slider-next {
	right: 12px;
}

.hero-slider-arrow:hover,
.hero-slider-arrow:focus {
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
}

.hero-slider-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 0;
	background: #fff;
}

.hero-slider-dot {
	width: 11px;
	height: 11px;
	border: 0;
	border-radius: 50%;
	background: #cfcfcf;
	cursor: pointer;
}

.hero-slider-dot.is-active {
	background: #d62828;
}

/* FIX: hero-side-stack da sabit height kaldırıldı */
.hero-side-stack {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 18px;
	height: auto;
	min-height: 100%;
}

.hero-side-card,
.post-card,
.popular-post-item,
.related-post-card,
.archive-card {
	background: #fff;
	border: 1px solid #e7e7e7;
}

.hero-side-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	gap: 14px;
	align-items: center;
	padding: 12px;
	height: 100%;
	overflow: hidden;
}

.hero-side-card .post-image {
	order: 2;
	width: 120px;
	height: 96px;
	overflow: hidden;
	border-radius: 4px;
	flex-shrink: 0;
}

.hero-side-card .post-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-side-card .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-side-card-content {
	order: 1;
	padding: 0;
	min-width: 0;
}

.hero-side-card .post-category {
	margin-bottom: 6px;
}

.hero-side-card .post-title {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.35;
}

.hero-side-card .post-excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-category {
	display: inline-flex;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #d62828;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.post-title {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	word-break: break-word;
}

.post-excerpt {
	margin-top: 12px;
	color: #555;
	font-size: 15px;
}

/* =========================
CATEGORY BLOCK
========================= */

.category-block {
	margin-bottom: 42px;
	padding: 0;
}

.category-block-header {
	margin-bottom: 18px;
}

.category-title {
	position: relative;
	margin: 0;
	padding: 0 0 12px 14px;
	border-bottom: 2px solid #e8e8e8;
	font-size: 30px;
	line-height: 1.2;
	background: transparent;
	min-width: 0;
}

.category-title::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 4px;
	height: 34px;
	background: #d62828;
}

.category-posts {
	display: grid;
	gap: 20px;
}

.category-posts-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-post-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}

/* FIX: kategori görselleri tam kapla */
.category-post-card .post-thumbnail {
	margin-bottom: 0;
	overflow: hidden;
	background: #f0f0f0;
}

.category-post-card .post-thumbnail a {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.category-post-card .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.post-thumbnail {
	margin-bottom: 0;
	overflow: hidden;
}

.post-thumbnail a {
	display: block;
}

.post-card img,
.related-post-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.category-post-card-content {
	display: flex;
	flex: 1 1 auto;
	align-items: flex-start;
	padding: 14px 16px 16px;
}

.post-card .post-title {
	margin-top: 0;
	font-size: 17px;
	line-height: 1.35;
}

/* =========================
POPULAR POSTS SIDEBAR
========================= */

.popular-posts-widget {
	margin-bottom: 28px;
}

.popular-posts-list {
	display: grid;
	gap: 18px;
}

.popular-post-item {
	display: block;
}

.popular-post-thumbnail {
	margin-bottom: 0;
	overflow: hidden;
}

.popular-post-thumbnail a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.popular-post-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	display: block;
}

.popular-post-content {
	padding: 14px 0 0;
}

.popular-post-title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.35;
}

.popular-post-meta {
	font-size: 14px;
	color: #666;
}

/* =========================
SINGLE
========================= */

.single-post-article {
	min-width: 0;
	background: #fff;
	padding: 28px;
	border: 1px solid #ececec;
}

.entry-header {
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ececec;
}

.entry-categories {
	margin-bottom: 12px;
}

.entry-title {
	margin: 0 0 16px;
	font-size: 38px;
	line-height: 1.18;
	letter-spacing: -0.02em;
	word-break: break-word;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
}

.entry-meta span {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.entry-meta-compact {
	gap: 12px 20px;
	font-size: 15px;
	color: #5f6772;
}

.entry-meta-compact span {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	line-height: 1.5;
}

.entry-meta-compact span strong {
	margin-right: 6px;
	font-weight: 700;
	color: #222;
	flex-shrink: 0;
}

.entry-meta-compact span + span::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 12px;
	border-radius: 50%;
	background: #c4c9cf;
	flex-shrink: 0;
}

.entry-thumbnail {
	margin-bottom: 22px;
	overflow: hidden;
	border-radius: 4px;
}

.entry-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.entry-content {
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.85;
	color: #222;
}

.entry-content::after {
	content: "";
	display: block;
	clear: both;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content table,
.entry-content .wp-block-image,
.entry-content figure {
	margin-bottom: 1.35rem;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4rem;
}

.entry-content li + li {
	margin-top: 0.45rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin: 2rem 0 1rem;
	line-height: 1.3;
	font-weight: 800;
	color: #111;
}

.entry-content h2 {
	font-size: 30px;
}

.entry-content h3 {
	font-size: 24px;
}

.entry-content h4 {
	font-size: 20px;
}

.entry-content blockquote {
	margin-left: 0;
	padding: 18px 20px;
	border-left: 4px solid #d62828;
	background: #fafafa;
	color: #333;
	font-style: italic;
}

.entry-content a {
	color: #d62828;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #b71f1f;
}

.entry-content img {
	border-radius: 4px;
	max-width: 100%;
	height: auto;
}

.entry-content iframe,
.entry-content table {
	max-width: 100%;
}

.entry-content .aligncenter,
.entry-content .wp-block-image.aligncenter,
.entry-content figure.aligncenter,
.entry-content img.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.entry-content .aligncenter img,
.entry-content .wp-block-image.aligncenter img,
.entry-content figure.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignleft,
.entry-content .wp-block-image.alignleft,
.entry-content figure.alignleft,
.entry-content img.alignleft {
	float: left;
	margin-right: 1.5rem;
	margin-left: 0;
}

.entry-content .alignright,
.entry-content .wp-block-image.alignright,
.entry-content figure.alignright,
.entry-content img.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-right: 0;
}

.entry-content .alignnone,
.entry-content .wp-block-image.alignnone,
.entry-content figure.alignnone {
	margin-left: 0;
	margin-right: 0;
}

.entry-content .wp-block-image {
	width: 100%;
	text-align: center;
}

.entry-content .wp-block-image img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .wp-caption {
	max-width: 100%;
}

.entry-content .wp-caption-text,
.entry-content figcaption,
.entry-content .blocks-gallery-caption {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	text-align: center;
}

.page-links {
	margin-top: 24px;
	font-size: 14px;
	font-weight: 600;
}

/* =========================
SINGLE SHARE
========================= */

.single-share-box {
	display: grid;
	grid-template-columns: 160px repeat(4, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
	margin-bottom: 0;
}

.single-share-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
}

.single-share-title-icon,
.single-share-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.single-share-title-icon svg,
.single-share-btn-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.single-share-buttons {
	display: contents;
}

.single-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.single-share-btn:hover,
.single-share-btn:focus {
	color: #fff;
	opacity: 0.93;
}

.single-like-btn {
	background: #4a4fb3;
}

.single-like-btn.is-liked {
	background: #373c92;
}

.single-like-btn.is-loading {
	opacity: 0.8;
	pointer-events: none;
}

.single-like-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
}

.single-share-facebook {
	background: #1b5fcf;
}

.single-share-x {
	background: #111;
	color: #fff;
}

.single-share-whatsapp {
	background: #17a34a;
}

.single-share-icon-btn .single-share-btn-icon {
	width: 20px;
	height: 20px;
}

.single-share-icon-btn .single-share-btn-icon svg {
	width: 20px;
	height: 20px;
}

/* =========================
AUTHOR BOX
========================= */

.author-box {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 18px;
	margin-top: 28px;
	padding: 22px;
	background: #fff;
	border: 1px solid #ececec;
}

.author-box-avatar img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
}

.author-box-content {
	min-width: 0;
}

.author-box-label {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #d62828;
}

.author-box-name {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
}

.author-box-bio {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #555;
}

/* =========================
COMMENTS
========================= */

.comments-area {
	margin-top: 28px;
}

.comments-box {
	padding: 28px;
	background: #f2f2f2;
	border: 1px solid #e4e4e4;
}

.comments-title {
	margin: 0 0 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d6d6d6;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #222;
}

.comment-list-wrap {
	margin-bottom: 24px;
}

.comment-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.comment-list .comment {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dddddd;
}

.comment-body {
	padding: 0;
}

.comment-meta {
	margin-bottom: 8px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 700;
}

.comment-author .avatar {
	border-radius: 50%;
}

.comment-metadata {
	margin-top: 6px;
	font-size: 13px;
	color: #777;
}

.comment-content {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

.comment-respond {
	margin-top: 0;
}

.comment-reply-title {
	display: none;
}

.comment-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	gap: 16px;
	align-items: end;
}

.comment-form-comment {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.form-submit {
	margin: 0;
	min-width: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
}

.comment-form-comment textarea {
	width: 100%;
	min-height: 180px;
	padding: 14px 16px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background: #fff;
	font-size: 16px;
	resize: vertical;
	outline: none;
}

.comment-form-comment textarea:focus {
	border-color: #bdbdbd;
}

.comment-form-author input,
.comment-form-email input {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background: #fff;
	outline: none;
}

.comment-form-author input:focus,
.comment-form-email input:focus {
	border-color: #bdbdbd;
}

.form-submit {
	align-self: end;
}

.form-submit .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 42px;
	padding: 0 18px;
	border: 0;
	background: #222;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.form-submit .submit:hover,
.form-submit .submit:focus {
	background: #111;
	color: #fff;
}

.comment-form-cookies-consent,
.comment-notes,
.logged-in-as {
	display: none;
}

.comment-form-note {
	grid-column: 1 / -1;
	width: 100%;
	margin: 4px 0 0;
	padding-top: 14px;
	border-top: 1px solid #d9d9d9;
	font-size: 13px;
	line-height: 1.6;
	color: #555;
}

.comment-form-note strong {
	font-weight: 700;
	color: #333;
}

.single-after-content-ad-area {
	margin-top: 28px;
	padding: 24px;
	background: #fff;
	border: 1px solid #ececec;
}

.single-after-content-ad-area .ad,
.single-after-content-ad-area .widget {
	margin: 0;
	text-align: center;
}

.related-posts {
	margin-top: 36px;
	padding: 24px;
	background: #fff;
	border: 1px solid #ececec;
}

.section-title {
	margin: 0 0 18px;
	font-size: 24px;
	line-height: 1.3;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.related-post-card {
	min-width: 0;
}

.related-post-card .post-thumbnail {
	margin-bottom: 0;
	overflow: hidden;
}

.related-post-card .post-title {
	padding: 14px 16px 16px;
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
}

/* =========================
SEARCH / 404
========================= */

.search-header {
	margin-bottom: 24px;
	padding: 24px;
	background: #fff;
	border: 1px solid #ececec;
}

.search-title {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.archive-posts,
.search-results {
	display: grid;
	gap: 20px;
}

.search-post-card {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 18px;
	padding: 0;
	align-items: stretch;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e7e7e7;
}

.search-post-card .post-thumbnail {
	width: 240px;
	min-height: 180px;
	flex-shrink: 0;
	overflow: hidden;
	background: #f0f0f0;
}

.search-post-card .post-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
}

.search-post-card img {
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	display: block;
}

.search-post-card .post-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 18px 18px 0;
	min-width: 0;
}

.post-content {
	min-width: 0;
}

.post-categories {
	margin-bottom: 8px;
}

.search-post-card .post-title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.3;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 0 0 12px;
	font-size: 14px;
	color: #666;
}

.search-post-card .post-excerpt {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #555;
}

.pagination-area {
	margin-top: 30px;
}

.no-content,
.no-results,
.error-404 {
	padding: 30px;
	background: #fff;
	border: 1px solid #ececec;
}

.no-content h2,
.no-results h2,
.error-404 .page-title {
	margin: 0 0 12px;
	font-size: 28px;
}

.search-form-area {
	margin-top: 18px;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.search-form label {
	flex: 1 1 250px;
}

.search-field {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 15px;
}

.search-submit,
.home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 0;
	background: #d62828;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
}

.search-submit:hover,
.home-link:hover,
.search-submit:focus,
.home-link:focus {
	color: #fff;
	background: #b71f1f;
}

.back-home {
	margin-top: 18px;
}

/* =========================
ARCHIVE SIMPLE GRID
========================= */

.archive-header-simple {
	margin-bottom: 24px;
	padding: 0 0 14px 14px;
	border-left: 3px solid #d62828;
	border-bottom: 1px solid #e8e8e8;
}

.archive-title-simple {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
}

.archive-title-simple span {
	font-weight: 700;
	color: #111;
}

.archive-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 24px;
}

.archive-card {
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.archive-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

/* FIX: arşiv kartları */
.archive-card-thumbnail {
	overflow: hidden;
	background: #f0f0f0;
}

.archive-card-thumbnail a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.archive-card-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.archive-card:hover .archive-card-thumbnail img {
	transform: scale(1.03);
}

.archive-card-content {
	padding: 16px;
}

.archive-card-title {
	margin: 8px 0 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.archive-card-title a {
	color: #111;
}

.archive-card-title a:hover,
.archive-card-title a:focus {
	color: #d62828;
}

.archive-card-meta,
.archive-card-excerpt,
.archive-card .post-meta,
.archive-card .post-reading-time,
.archive-card .post-views {
	display: none;
}

/* =========================
SIDEBAR
========================= */

.sidebar-widget-area,
.sidebar-ad-area {
	margin-bottom: 24px;
}

.sidebar-ad-area:last-child,
.sidebar-widget-area:last-child {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
	font-size: 20px;
	line-height: 1.3;
}

.widget ul {
	list-style: none;
}

.widget li {
	margin-bottom: 10px;
}

.ad,
.ad-sidebar,
.ad-header,
.ad-single-after-content,
.ad-footer {
	overflow: hidden;
}

.ad img {
	margin: 0 auto;
}

/* =========================
SINGLE SIDEBAR
========================= */

.latest-posts-list {
	display: grid;
	gap: 16px;
}

.latest-post-item {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 12px;
	align-items: start;
}

.latest-post-thumbnail {
	overflow: hidden;
	border-radius: 4px;
}

.latest-post-thumbnail a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.latest-post-thumbnail img {
	width: 100%;
	height: 72px;
	object-fit: cover;
	display: block;
}

.latest-post-content {
	min-width: 0;
}

.latest-post-title {
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
}

.follow-us-widget .widget-title {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 10px 14px;
	background: #d62828;
	color: #fff;
	border-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
}

.follow-us-widget .widget-title::after {
	content: "";
	position: absolute;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 16px solid #d62828;
}

.follow-us-links {
	display: grid;
	gap: 12px;
}

.follow-us-item {
	display: grid;
	grid-template-columns: 42px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #222;
}

.follow-us-item:hover,
.follow-us-item:focus {
	border-color: #d62828;
	color: #222;
}

.follow-us-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.follow-facebook .follow-us-icon {
	background: #1877f2;
}

.follow-x .follow-us-icon {
	background: #111;
}

.follow-instagram .follow-us-icon {
	background: linear-gradient(180deg, #feda75 0%, #fa7e1e 22%, #d62976 58%, #962fbf 82%, #4f5bd5 100%);
	font-size: 0;
}

.follow-instagram .follow-us-icon::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 4px;
}

.follow-instagram .follow-us-icon::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 11px;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}

.follow-us-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.follow-us-action {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
}

/* =========================
PAGINATION
========================= */

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
}

.page-numbers.current {
	background: #111;
	color: #fff;
	border-color: #111;
}

/* =========================
FOOTER
========================= */

.footer-ad-area {
	margin-top: 40px;
	padding: 22px 0;
	background: #fff;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.footer-ad-area .ad,
.footer-ad-area .widget {
	margin: 0;
	text-align: center;
}

.site-footer {
	margin-top: 40px;
	padding: 0;
	background: #101418;
	color: #fff;
}

.footer-topbar {
	background: #d62828;
}

.footer-topbar-inner {
	display: grid;
	grid-template-columns: 220px 1fr auto;
	align-items: center;
	gap: 20px;
	min-height: 68px;
}

.footer-topbar-logo-wrap {
	display: flex;
	align-items: center;
}

.footer-topbar-logo {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
}

.footer-topbar-logo:hover,
.footer-topbar-logo:focus {
	color: #fff;
	opacity: 0.92;
}

.footer-topbar-logo-img img {
	display: block;
	height: 40px;
	width: auto;
	max-width: 220px;
}

.footer-topbar-center-text {
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.01em;
}

.footer-topbar-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.footer-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social-btn:hover,
.footer-social-btn:focus {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

.footer-social-btn svg {
	display: block;
}

.footer-main {
	padding: 40px 0 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 40px;
	align-items: start;
}

.footer-main-grid-3col {
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 36px;
}

.footer-main-col {
	min-width: 0;
}

.footer-brand-tagline {
	margin: 0;
	max-width: 620px;
	font-size: 15px;
	line-height: 1.85;
	color: #b9c1c9;
}

.footer-column-title {
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
}

.footer-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.footer-category-list li {
	margin: 0;
}

.footer-category-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #c9d0d6;
}

.footer-category-list a::before {
	content: "›";
	color: #d62828;
	font-size: 18px;
	line-height: 1;
	flex-shrink: 0;
}

.footer-category-list a:hover,
.footer-category-list a:focus {
	color: #fff;
}

.footer-bottom {
	padding: 18px 0 24px;
}

.footer-copyright-text {
	margin: 0;
	font-size: 13px;
	color: #aeb7c0;
	line-height: 1.6;
	text-align: center;
}

/* =========================
SCROLL TOP BUTTON
========================= */

.scroll-top-btn {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 4px;
	background: #d62828;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.scroll-top-btn.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-top-btn:hover,
.scroll-top-btn:focus {
	background: #b71f1f;
	color: #fff;
}

/* =========================
BREAKING NEWS TICKER
========================= */

.breaking-news {
	background: #d62828;
	color: #fff;
	overflow: hidden;
}

.breaking-inner {
	display: flex;
	align-items: stretch;
	gap: 0;
	min-height: 44px;
}

.breaking-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	background: #111;
	padding: 0 18px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

.breaking-track {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.breaking-slider {
	display: flex;
	align-items: center;
	gap: 40px;
	width: max-content;
	min-width: 100%;
	height: 100%;
	padding: 0 20px;
	white-space: nowrap;
	animation: tickerMove 40s linear infinite;
	will-change: transform;
}

.breaking-item {
	display: inline-flex;
	align-items: center;
	height: 44px;
	color: #fff;
	font-size: 14px;
	flex: 0 0 auto;
}

.breaking-item:hover,
.breaking-item:focus {
	color: #fff;
	opacity: 0.85;
}

@keyframes tickerMove {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* =========================
MOBILE
========================= */

@media (max-width: 900px) {
	.header-top {
		padding: 16px 0;
	}

	.header-top-inner {
		grid-template-columns: 42px 1fr;
		grid-template-areas:
			"menu logo"
			"search search";
		align-items: center;
		gap: 14px 12px;
	}

	.menu-toggle {
		display: inline-flex;
		grid-area: menu;
	}

	.site-branding {
		grid-area: logo;
	}

	.header-search {
		grid-area: search;
		max-width: 100%;
	}

	.header-right {
		display: none;
	}

	.header-menu-bar {
		position: static;
		z-index: auto;
		border-top: 0;
		border-bottom: 0;
		background: transparent;
	}

	.header-menu-inner {
		display: block;
		min-height: 0;
		padding: 0;
	}

	.header-navigation {
		position: fixed;
		top: var(--mobile-header-offset);
		left: 0;
		z-index: 2000;
		display: block;
		width: min(88vw, 360px);
		height: calc(100dvh - var(--mobile-header-offset));
		padding: 18px 18px 28px;
		background: #fff;
		box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transform: translateX(-105%);
		transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}

	.header-navigation.is-open {
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.header-navigation-inner {
		width: 100%;
		min-height: 100%;
	}

	.mobile-menu-overlay {
		position: fixed;
		top: var(--mobile-header-offset);
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1900;
		display: block;
		background: rgba(0, 0, 0, 0.42);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	.mobile-menu-overlay.is-active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header-meta {
		display: none;
	}

	.main-navigation,
	.main-navigation ul,
	.main-menu {
		width: 100%;
	}

	.main-navigation ul,
	.main-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.main-menu li {
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
	}

	.main-menu a {
		display: flex;
		align-items: center;
		min-height: auto;
		width: 100%;
		padding: 14px 0;
	}

	.header-social-mobile {
		display: flex;
		flex-wrap: wrap;
		margin-top: 16px;
		padding-top: 16px;
		border-top: 1px solid #e6e6e6;
	}

	.content-area,
	.content-area-full,
	.hero-top-layout,
	.category-posts,
	.related-posts-grid {
		grid-template-columns: 1fr;
	}

	.category-posts-grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-side-stack {
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		height: auto;
	}

	/* FIX: mobil hero yükseklik zinciri */
	.hero-slider {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.hero-slider-track,
	.hero-slide,
	.hero-slide.is-active {
		height: 100%;
	}

	.hero-slide-image,
	.hero-slide-image a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.hero-slide-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.hero-side-card {
		grid-template-columns: minmax(0, 1fr) 110px;
		height: auto;
		min-height: 120px;
	}

	.hero-side-card .post-image {
		width: 110px;
		height: 84px;
	}

	.entry-title {
		font-size: 32px;
	}

	.entry-content {
		font-size: 17px;
		line-height: 1.8;
	}

	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .wp-block-image.alignleft,
	.entry-content .wp-block-image.alignright,
	.entry-content figure.alignleft,
	.entry-content figure.alignright,
	.entry-content img.alignleft,
	.entry-content img.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.related-posts-grid {
		grid-template-columns: 1fr;
	}

	.search-post-card {
		grid-template-columns: 180px 1fr;
	}

	.search-post-card .post-thumbnail {
		width: 180px;
		min-height: 160px;
	}

	.search-post-card .post-thumbnail a {
		min-height: 160px;
	}

	.search-post-card img {
		min-height: 160px;
	}

	.follow-us-item {
		grid-template-columns: 42px 1fr;
	}

	.follow-us-action {
		grid-column: 2;
		justify-self: start;
	}

	.breaking-inner {
		min-height: 40px;
	}

	.breaking-label {
		padding: 0 12px;
		font-size: 12px;
	}

	.breaking-slider {
		gap: 24px;
		padding: 0 14px;
	}

	.breaking-item {
		height: 40px;
		font-size: 13px;
	}

	.search-post-card .post-content {
		padding: 16px;
	}

	.site-sidebar {
		position: static;
	}

	.hero-slider-arrow {
		width: 38px;
		height: 46px;
		font-size: 20px;
	}

	.author-box {
		grid-template-columns: 80px 1fr;
	}

	.author-box-avatar img {
		width: 80px;
		height: 80px;
	}

	.single-share-box {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 8px;
	}

	.single-share-title {
		min-height: 40px;
		padding: 0 10px;
		font-size: 12px;
		gap: 6px;
	}

	.single-share-btn {
		min-height: 40px;
		padding: 0 8px;
		font-size: 12px;
	}

	.single-like-btn span:not(.single-share-btn-icon):not(.single-like-count) {
		display: none;
	}

	.single-like-count {
		min-width: auto;
	}

	.archive-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-topbar-inner {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 16px 0;
		min-height: auto;
	}

	.footer-topbar-social {
		justify-content: center;
	}

	.footer-main-grid,
	.footer-main-grid-3col {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.entry-meta-compact {
		gap: 8px 16px;
		font-size: 14px;
	}

	.comment-form {
		grid-template-columns: 1fr;
	}

	.comment-form-author,
	.comment-form-email,
	.form-submit {
		width: 100%;
	}

	.form-submit .submit {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.site-main {
		padding: 20px 0;
	}

	.container {
		padding: 0 12px;
	}

	.site-sidebar {
		padding: 16px;
	}

	.single-post-article,
	.related-posts,
	.search-header,
	.single-after-content-ad-area,
	.comments-box {
		padding: 18px;
	}

	.site-logo a {
		font-size: 26px;
	}

	.entry-title {
		font-size: 28px;
		line-height: 1.22;
	}

	.entry-meta {
		font-size: 13px;
	}

	.entry-meta-compact {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px 12px;
		width: 100%;
		font-size: 12px;
		overflow: hidden;
	}

	.entry-meta-compact span {
		display: inline-flex;
		align-items: center;
		min-width: 0;
		max-width: 100%;
		line-height: 1.4;
		white-space: normal;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.entry-meta-compact span strong {
		margin-right: 4px;
		flex-shrink: 0;
	}

	.entry-meta-compact span + span::before {
		display: none;
	}

	.entry-content {
		font-size: 16px;
		line-height: 1.78;
	}

	.entry-content h2 {
		font-size: 24px;
	}

	.entry-content h3 {
		font-size: 21px;
	}

	.entry-content h4 {
		font-size: 18px;
	}

	.search-title {
		font-size: 26px;
	}

	.category-posts-grid-3 {
		grid-template-columns: 1fr;
	}

	.hero-side-card {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hero-side-card .post-image {
		order: 1;
		width: 100%;
		height: auto;
	}

	.hero-side-card .post-image img {
		width: 100%;
		aspect-ratio: 16 / 9;
		height: auto;
		object-fit: cover;
	}

	.hero-side-card-content {
		order: 2;
	}

	.hero-side-card .post-title,
	.post-card .post-title {
		font-size: 16px;
	}

	.hero-side-card-content {
		padding: 0;
	}

	.category-title {
		font-size: 22px;
		padding-left: 12px;
	}

	.category-title::before {
		height: 30px;
	}

	.search-post-card {
		grid-template-columns: 1fr;
	}

	.search-post-card .post-thumbnail {
		width: 100%;
		min-height: auto;
		height: auto;
	}

	.search-post-card .post-thumbnail a {
		min-height: auto;
		height: auto;
	}

	.search-post-card img {
		width: 100%;
		height: auto;
		min-height: auto;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	.search-post-card .post-content {
		padding: 14px 16px 16px;
	}

	.search-post-card .post-title {
		font-size: 20px;
	}

	.latest-post-item {
		grid-template-columns: 88px 1fr;
		gap: 10px;
	}

	.latest-post-thumbnail img {
		height: 66px;
	}

	.follow-us-item {
		grid-template-columns: 42px 1fr;
		padding: 12px;
	}

	.follow-us-action {
		grid-column: 2;
		justify-self: start;
		font-size: 12px;
	}

	.single-share-box {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 8px;
	}

	.single-share-title {
		min-height: 40px;
		padding: 0 8px;
		font-size: 11px;
	}

	.single-share-title span:last-child {
		display: none;
	}

	.single-share-btn {
		min-height: 40px;
		padding: 0 6px;
	}

	.single-share-icon-btn,
	.single-like-btn {
		width: 100%;
		min-width: 0;
	}

	.author-box {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.author-box-avatar {
		display: flex;
		justify-content: center;
	}

	.author-box-name {
		font-size: 22px;
	}

	.comments-title {
		font-size: 20px;
	}

	.comment-form {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.comment-form-comment textarea {
		min-height: 160px;
	}

	.comment-form-author,
	.comment-form-email,
	.form-submit {
		width: 100%;
	}

	.form-submit .submit,
	.comment-form-author input,
	.comment-form-email input {
		width: 100%;
	}

	.comment-form-note {
		font-size: 12px;
		line-height: 1.55;
	}

	.archive-posts-grid {
		grid-template-columns: 1fr;
	}

	.footer-topbar-center-text {
		font-size: 16px;
	}

	.footer-main {
		padding: 32px 0 24px;
	}

	.footer-bottom {
		padding: 16px 0 22px;
	}

	.scroll-top-btn {
		right: 14px;
		bottom: 14px;
		width: 42px;
		height: 42px;
		font-size: 20px;
	}
}
