:root {
	--mapyar-bg: #ffffff;
	--mapyar-surface: #ffffff;
	--mapyar-muted: #f4f6fb;
	--mapyar-muted-2: #f8fafc;
	--mapyar-text: #1a1a2e;
	--mapyar-text-soft: #5c6370;
	--mapyar-primary: #1d6ae5;
	--mapyar-primary-2: #0ea5e9;
	--mapyar-accent: #00bfa5;
	--mapyar-border: #e2e8f0;
	--mapyar-footer: #0b1024;
	--mapyar-radius: 24px;
	--mapyar-radius-lg: 32px;
	--mapyar-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
	--mapyar-shadow-hover: 0 24px 70px rgba(29, 106, 229, 0.16);
	--mapyar-container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	direction: rtl;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 44%, #f4f6fb 100%);
	color: var(--mapyar-text);
	font-family: Vazirmatn, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	text-align: right;
}

body.menu-open {
	overflow: hidden;
}

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

a:hover {
	color: var(--mapyar-primary);
}

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

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

.container {
	width: min(100% - 32px, var(--mapyar-container));
	margin-inline: auto;
}

.container--narrow {
	width: min(100% - 32px, 860px);
}

.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;
}

.skip-link:focus {
	z-index: 1000;
	top: 16px;
	right: 16px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	border-radius: 14px;
	background: var(--mapyar-primary);
	color: #fff;
}

.button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.4;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
}

.button--primary,
.wp-block-button__link {
	background: linear-gradient(135deg, var(--mapyar-primary), var(--mapyar-primary-2));
	color: #fff;
	box-shadow: 0 12px 28px rgba(29, 106, 229, 0.24);
}

.button--primary:hover,
.wp-block-button__link:hover {
	color: #fff;
	box-shadow: 0 16px 36px rgba(29, 106, 229, 0.3);
}

