/* Clinch Law shared visual identity. */
:root {
	--clinch-paper: #faf5ef;
	--clinch-paper-deep: #f0e9df;
	--clinch-green: #2e5d49;
	--clinch-green-dark: #244a3a;
	--clinch-ink: #3f4742;
	--clinch-rule: rgba(46, 93, 73, 0.22);
	--theme-palette-color-1: var(--clinch-green);
	--theme-palette-color-2: var(--clinch-green-dark);
	--theme-palette-color-7: var(--clinch-paper-deep);
	--theme-palette-color-8: var(--clinch-paper);
	--theme-text-color: var(--clinch-ink);
	--theme-link-initial-color: var(--clinch-green);
	--theme-link-hover-color: var(--clinch-green-dark);
	--theme-border-color: var(--clinch-rule);
}

html,
body,
#main-container,
.site-main {
	background: var(--clinch-paper);
}

body {
	color: var(--clinch-ink);
}

a {
	text-underline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title {
	color: var(--clinch-green);
}

/* Header */
#header.ct-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--clinch-paper);
	box-shadow: 0 1px 0 var(--clinch-rule);
}

.admin-bar #header.ct-header {
	top: 32px;
}

#header [data-device="desktop"] [data-row="top"] {
	display: none;
}

#header [data-device="desktop"] [data-row="middle"],
#header [data-device="mobile"] [data-row="middle"] {
	background: var(--clinch-paper);
	border-bottom: 1px solid rgba(46, 93, 73, 0.12);
}

#header [data-row="middle"] .ct-container {
	min-height: 80px;
}

#header .site-branding {
	min-width: 0;
}

#header .site-branding .site-logo-container {
	display: block;
	width: 260px;
	height: 50px;
	background: url("clinch-primary-lockup-green.svg") no-repeat left center / contain;
}

#header .site-branding .site-logo-container img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#header .site-branding .site-title-container {
	display: none;
}

#header .ct-header-cta {
	display: flex;
	align-items: center;
	gap: 20px;
}

#header #header-menu-1 .menu-item-1244 {
	display: none !important;
}

#header .ct-header-cta .ct-button {
	min-height: 42px;
	padding: 8px 20px;
	border: 2px solid var(--clinch-green);
	border-radius: 8px;
	background: transparent;
	color: var(--clinch-green);
	font-weight: 700;
	box-shadow: none;
}

#header .ct-header-cta .ct-button:hover,
#header .ct-header-cta .ct-button:focus-visible {
	background: var(--clinch-green);
	color: var(--clinch-paper);
}

#header .ct-header-cta #header-menu-2 {
	margin: 0;
}

#header .ct-header-cta #header-menu-2 > .menu > .pll-parent-menu-item > .ct-menu-link,
#header .ct-header-cta #header-menu-2 > .menu > .pll-parent-menu-item > .ct-toggle-dropdown-desktop-ghost {
	display: none;
}

#header .ct-header-cta #header-menu-2 .sub-menu {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	isolation: isolate;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 0;
	width: 124px !important;
	min-width: 124px;
	max-width: 124px;
	margin: 0;
	padding: 4px;
	overflow: hidden;
	border: 1px solid rgba(46, 93, 73, 0.22);
	border-radius: 999px;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	background: rgba(46, 93, 73, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
	pointer-events: auto !important;
}

#header .ct-header-cta #header-menu-2 .sub-menu::before {
	position: absolute;
	z-index: 0;
	top: 4px;
	left: 4px;
	width: calc(50% - 4px);
	height: calc(100% - 8px);
	border-radius: 999px;
	background: var(--clinch-green);
	box-shadow: 0 4px 12px rgba(36, 74, 58, 0.2);
	content: "";
	transform: translateX(0);
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

#header .ct-header-cta #header-menu-2 .sub-menu[data-active-language="tr"]::before {
	transform: translateX(100%);
}

#header .ct-header-cta #header-menu-2 .sub-menu li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header .ct-header-cta #header-menu-2 .sub-menu li + li::before {
	display: none;
	content: none;
}

#header .ct-header-cta #header-menu-2 .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	color: rgba(46, 93, 73, 0.58);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: color 220ms ease, transform 220ms ease;
}

#header .ct-header-cta #header-menu-2 .sub-menu a:hover {
	color: var(--clinch-green);
}

