.konmpal-post-template {
	background: #fff;
	color: #252525;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.konmpal-post-template,
.konmpal-post-template * {
	box-sizing: border-box;
}

.konmpal-post-template__image {
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.konmpal-post-template__image img {
	display: block;
	height: 460px;
	max-width: 100%;
	object-fit: cover;
	transform: scale(1.001);
	width: 100%;
}

.konmpal-post-template__body {
	padding: 44px;
	position: relative;
	z-index: 2;
}

.konmpal-post-template__header {
	margin-bottom: 32px;
}

.konmpal-post-template__topline {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-bottom: 26px;
}

.konmpal-post-template__category {
	background: #4db5ef;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.konmpal-post-template__breadcrumbs {
	align-items: center;
	color: #8d8d8d;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	gap: 9px;
	line-height: 1.4;
}

.konmpal-post-template__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.konmpal-post-template__breadcrumbs a:hover {
	color: #4db5ef;
}

.konmpal-post-template__title {
	color: #121212;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
	overflow-wrap: anywhere;
}

.konmpal-post-template__meta {
	align-items: center;
	color: #969696;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin-top: 18px;
	text-transform: uppercase;
}

.konmpal-post-template__meta-item {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.konmpal-post-template__meta-item + .konmpal-post-template__meta-item::before {
	color: #cfcfcf;
	content: "/";
	margin-right: 2px;
}

.konmpal-post-template__meta a {
	color: #4db5ef;
	text-decoration: none;
}

.konmpal-post-template__share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
	margin-top: 32px;
}

.konmpal-post-template__share-label {
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

.konmpal-post-template__share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.konmpal-post-template__share-button {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	min-height: 34px;
	min-width: 74px;
	padding: 9px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.konmpal-post-template__share-button--facebook {
	background: #3b5998;
}

.konmpal-post-template__share-button--x {
	background: #00aced;
}

.konmpal-post-template__share-button--linkedin {
	background: #0077b5;
}

.konmpal-post-template__content {
	color: #333;
	font-size: 18px;
	line-height: 1.78;
	margin-top: 24px;
	overflow-wrap: anywhere;
}

.konmpal-post-template__content > :first-child {
	margin-top: 0;
}

.konmpal-post-template__content > :last-child {
	margin-bottom: 0;
}

.konmpal-post-template__content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.konmpal-post-template--classic {
	background: #f7f4ef;
	border: 1px solid rgba(16, 16, 16, 0.08);
	box-shadow: 0 26px 90px rgba(20, 18, 15, 0.12);
	padding: 18px;
}

.konmpal-post-template--classic .konmpal-post-template__image {
	border-radius: 22px;
	box-shadow: 0 20px 50px rgba(18, 18, 18, 0.16);
}

.konmpal-post-template--classic .konmpal-post-template__image::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(247, 244, 239, 0.72));
	content: "";
	inset: auto 0 0;
	height: 32%;
	position: absolute;
}

.konmpal-post-template--classic .konmpal-post-template__body {
	background: #fff;
	border: 1px solid rgba(18, 18, 18, 0.06);
	border-radius: 18px;
	box-shadow: 0 22px 60px rgba(18, 18, 18, 0.11);
	margin: -74px auto 0;
	max-width: calc(100% - 72px);
	padding: 46px 52px;
}

.konmpal-post-template--classic.konmpal-post-template--no-image .konmpal-post-template__body {
	margin-top: 0;
	max-width: 100%;
}

.konmpal-post-template--classic .konmpal-post-template__title::after,
.konmpal-post-template--minimal-editorial .konmpal-post-template__title::after {
	background: #c39b61;
	content: "";
	display: block;
	height: 3px;
	margin-top: 22px;
	width: 78px;
}

.konmpal-post-template--hero-overlay {
	background: #fff;
	box-shadow: none;
	overflow: visible;
}

.konmpal-post-template--hero-overlay .konmpal-post-template__hero {
	background: #050505;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.konmpal-post-template--hero-overlay .konmpal-post-template__image,
.konmpal-post-template--hero-overlay .konmpal-post-template__image img {
	height: 100%;
	min-height: 520px;
}

.konmpal-post-template--hero-overlay .konmpal-post-template__image::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.72)),
		linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.5));
	content: "";
	inset: 0;
	position: absolute;
}