.button--accent {
	background: linear-gradient(135deg, #22c55e, #14b8a6);
	color: #fff;
	box-shadow: 0 12px 28px rgba(20, 184, 166, 0.22);
}

.button--accent:hover {
	color: #fff;
}

.button--ghost {
	border-color: var(--mapyar-border);
	background: #fff;
	color: var(--mapyar-primary);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.button--ghost:hover {
	background: #eff6ff;
	color: var(--mapyar-primary);
	border-color: rgba(29, 106, 229, 0.28);
}

.badge,
.eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.badge {
	padding: 7px 12px;
	background: rgba(0, 191, 165, 0.1);
	color: #078574;
}

.eyebrow {
	padding: 8px 14px;
	background: rgba(0, 191, 165, 0.1);
	color: var(--mapyar-accent);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #eef2f7;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.03);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(100% - 32px, 1280px);
	min-height: 69px;
	margin-inline: auto;
}

.site-brand,
.site-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.site-brand__logo {
	width: 112px;
	height: auto;
}

.site-brand__text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.site-brand__title {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.site-brand__subtitle {
	color: #6b7280;
	font-size: 11px;
	font-weight: 700;
}

.site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.site-nav__list,
.site-footer__menu {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-nav__list a {
	display: inline-flex;
	padding: 8px 4px;
	border-radius: 12px;
	color: #404653;
	font-size: 14px;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a {
	background: transparent;
	color: var(--mapyar-primary);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.site-header__action {
	min-height: 42px;
	padding: 9px 16px;
	border-radius: 14px;
	font-size: 14px;
}

.site-header__action.button--accent {
	background: linear-gradient(135deg, #34d399, #10b981);
	box-shadow: 0 12px 28px rgba(16, 185, 129, 0.22);
}

.site-header__action.button--primary {
	background: linear-gradient(135deg, #3b82f6, #1d6ae5);
	box-shadow: 0 12px 28px rgba(29, 106, 229, 0.24);
}

.site-header__action-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}

.site-nav__mobile-actions {
	display: none;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--mapyar-border);
	border-radius: 14px;
	background: #fff;
	color: var(--mapyar-primary);
}

.menu-toggle__line,
.menu-toggle__line::before,
.menu-toggle__line::after {
	display: block;
	width: 18px;
	height: 2px;
	margin-inline: auto;
	border-radius: 999px;
	background: currentColor;
	content: "";
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__line::before {
	transform: translateY(-6px);
}

.menu-toggle__line::after {
	transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line {
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line::before {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line::after {
	transform: translateY(-2px) rotate(-90deg);
}

.archive-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 64px;
	background:
		radial-gradient(circle at 15% 15%, rgba(0, 191, 165, 0.14), transparent 28%),
		radial-gradient(circle at 82% 18%, rgba(29, 106, 229, 0.16), transparent 30%),
		linear-gradient(180deg, #f8fafc, #fff);
}

.archive-hero::after {
	position: absolute;
	inset: auto 8% -92px auto;
	width: 260px;
	height: 260px;
	border-radius: 999px;
	background: rgba(29, 106, 229, 0.08);
	content: "";
	filter: blur(8px);
}

.archive-hero .container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.archive-hero h1,
.single-header h1,
.not-found h1 {
	margin: 0;
	color: var(--mapyar-text);
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -0.04em;
}

.archive-hero p,
.archive-description,
.single-excerpt,
.not-found p {
	max-width: 760px;
	margin: 0;
	color: var(--mapyar-text-soft);
	font-size: clamp(16px, 2vw, 19px);
	line-height: 2;
}

.archive-hero--compact {
	padding: 46px 0;
}

.posts-section,
.single-layout,
.page-layout,
.not-found {
	padding: 56px 0 76px;
}

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

.post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--mapyar-border);
	border-radius: var(--mapyar-radius-lg);
	background: var(--mapyar-surface);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.post-card:hover {
	transform: translateY(-6px);
	border-color: rgba(29, 106, 229, 0.28);
	box-shadow: var(--mapyar-shadow-hover);
}

.post-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	background: linear-gradient(135deg, #eff6ff, #eefcf8);
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

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

.post-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 36px;
}

.post-card__placeholder img {
	width: 130px;
	height: auto;
	object-fit: contain;
	opacity: 0.9;
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding: 22px;
}

.post-card__title {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
}

.post-card__title a:hover {
	color: var(--mapyar-primary);
}

.post-card__excerpt {
	color: var(--mapyar-text-soft);
	font-size: 14px;
	line-height: 2;
}

.post-card__meta,
.single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.post-card__button {
	margin-top: auto;
}

.mapyar-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 42px;
}

.mapyar-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid var(--mapyar-border);
	border-radius: 14px;
	background: #fff;
	color: var(--mapyar-text-soft);
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.mapyar-pagination .current,
.mapyar-pagination a:hover {
	border-color: transparent;
	background: var(--mapyar-primary);
	color: #fff;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 6px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumb li:not(:last-child)::after {
	margin-inline-start: 8px;
	color: #94a3b8;
	content: "/";
}

.single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.single-content-wrap,
.page-layout .container--narrow,
.empty-state,
.not-found .container {
	border: 1px solid var(--mapyar-border);
	border-radius: var(--mapyar-radius-lg);
	background: #fff;
	box-shadow: var(--mapyar-shadow);
}

.single-content-wrap,
.page-layout .container--narrow {
	padding: clamp(22px, 4vw, 44px);
}

.single-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
}

.single-header h1 {
	font-size: clamp(30px, 4.6vw, 52px);
}

.single-featured {
	overflow: hidden;
	margin: 0 0 34px;
	border-radius: 28px;
	background: var(--mapyar-muted);
}

.single-featured img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.entry-content {
	color: #243044;
	font-size: 17px;
	line-height: 2.2;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin: 2.2em 0 0.7em;
	color: var(--mapyar-text);
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.entry-content h2 {
	padding-top: 8px;
	font-size: clamp(24px, 3vw, 32px);
}

.entry-content h3 {
	font-size: clamp(20px, 2.5vw, 26px);
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.2em;
}

.entry-content ul,
.entry-content ol {
	padding-inline-start: 1.4em;
}

.entry-content li + li {
	margin-top: 0.45em;
}

.entry-content blockquote {
	margin: 2em 0;
	padding: 22px 24px;
	border: 1px solid rgba(29, 106, 229, 0.18);
	border-right: 5px solid var(--mapyar-primary);
	border-radius: 22px;
	background: #eff6ff;
	color: #1e3a8a;
	font-weight: 700;
}

.entry-content table {
	display: block;
	overflow-x: auto;
	width: 100%;
	margin: 2em 0;
	border-collapse: collapse;
	white-space: nowrap;
}

.entry-content th,
.entry-content td {
	padding: 12px 14px;
	border: 1px solid var(--mapyar-border);
}

.entry-content th {
	background: var(--mapyar-muted);
	font-weight: 900;
}

.entry-content code,
.entry-content pre {
	direction: ltr;
	text-align: left;
	font-family: Consolas, Monaco, monospace;
}

.entry-content code {
	padding: 2px 7px;
	border-radius: 8px;
	background: #f1f5f9;
	color: #0f172a;
	font-size: 0.92em;
}

.entry-content pre {
	overflow-x: auto;
	padding: 18px;
	border-radius: 20px;
	background: #0f172a;
	color: #e2e8f0;
}

.entry-content pre code {
	padding: 0;
	background: transparent;
	color: inherit;
}

.entry-content a {
	color: var(--mapyar-primary);
	font-weight: 800;
}

.entry-content img {
	border-radius: 22px;
}

.aligncenter {
	margin-inline: auto;
}

.alignleft {
	float: left;
	margin: 0 24px 18px 0;
}

.alignright {
	float: right;
	margin: 0 0 18px 24px;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.single-footer {
	display: grid;
	gap: 24px;
	margin-top: 36px;
}

.share-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px;
	border: 1px solid var(--mapyar-border);
	border-radius: 26px;
	background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.share-box h2 {
	margin: 0 0 4px;
	font-size: 19px;
	font-weight: 900;
}

.share-box p {
	margin: 0;
	color: var(--mapyar-text-soft);
	font-size: 14px;
}

.share-box__actions,
.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tag-list a {
	display: inline-flex;
	padding: 8px 12px;
	border: 1px solid var(--mapyar-border);
	border-radius: 999px;
	background: #fff;
	color: var(--mapyar-text-soft);
	font-size: 13px;
	font-weight: 800;
}

.tag-list a:hover {
	border-color: rgba(29, 106, 229, 0.24);
	background: #eff6ff;
	color: var(--mapyar-primary);
}

.blog-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 18px;
}

.sidebar-banner {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(29, 106, 229, 0.14);
	border-radius: 28px;
	background: #eef6ff;
	box-shadow: 0 18px 48px rgba(29, 106, 229, 0.13);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.sidebar-banner:hover {
	transform: translateY(-4px);
	border-color: rgba(29, 106, 229, 0.3);
	box-shadow: 0 24px 64px rgba(29, 106, 229, 0.2);
}

.sidebar-banner img {
	width: 100%;
	height: auto;
}

.sidebar-banner picture {
	display: block;
}

.mapyar-widget {
	padding: 22px;
	border: 1px solid var(--mapyar-border);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.widget-title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 900;
}

.mapyar-widget ul {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mapyar-widget li a {
	color: var(--mapyar-text);
	font-size: 14px;
	font-weight: 800;
}

.mapyar-widget li a:hover {
	color: var(--mapyar-primary);
}

.sidebar-posts li {
	display: grid;
	gap: 3px;
}

.sidebar-posts time {
	color: #94a3b8;
	font-size: 12px;
	font-weight: 700;
}

.search-form {
	display: flex;
	gap: 10px;
}

.search-form label {
	flex: 1;
	min-width: 0;
}

.search-field {
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid var(--mapyar-border);
	border-radius: 14px;
	background: #fff;
	color: var(--mapyar-text);
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.search-field:focus {
	border-color: rgba(29, 106, 229, 0.6);
	box-shadow: 0 0 0 4px rgba(29, 106, 229, 0.12);
}

.related-posts {
	margin-top: 56px;
}

.section-heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 24px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 900;
}

.empty-state,
.not-found .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: clamp(26px, 5vw, 48px);
}

.empty-state h2,
.empty-state p {
	margin: 0;
}

.empty-state h2 {
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
}

.empty-state p {
	color: var(--mapyar-text-soft);
}

.site-footer {
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 32px 32px 0 0;
	background: var(--mapyar-footer);
	color: #fff;
	box-shadow: 0 -24px 80px rgba(37, 99, 235, 0.16);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.3fr 0.8fr 1fr;
	gap: 36px;
	width: min(100% - 32px, var(--mapyar-container));
	margin-inline: auto;
	padding: 42px 0 30px;
}

.site-footer__logo img {
	width: 104px;
	filter: drop-shadow(0 14px 34px rgba(56, 189, 248, 0.16));
}

.site-footer__logo span {
	font-size: 26px;
	font-weight: 900;
}

.site-footer p {
	max-width: 430px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 2;
}

.site-footer h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.site-footer__menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.site-footer__menu a {
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	font-weight: 800;
}

.site-footer__menu a:hover {
	color: #38bdf8;
}

.site-footer__cta {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.04);
}

.site-footer__cta .button {
	margin-top: 18px;
}

.site-footer__bottom {
	width: min(100% - 32px, var(--mapyar-container));
	margin-inline: auto;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
	font-size: 12px;
	font-weight: 800;
}

.mobile-bottom-nav {
	display: none;
}

@media (max-width: 1024px) {
	.site-nav__list {
		gap: 12px;
	}

	.site-header__action {
		padding-inline: 12px;
		font-size: 13px;
	}

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

	.single-grid {
		grid-template-columns: 1fr;
	}

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

	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__cta {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	body {
		background: #f8fafc;
		padding-bottom: 88px;
	}

	.site-footer {
		padding-bottom: 24px;
	}

	.mobile-bottom-nav {
		position: fixed;
		inset-inline: 0;
		bottom: 0;
		z-index: 120;
		display: block;
		border-top: 1px solid #e2e8f0;
		background: rgba(255, 255, 255, 0.96);
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
		box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.12);
		backdrop-filter: blur(12px);
	}

	.mobile-bottom-nav__inner {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 4px;
		width: min(100%, 28rem);
		margin-inline: auto;
		border-radius: 24px;
		background: #fff;
	}

	.mobile-bottom-nav__item {
		display: flex;
		min-height: 64px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 4px;
		border-radius: 18px;
		color: #64748b;
		font-size: 11px;
		font-weight: 900;
		line-height: 1.3;
		text-align: center;
		transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
	}

	.mobile-bottom-nav__item:hover,
	.mobile-bottom-nav__item:focus-visible {
		background: #eff6ff;
		color: #2563eb;
	}

	.mobile-bottom-nav__icon {
		flex-shrink: 0;
		width: 20px;
		height: 20px;
	}

	.site-header__inner {
		min-height: 64px;
	}

	.site-header__actions {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.site-brand__subtitle {
		display: none;
	}

	.site-nav {
		position: fixed;
		inset: 65px 0 auto;
		display: block;
		max-height: 0;
		overflow: hidden;
		border-bottom: 1px solid transparent;
		background: rgba(255, 255, 255, 0.98);
		opacity: 0;
		transition: max-height 220ms ease, opacity 220ms ease, border-color 220ms ease;
	}

	.site-nav.is-open {
		max-height: calc(100vh - 65px);
		overflow-y: auto;
		border-color: var(--mapyar-border);
		opacity: 1;
	}

	.site-nav__list {
		flex-direction: column;
		align-items: stretch;
		width: min(100% - 32px, var(--mapyar-container));
		margin: 0 auto;
		padding: 14px 0 8px;
		gap: 2px;
	}

	.site-nav__list a {
		justify-content: flex-start;
		padding: 12px 14px;
		font-weight: 800;
	}

	.site-nav__mobile-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		width: min(100% - 32px, var(--mapyar-container));
		margin: 0 auto;
		padding: 0 0 16px;
	}

	.site-nav__mobile-actions .button {
		width: 100%;
	}

	.archive-hero,
	.archive-hero--compact {
		padding: 42px 0;
	}

	.posts-section,
	.single-layout,
	.page-layout,
	.not-found {
		padding: 36px 0 56px;
	}

	.share-box {
		align-items: flex-start;
		flex-direction: column;
	}

	.search-form {
		flex-direction: column;
	}

	.blog-sidebar {
		grid-template-columns: 1fr;
	}

	.sidebar-banner--secondary {
		display: none;
	}

	.site-footer {
		border-radius: 28px 28px 0 0;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.container,
	.container--narrow,
	.site-header__inner,
	.site-footer__inner,
	.site-footer__bottom {
		width: min(100% - 24px, var(--mapyar-container));
	}

	.site-brand__logo,
	.site-footer__logo img {
		width: 92px;
	}

	.site-nav__mobile-actions {
		grid-template-columns: 1fr;
	}

	.posts-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.post-card,
	.single-content-wrap,
	.page-layout .container--narrow,
	.empty-state,
	.not-found .container,
	.mapyar-widget {
		border-radius: 24px;
	}

	.post-card__body {
		padding: 18px;
	}

	.single-content-wrap,
	.page-layout .container--narrow {
		padding: 20px;
	}

	.entry-content {
		font-size: 16px;
		line-height: 2.05;
	}

	.single-featured {
		border-radius: 22px;
	}

	.share-box__actions .button {
		width: 100%;
	}

	.share-box__actions {
		width: 100%;
	}
}