#header .ct-header-cta #header-menu-2 .sub-menu[data-active-language="en"] .clinch-language-option--en a,
#header .ct-header-cta #header-menu-2 .sub-menu[data-active-language="tr"] .clinch-language-option--tr a {
	color: var(--clinch-paper);
}

#header .ct-header-cta #header-menu-2 .sub-menu[data-active-language="en"] .clinch-language-option--tr a:hover,
#header .ct-header-cta #header-menu-2 .sub-menu[data-active-language="tr"] .clinch-language-option--en a:hover {
	transform: translateY(-1px);
}

#header .ct-header-cta #header-menu-2 .sub-menu a:focus-visible {
	outline: 2px solid var(--clinch-green);
	outline-offset: 3px;
}

#header .ct-header-cta #header-menu-2 .sub-menu.is-switching {
	pointer-events: none !important;
}

#header .ct-header-cta #header-menu-2 .sub-menu.is-switching::before {
	box-shadow: 0 7px 18px rgba(36, 74, 58, 0.28);
}

@media (prefers-reduced-motion: reduce) {
	#header .ct-header-cta #header-menu-2 .sub-menu::before,
	#header .ct-header-cta #header-menu-2 .sub-menu a {
		transition: none;
	}
}

#header [data-device="desktop"] [data-row="bottom"] {
	max-height: 62px;
	overflow: visible;
	background: var(--clinch-green);
	border: 0;
	opacity: 1;
	transform: translateY(0);
	transition: max-height 500ms ease, opacity 500ms ease, transform 500ms ease;
}

#header [data-device="desktop"] [data-row="bottom"] > .ct-container {
	min-height: 52px;
}

#header [data-device="desktop"] [data-row="bottom"] .menu {
	gap: 4px;
	justify-content: center;
}

#header [data-device="desktop"] [data-row="bottom"] .menu > li > .ct-menu-link {
	min-height: 52px;
	padding-inline: 16px;
	color: var(--clinch-paper) !important;
	font-size: 14px;
	font-weight: 600;
}

#header [data-device="desktop"] [data-row="bottom"] .menu > li:hover > .ct-menu-link,
#header [data-device="desktop"] [data-row="bottom"] .menu > li:focus-within > .ct-menu-link,
#header [data-device="desktop"] [data-row="bottom"] .menu > .current-menu-item > .ct-menu-link,
#header [data-device="desktop"] [data-row="bottom"] .menu > .current-menu-ancestor > .ct-menu-link {
	background: var(--clinch-green) !important;
	color: var(--clinch-paper) !important;
}

#header [data-device="desktop"] [data-row="bottom"] .sub-menu {
	border: 1px solid var(--clinch-rule);
	background: var(--clinch-paper);
	box-shadow: 0 16px 32px rgba(46, 93, 73, 0.18);
}

#header [data-device="desktop"] [data-row="bottom"] .sub-menu .ct-menu-link {
	color: var(--clinch-green);
}

#header [data-device="desktop"] [data-row="bottom"] .sub-menu .ct-menu-link:hover {
	background: var(--clinch-paper-deep);
}

#header.clinch-nav-hidden [data-device="desktop"] [data-row="bottom"] {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-12px);
	pointer-events: none;
}

#header.clinch-nav-hidden [data-device="desktop"] [data-row="middle"] {
	border-bottom-color: rgba(46, 93, 73, 0.4);
	box-shadow: 0 10px 28px rgba(46, 93, 73, 0.16);
}

#header [data-device="mobile"] .site-branding .site-logo-container {
	width: 190px;
	height: 38px;
}

#header [data-device="mobile"] .ct-header-trigger {
	color: var(--clinch-green);
}

.clinch-blog-search {
	position: relative;
	margin: 0;
}

#header [data-device="desktop"] .clinch-blog-search {
	width: 100%;
	margin: 0;
}

#header [data-device="desktop"] [data-row="middle"] .ct-container {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(320px, 520px) minmax(240px, 1fr);
	align-items: center;
	column-gap: clamp(24px, 4vw, 64px);
}

#header [data-device="desktop"] [data-row="middle"] [data-column="start"] {
	justify-self: start;
}

#header [data-device="desktop"] [data-row="middle"] [data-column="end"] {
	justify-self: end;
}