.konmpal-post-template--hero-overlay .konmpal-post-template__body {
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
	margin: -170px auto 0;
	max-width: min(1180px, calc(100% - 320px));
	padding: 52px 56px 64px;
}

.konmpal-post-template--hero-overlay .konmpal-post-template__title {
	font-size: 58px;
	font-weight: 900;
	line-height: 1.02;
	text-transform: uppercase;
}

.konmpal-post-template--hero-overlay.konmpal-post-template--no-image {
	background: #fff;
}

.konmpal-post-template--hero-overlay.konmpal-post-template--no-image .konmpal-post-template__body {
	margin: 0;
	max-width: 100%;
}

.konmpal-post-template--split {
	align-items: stretch;
	background: #141414;
	color: #fff;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	min-height: 560px;
	overflow: hidden;
}

.konmpal-post-template--split .konmpal-post-template__image,
.konmpal-post-template--split .konmpal-post-template__image img {
	height: 100%;
}

.konmpal-post-template--split .konmpal-post-template__image img {
	filter: saturate(1.05) contrast(1.04);
	min-height: 560px;
}

.konmpal-post-template--split .konmpal-post-template__body {
	align-self: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		#141414;
	padding: 68px 62px;
}

.konmpal-post-template--split .konmpal-post-template__title,
.konmpal-post-template--split .konmpal-post-template__content,
.konmpal-post-template--split .konmpal-post-template__share-label {
	color: #fff;
}

.konmpal-post-template--split .konmpal-post-template__breadcrumbs,
.konmpal-post-template--split .konmpal-post-template__meta {
	color: rgba(255, 255, 255, 0.68);
}

.konmpal-post-template--split .konmpal-post-template__title {
	font-size: 54px;
}

.konmpal-post-template--split .konmpal-post-template__title::before {
	background: #c39b61;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 28px;
	width: 82px;
}

.konmpal-post-template--split .konmpal-post-template__content {
	color: rgba(255, 255, 255, 0.82);
}

.konmpal-post-template--split.konmpal-post-template--no-image {
	display: block;
	min-height: 0;
}

.konmpal-post-template--card {
	background: #fff;
	border: 1px solid rgba(18, 18, 18, 0.07);
	border-radius: 28px;
	box-shadow: 0 34px 100px rgba(20, 20, 20, 0.16);
	padding: 16px;
}

.konmpal-post-template--card .konmpal-post-template__image {
	border-radius: 22px;
}

.konmpal-post-template--card .konmpal-post-template__image img {
	height: 500px;
	transition: transform 420ms ease;
}

.konmpal-post-template--card:hover .konmpal-post-template__image img {
	transform: scale(1.035);
}

.konmpal-post-template--card .konmpal-post-template__body {
	background: #fff;
	border-radius: 20px;
	margin: -36px auto 0;
	max-width: calc(100% - 44px);
	padding: 44px 48px 48px;
}

.konmpal-post-template--card.konmpal-post-template--no-image .konmpal-post-template__body {
	margin-top: 0;
	max-width: 100%;
}

.konmpal-post-template--minimal-editorial {
	background: transparent;
	overflow: visible;
}

.konmpal-post-template--minimal-editorial .konmpal-post-template__body {
	padding: 0;
}

.konmpal-post-template--minimal-editorial .konmpal-post-template__title {
	font-size: 72px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 1060px;
}

.konmpal-post-template--minimal-editorial .konmpal-post-template__header {
	margin-bottom: 0;
}

.konmpal-post-template--minimal-editorial .konmpal-post-template__image {
	border-radius: 0;
	margin: 42px 0;
}

.konmpal-post-template--minimal-editorial .konmpal-post-template__image img {
	height: 620px;
}

.konmpal-post-template--minimal-editorial .konmpal-post-template__content {
	border-left: 3px solid rgba(195, 155, 97, 0.65);
	font-size: 20px;
	line-height: 1.9;
	margin-top: 0;
	max-width: 860px;
	padding-left: 34px;
}

.konmpal-post-template--minimal-editorial.konmpal-post-template--no-image .konmpal-post-template__content {
	margin-top: 34px;
}