.clinch-blog-search input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 52px 0 18px;
	border: 2px solid var(--clinch-green);
	border-radius: 9px;
	outline: 0;
	background: transparent;
	color: var(--clinch-ink);
	font-size: 15px;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.clinch-blog-search input[type="search"]::placeholder {
	color: rgba(63, 71, 66, 0.5);
}

.clinch-blog-search input[type="search"]:focus {
	background: #fff;
	box-shadow: 0 0 0 4px rgba(46, 93, 73, 0.12);
}

.clinch-blog-search button,
.clinch-blog-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: var(--clinch-green);
	cursor: pointer;
}

.clinch-blog-search button {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 42px;
	height: 40px;
	padding: 0;
}

.clinch-blog-search svg,
.clinch-blog-search-toggle svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.clinch-blog-search-toggle,
.clinch-blog-search-panel {
	display: none;
}

/* Blog archive and category listings */
body.blog #main > .ct-container,
body.archive #main > .ct-container,
body.search #main > .ct-container {
	width: min(1390px, calc(100% - 48px));
	max-width: none;
	margin-block: 48px;
	padding: clamp(28px, 4vw, 56px);
	border-radius: 32px;
	background: var(--clinch-green);
	box-shadow: 0 22px 48px rgba(46, 93, 73, 0.16);
}

.clinch-blog-intro {
	margin-bottom: 40px;
	color: var(--clinch-paper);
	text-align: center;
}

.clinch-blog-intro__eyebrow {
	margin-bottom: 12px;
	color: rgba(250, 245, 239, 0.7);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.clinch-blog-intro h1 {
	margin: 0;
	color: var(--clinch-paper);
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.clinch-blog-intro p {
	max-width: 720px;
	margin: 18px auto 0;
	color: rgba(250, 245, 239, 0.76);
	font-size: 18px;
	line-height: 1.65;
}

body.blog .entries,
body.archive .entries,
body.search .entries {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px;
}

body.blog .entry-card,
body.archive .entry-card,
body.search .entry-card {
	grid-column: auto !important;
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 30px;
	border: 1px solid rgba(250, 245, 239, 0.5);
	border-radius: 24px;
	background: var(--clinch-paper);
	box-shadow: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.blog .entry-card:hover,
body.archive .entry-card:hover,
body.search .entry-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(20, 51, 39, 0.24);
}

body.blog .entry-card > .ct-media-container,
body.archive .entry-card > .ct-media-container,
body.search .entry-card > .ct-media-container {
	display: none;
}

body.blog .entry-card .entry-meta[data-id="meta_1"],
body.archive .entry-card .entry-meta[data-id="meta_1"],
body.search .entry-card .entry-meta[data-id="meta_1"] {
	margin-bottom: 20px;
}

body.blog .entry-card .meta-categories a,
body.archive .entry-card .meta-categories a,
body.search .entry-card .meta-categories a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 14px;
	border: 1px solid rgba(46, 93, 73, 0.25);
	border-radius: 999px;
	background: rgba(46, 93, 73, 0.06);
	color: var(--clinch-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.blog .entry-card .meta-categories,
body.archive .entry-card .meta-categories,
body.search .entry-card .meta-categories {
	font-size: 0;
}

body.blog .entry-card .meta-categories a,
body.archive .entry-card .meta-categories a,
body.search .entry-card .meta-categories a {
	font-size: 12px;
}

body.blog .entry-card .meta-categories a:not(:first-child),
body.archive .entry-card .meta-categories a:not(:first-child),
body.search .entry-card .meta-categories a:not(:first-child) {
	display: none;
}

body.blog .entry-card .entry-meta[data-id="meta_2"],
body.archive .entry-card .entry-meta[data-id="meta_2"],
body.search .entry-card .entry-meta[data-id="meta_2"] {
	margin: -6px 0 24px;
	padding: 0;
	border: 0;
	color: rgba(46, 93, 73, 0.62);
	font-size: 13px;
}

body.blog .entry-card .entry-meta[data-id="meta_2"] a,
body.archive .entry-card .entry-meta[data-id="meta_2"] a,
body.search .entry-card .entry-meta[data-id="meta_2"] a {
	color: inherit;
}

body.blog .entry-card .entry-title,
body.archive .entry-card .entry-title,
body.search .entry-card .entry-title {
	margin-bottom: 22px;
	font-size: clamp(24px, 2vw, 31px);
	line-height: 1.18;
	letter-spacing: -0.025em;
}

body.blog .entry-card .entry-title a,
body.archive .entry-card .entry-title a,
body.search .entry-card .entry-title a {
	color: var(--clinch-green);
}

body.blog .entry-card .entry-excerpt,
body.archive .entry-card .entry-excerpt,
body.search .entry-card .entry-excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #514c49;
	font-size: 16px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

body.blog .clinch-entry-read-more,
body.archive .clinch-entry-read-more,
body.search .clinch-entry-read-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--clinch-rule);
	color: var(--clinch-green);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

body.blog .clinch-entry-read-more span:last-child,
body.archive .clinch-entry-read-more span:last-child,
body.search .clinch-entry-read-more span:last-child {
	font-size: 23px;
	transition: transform 180ms ease;
}

body.blog .clinch-entry-read-more:hover span:last-child,
body.archive .clinch-entry-read-more:hover span:last-child,
body.search .clinch-entry-read-more:hover span:last-child {
	transform: translateX(4px);
}

body.blog .ct-pagination,
body.archive .ct-pagination,
body.search .ct-pagination {
	margin-top: 36px;
	color: var(--clinch-paper);
}

body.blog .ct-pagination a,
body.archive .ct-pagination a,
body.search .ct-pagination a {
	color: var(--clinch-paper);
}

body.blog #main > .ct-container > :not(section):not(.clinch-blog-intro),
body.archive #main > .ct-container > :not(section):not(.clinch-blog-intro),
body.search #main > .ct-container > :not(section):not(.clinch-blog-intro) {
	margin-top: 28px;
	padding: 28px;
	border-radius: 22px;
	background: var(--clinch-paper);
}

body.search #main .hero-section {
	display: none;
}