@media (max-width: 1024px) {
	.konmpal-post-template__body {
		padding: 34px;
	}

	.konmpal-post-template__title {
		font-size: 38px;
	}

	.konmpal-post-template__image img {
		height: 390px;
	}

	.konmpal-post-template--classic .konmpal-post-template__body,
	.konmpal-post-template--card .konmpal-post-template__body {
		max-width: calc(100% - 36px);
		padding: 36px;
	}

	.konmpal-post-template--hero-overlay .konmpal-post-template__hero,
	.konmpal-post-template--hero-overlay .konmpal-post-template__image,
	.konmpal-post-template--hero-overlay .konmpal-post-template__image img {
		min-height: 440px;
	}

	.konmpal-post-template--hero-overlay .konmpal-post-template__body {
		margin-top: -120px;
		max-width: calc(100% - 80px);
		padding: 38px;
	}

	.konmpal-post-template--hero-overlay .konmpal-post-template__title {
		font-size: 44px;
	}

	.konmpal-post-template--split {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.konmpal-post-template--split .konmpal-post-template__image img {
		min-height: 0;
	}

	.konmpal-post-template--split .konmpal-post-template__body {
		padding: 42px 36px;
	}

	.konmpal-post-template--split .konmpal-post-template__title {
		font-size: 42px;
	}

	.konmpal-post-template--minimal-editorial .konmpal-post-template__title {
		font-size: 50px;
	}

	.konmpal-post-template--minimal-editorial .konmpal-post-template__image img {
		height: 460px;
	}
}

@media (max-width: 767px) {
	.konmpal-post-template__body {
		padding: 24px 18px;
	}

	.konmpal-post-template__title {
		font-size: 32px;
		line-height: 1.08;
	}

	.konmpal-post-template__content {
		font-size: 16px;
		line-height: 1.72;
	}

	.konmpal-post-template__topline,
	.konmpal-post-template__meta,
	.konmpal-post-template__share {
		align-items: flex-start;
		flex-direction: column;
	}

	.konmpal-post-template__breadcrumbs {
		font-size: 13px;
	}

	.konmpal-post-template__share-button {
		min-width: 64px;
	}

	.konmpal-post-template__image img,
	.konmpal-post-template--card .konmpal-post-template__image img,
	.konmpal-post-template--minimal-editorial .konmpal-post-template__image img {
		height: 300px;
	}

	.konmpal-post-template--classic,
	.konmpal-post-template--card {
		padding: 10px;
	}

	.konmpal-post-template--classic .konmpal-post-template__image,
	.konmpal-post-template--card .konmpal-post-template__image {
		border-radius: 16px;
	}

	.konmpal-post-template--classic .konmpal-post-template__body,
	.konmpal-post-template--card .konmpal-post-template__body {
		margin-top: -28px;
		max-width: calc(100% - 18px);
		padding: 28px 22px;
	}

	.konmpal-post-template--hero-overlay .konmpal-post-template__hero,
	.konmpal-post-template--hero-overlay .konmpal-post-template__image,
	.konmpal-post-template--hero-overlay .konmpal-post-template__image img {
		min-height: 340px;
	}

	.konmpal-post-template--hero-overlay .konmpal-post-template__body {
		margin-top: -70px;
		max-width: calc(100% - 24px);
		padding: 28px 22px;
	}

	.konmpal-post-template--hero-overlay .konmpal-post-template__title {
		font-size: 34px;
	}

	.konmpal-post-template--split .konmpal-post-template__body {
		padding: 32px 24px;
	}

	.konmpal-post-template--split .konmpal-post-template__title {
		font-size: 34px;
	}

	.konmpal-post-template--split .konmpal-post-template__title::before {
		margin-bottom: 20px;
	}

	.konmpal-post-template--minimal-editorial .konmpal-post-template__title {
		font-size: 38px;
	}

	.konmpal-post-template--minimal-editorial .konmpal-post-template__image {
		margin: 28px 0;
	}

	.konmpal-post-template--minimal-editorial .konmpal-post-template__content {
		border-left-width: 2px;
		font-size: 17px;
		line-height: 1.78;
		padding-left: 20px;
	}
}