/* Single article surfaces */
.single-post .hero-section[data-type="type-2"] .entry-header,
.single-post .site-main > .ct-container > article.type-post {
	background: var(--clinch-paper);
	border-color: rgba(46, 93, 73, 0.28);
	box-shadow: 0 16px 34px rgba(46, 93, 73, 0.08);
}

.single-post .hero-section[data-type="type-2"] .page-title {
	color: var(--clinch-green);
}

.single-post .clinch-article-toc #ez-toc-container {
	background: var(--clinch-paper-deep);
}

.single-post .clinch-article-body a {
	color: var(--clinch-green);
	font-weight: 600;
}

/* Footer */
#footer.ct-footer {
	display: none;
}

.ct-trending-block {
	display: none !important;
}

.clinch-blog-footer {
	position: relative;
	z-index: 2;
	background: var(--clinch-green);
	color: var(--clinch-paper);
}

.clinch-blog-footer__container {
	width: min(1216px, calc(100% - 48px));
	margin: 0 auto;
}

.clinch-blog-footer__navigation {
	padding: 48px 0;
	border-bottom: 1px solid rgba(250, 245, 239, 0.1);
}

.clinch-blog-footer__links-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 32px 24px;
}

.clinch-blog-footer__column h3 {
	margin: 0 0 16px;
	color: var(--clinch-paper) !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

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

.clinch-blog-footer__column li + li {
	margin-top: 10px;
}

.clinch-blog-footer__column a {
	color: rgba(250, 245, 239, 0.8);
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
	transition: color 160ms ease;
}

.clinch-blog-footer__column a:hover,
.clinch-blog-footer__column a:focus-visible {
	color: var(--clinch-paper);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.clinch-blog-footer__identity {
	padding: 24px 0;
}

.clinch-blog-footer__brand-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.clinch-blog-footer__brand,
.clinch-blog-footer__actions,
.clinch-blog-footer__bar {
	display: flex;
	align-items: center;
}

.clinch-blog-footer__logo {
	display: block;
	width: 264px;
	flex: 0 0 auto;
}

.clinch-blog-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.clinch-blog-footer__rule {
	flex: 0 0 auto;
	margin: 0 16px;
	width: 1px;
	height: 32px;
	background: rgba(250, 245, 239, 0.2);
}

.clinch-blog-footer address {
	color: rgba(250, 245, 239, 0.7);
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}

.clinch-blog-footer__bar {
	gap: 8px;
	color: rgba(250, 245, 239, 0.7);
	font-size: 12px;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
}

.clinch-blog-footer__bar img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.clinch-blog-footer__actions {
	gap: 18px;
}

.clinch-blog-footer__instagram {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: rgba(250, 245, 239, 0.1);
	color: var(--clinch-paper);
	transition: background 160ms ease;
}

.clinch-blog-footer__instagram:hover,
.clinch-blog-footer__instagram:focus-visible {
	background: rgba(250, 245, 239, 0.2);
}

.clinch-blog-footer__instagram svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.clinch-blog-footer__contact {
	color: var(--clinch-paper) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.clinch-blog-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(250, 245, 239, 0.12);
}

.clinch-blog-footer__bottom p {
	margin: 0;
	color: rgba(250, 245, 239, 0.6);
	font-size: 12px;
}

.clinch-blog-footer__bottom ul {
	display: flex;
	align-items: center;
	gap: 0;
}

.clinch-blog-footer__bottom li {
	display: flex;
	align-items: center;
}

.clinch-blog-footer__bottom li + li::before {
	margin: 0 24px;
	content: "|";
	color: rgba(250, 245, 239, 0.4);
}

.clinch-blog-footer__bottom a {
	color: rgba(250, 245, 239, 0.8);
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.clinch-blog-footer__bottom a:hover,
.clinch-blog-footer__bottom a:focus-visible,
.clinch-blog-footer__contact:hover,
.clinch-blog-footer__contact:focus-visible {
	color: var(--clinch-paper);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 999px) {
	.admin-bar #header.ct-header {
		top: 46px;
	}

	.clinch-blog-search-toggle {
		display: inline-flex;
		width: 42px;
		height: 42px;
		margin-left: auto;
		padding: 0;
	}

	.clinch-blog-search-panel {
		padding: 10px 16px 14px;
		border-bottom: 1px solid rgba(46, 93, 73, 0.16);
		background: var(--clinch-paper);
	}

	.clinch-blog-search-panel.is-open {
		display: block;
	}

	body.blog #main > .ct-container,
	body.archive #main > .ct-container,
	body.search #main > .ct-container {
		width: min(100% - 28px, 760px);
		margin-block: 24px;
		padding: 28px 20px;
		border-radius: 24px;
	}

	body.blog .entries,
	body.archive .entries,
	body.search .entries {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

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

	.clinch-blog-footer address,
	.clinch-blog-footer__brand > .clinch-blog-footer__rule,
	.clinch-blog-footer__bar {
		display: none;
	}
}

@media (max-width: 767px) {
	.clinch-blog-footer__container {
		width: min(100% - 32px, 640px);
	}

	.clinch-blog-footer__navigation {
		padding: 40px 0;
	}

	.clinch-blog-footer__links-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 24px;
	}

	.clinch-blog-footer__brand-row {
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.clinch-blog-footer__logo {
		width: 240px;
	}

	.clinch-blog-footer__actions .clinch-blog-footer__rule {
		display: block;
	}

	.clinch-blog-footer__bottom {
		align-items: center;
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}

	.clinch-blog-footer__bottom ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.clinch-blog-footer__bottom li + li::before {
		margin: 0 12px;
	}
}

@media (max-width: 689px) {
	#header [data-device="mobile"] .site-branding .site-logo-container {
		width: 164px;
		height: 32px;
	}

	body.blog .ct-pagination[data-pagination="simple"],
	body.archive .ct-pagination[data-pagination="simple"],
	body.search .ct-pagination[data-pagination="simple"] {
		grid-template-columns: auto 1fr auto;
		row-gap: 12px;
	}

	body.blog .ct-pagination[data-pagination="simple"] > .ct-hidden-sm,
	body.archive .ct-pagination[data-pagination="simple"] > .ct-hidden-sm,
	body.search .ct-pagination[data-pagination="simple"] > .ct-hidden-sm {
		display: flex !important;
		grid-column: 1 / -1;
		grid-row: 1;
		flex-wrap: wrap;
		justify-content: center;
		margin: -2px;
	}

	body.blog .ct-pagination[data-pagination="simple"] > .ct-hidden-sm .page-numbers,
	body.archive .ct-pagination[data-pagination="simple"] > .ct-hidden-sm .page-numbers,
	body.search .ct-pagination[data-pagination="simple"] > .ct-hidden-sm .page-numbers {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
		margin: 2px;
	}

	body.blog .ct-pagination[data-pagination="simple"] > .prev,
	body.archive .ct-pagination[data-pagination="simple"] > .prev,
	body.search .ct-pagination[data-pagination="simple"] > .prev,
	body.blog .ct-pagination[data-pagination="simple"] > .next,
	body.archive .ct-pagination[data-pagination="simple"] > .next,
	body.search .ct-pagination[data-pagination="simple"] > .next {
		grid-row: 2;
	}

	body.blog .entries,
	body.archive .entries,
	body.search .entries {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.blog .entry-card,
	body.archive .entry-card,
	body.search .entry-card {
		min-height: 0;
		padding: 26px;
	}

	.clinch-blog-intro {
		margin-bottom: 28px;
		text-align: left;
	}

	.clinch-blog-intro p {
		font-size: 16px;
	}

}

/* Article layout */
.single-post .hero-section[data-type="type-2"] .entry-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 1.05fr);
	grid-template-areas:
		"category image"
		"title image"
		"author image";
	column-gap: clamp(32px, 4vw, 56px);
	row-gap: 22px;
	align-items: start;
	margin-top: clamp(24px, 3vw, 36px);
	margin-bottom: 0;
	padding: clamp(28px, 3vw, 40px);
	border: 1px solid var(--theme-border-color);
	border-radius: 14px;
	text-align: left;
}

.single-post .hero-section[data-type="type-2"] .entry-header > * {
	margin-block: 0;
}

.single-post .hero-section[data-type="type-2"] .entry-header > .entry-meta:not([data-id]) {
	grid-area: category;
}

.single-post .hero-section[data-type="type-2"] .page-title {
	grid-area: title;
	max-width: 1100px;
	font-size: clamp(34px, 3vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	grid-template-areas:
		"avatar author"
		"avatar date";
	column-gap: 16px;
	row-gap: 6px;
	align-items: center;
	justify-content: start;
	grid-area: author;
	width: 100%;
	padding-top: 28px;
	border-top: 1px solid var(--theme-border-color);
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-author,
.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-date {
	font-size: 18px;
}

.single-post .hero-section[data-type="type-2"] .entry-meta {
	justify-content: flex-start;
}

.single-post .hero-section[data-type="type-2"] .meta-author .ct-media-container-static {
	grid-area: avatar;
	display: block;
	flex: 0 0 auto;
	width: 84px;
	min-width: 84px;
	height: 84px;
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-author {
	display: contents;
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-author::after {
	display: none;
	content: none;
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .ct-meta-element-author {
	grid-area: author;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	line-height: 1.25;
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .ct-meta-element-author::after {
	margin-top: 3px;
	content: "Immigration Attorney";
	color: var(--theme-text-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

html[lang^="tr"] .single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .ct-meta-element-author::after {
	content: "Göçmenlik Avukatı";
}

.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-date {
	grid-area: date;
	align-self: start;
	margin: 0;
	color: var(--theme-text-color);
	font-size: 15px;
	line-height: 1.3;
}

.single-post .hero-section[data-type="type-2"] .meta-author .ct-media-container-static img {
	display: block;
	width: 100%;
	height: 100% !important;
	border-radius: inherit;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.single-post .clinch-article-hero-image {
	grid-area: image;
	align-self: center;
	width: 100%;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}

.single-post .site-main > .ct-container {
	padding-top: clamp(24px, 3vw, 36px);
	padding-bottom: clamp(32px, 4vw, 48px);
}

.single-post .site-main > .ct-container > article.type-post {
	border: 1px solid var(--theme-border-color);
	border-radius: 14px;
}

.single-post .clinch-article-hero-cover {
	display: block;
	width: 100%;
	height: auto;
}

.single-post .site-main > .ct-container > article.type-post > .entry-content.is-layout-constrained {
	width: 100%;
	max-width: none;
}

.single-post .entry-content.is-layout-constrained > .clinch-article-layout {
	max-width: none;
	margin-inline: 0;
}

.single-post .clinch-article-layout {
	display: grid;
	grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	justify-content: stretch;
	align-items: start;
	gap: clamp(28px, 3vw, 48px);
	width: 100%;
	box-sizing: border-box;
	padding-inline: 0;
}

.single-post .clinch-article-toc {
	position: sticky;
	top: var(--clinch-article-sticky-top, 24px);
	display: flex;
	flex-direction: column;
	align-self: start;
	height: fit-content;
	max-height: calc(100vh - var(--clinch-article-sticky-top, 24px) - 24px);
	max-height: calc(100dvh - var(--clinch-article-sticky-top, 24px) - 24px);
	min-width: 0;
	padding: 0;
	transition: top 220ms ease, max-height 220ms ease;
}

.single-post .clinch-article-toc #ez-toc-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: min(calc(100vh - var(--clinch-article-sticky-top, 24px) - 90px), 520px);
	max-height: min(calc(100dvh - var(--clinch-article-sticky-top, 24px) - 90px), 520px);
	margin: 0;
	overflow: hidden;
	overscroll-behavior: contain;
	box-sizing: border-box;
	border: 1px solid var(--theme-border-color);
	border-radius: 4px;
	background: var(--clinch-paper-deep);
}

.single-post .clinch-article-toc #ez-toc-container > .ez-toc-title-container {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	background: var(--clinch-paper-deep);
}

.single-post .clinch-article-toc #ez-toc-container > nav {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
}

.single-post .clinch-article-toc-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	margin-top: 14px;
	padding: 12px 18px;
	border-radius: 6px;
	background: var(--theme-palette-color-1);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, filter 160ms ease;
}

.single-post .clinch-article-toc-cta:hover,
.single-post .clinch-article-toc-cta:focus-visible {
	color: #fff;
	filter: brightness(0.9);
	transform: translateY(-1px);
}

.single-post .clinch-article-toc a[data-clinch-current="true"] {
	color: var(--clinch-green-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-post .clinch-article-body {
	min-width: 0;
}

.single-post .clinch-article-body > :first-child {
	margin-top: 0;
}

.single-post .author-box > section {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 20px;
	align-items: start;
}

.single-post .site-main > .ct-container > article.type-post > .author-box {
	margin-bottom: 0;
}

.single-post .ct-related-posts-container {
	padding-top: 28px;
	padding-bottom: 28px;
}

.single-post .author-box .author-box-name {
	flex: 0 0 auto;
	order: 1;
	margin: 0;
}

.single-post .author-box .author-box-name::after {
	display: block;
	margin-top: 3px;
	content: "Immigration Attorney";
	color: var(--theme-text-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.single-post .author-box .author-box-bio {
	flex: 0 0 100%;
	order: 3;
	min-width: 0;
}

.single-post .author-box .author-box-socials {
	flex: 0 0 30px;
	order: 2;
	align-self: start;
	margin: 3px 0 0;
}

.single-post .clinch-article-layout--without-toc {
	display: block;
	max-width: 760px;
	margin-inline: auto;
}

@media (max-width: 999px) {
	.single-post .ct-related-posts-container {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.single-post .hero-section[data-type="type-2"] .entry-header {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"category"
			"title"
			"author"
			"image";
		row-gap: 20px;
		margin-top: 18px;
		margin-bottom: 0;
		padding: 24px;
		border-radius: 10px;
	}

	.single-post .site-main > .ct-container > article.type-post {
		border-radius: 10px;
	}

	.single-post .hero-section[data-type="type-2"] .page-title {
		font-size: clamp(34px, 10vw, 48px);
	}

	.single-post .clinch-article-hero-image {
		min-height: 0;
		max-height: none;
	}

	.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-author,
	.single-post .hero-section[data-type="type-2"] .entry-meta[data-id="second"] .meta-date {
		font-size: 15px;
	}

	.single-post .clinch-article-layout {
		display: block;
		padding-inline: 0;
	}

	.single-post .clinch-article-toc {
		position: static;
		display: block;
		height: auto;
		max-height: none;
		margin-bottom: 32px;
	}

	.single-post .clinch-article-toc #ez-toc-container {
		display: block;
		max-height: none;
		overflow: visible;
	}

	.single-post .clinch-article-toc #ez-toc-container > nav {
		overflow: visible;
		scrollbar-gutter: auto;
	}

	.single-post .clinch-article-toc-cta {
		min-height: 50px;
	}
}
