body,
body.custom-background {
	background: #f5f6f2 !important;
	color: #171b1a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	line-height: 1.65;
}

a {
	color: #176f48;
}

a:hover,
a:focus {
	color: #0f4e33;
}

.site {
	background: transparent;
}

.site-header {
	position: relative;
	min-height: clamp(260px, 38vw, 460px);
	display: flex;
	align-items: flex-end;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.site-header::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(10, 18, 16, .15), rgba(10, 18, 16, .82));
}

.site-branding {
	position: relative;
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 56px 0 44px;
}

.site-title {
	margin: 0;
	letter-spacing: 0;
}

.site-title a {
	color: #fff;
	font-size: clamp(42px, 7vw, 86px);
	font-weight: 800;
	line-height: .95;
	text-decoration: none;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.site-description {
	display: inline-block;
	margin: 18px 0 0;
	padding: 8px 12px;
	background: #f2cf3a;
	color: #141414;
	font-size: clamp(17px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.25;
}

.main-navigation {
	background: #111b18;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .16);
}

.main-navigation a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #23704b;
	color: #fff;
}

.site-content {
	box-sizing: border-box;
	width: min(1180px, calc(100% - 32px));
	margin: 34px auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 32px;
}

.site-content::before,
.site-content::after {
	content: none;
	display: none;
}

.content-area {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	min-width: 0;
}

.site-main {
	margin: 0 !important;
}

.site-content .widget-area {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	min-width: 0;
}

.blog .site-main,
.home .site-main,
.archive .site-main {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 22px;
	align-items: start;
}

.hentry {
	width: auto !important;
	max-width: none;
	overflow: hidden;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(23, 27, 26, .1);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(28, 36, 32, .07);
}

.hentry .entry-header,
.hentry .entry-content,
.hentry .entry-summary,
.hentry .entry-footer {
	padding-right: 20px;
	padding-left: 20px;
}

.hentry .entry-header {
	padding-top: 18px;
}

.entry-title {
	margin: 0 0 10px;
	color: #151817;
	font-size: clamp(22px, 2.4vw, 32px);
	line-height: 1.15;
	letter-spacing: 0;
}

.blog .entry-title,
.home .entry-title,
.archive .entry-title {
	font-size: 22px;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #176f48;
}

.entry-meta,
.entry-footer {
	color: #5c6662;
	font-size: 14px;
}

.sagan-read-more {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	background: #176f48;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
}

.sagan-read-more:hover,
.sagan-read-more:focus {
	background: #0f4e33;
	color: #fff;
}

.post-thumbnail-wrap img,
.wp-block-image img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.blog .post-thumbnail-wrap img,
.home .post-thumbnail-wrap img,
.archive .post-thumbnail-wrap img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 0;
}

.wp-block-image {
	margin: 18px 0;
}

.widget {
	margin: 0 0 20px;
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(23, 27, 26, .1);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(28, 36, 32, .05);
}

.widget-title {
	margin-top: 0;
	color: #151817;
	font-size: 17px;
	line-height: 1.25;
}

#recent-comments-2,
.comments-area {
	display: none;
}

.site-footer {
	background: #111b18;
	color: rgba(255, 255, 255, .78);
}

.site-footer a {
	color: #fff;
}

@media (max-width: 900px) {
	.site-content {
		display: block;
		margin-top: 22px;
	}

	.widget-area {
		margin-top: 26px;
	}
}

@media (max-width: 560px) {
	.site-branding {
		width: min(100% - 24px, 1120px);
		padding-bottom: 32px;
	}

	.site-content {
		width: min(100% - 24px, 1180px);
	}

	.hentry .entry-header,
	.hentry .entry-content,
	.hentry .entry-summary,
	.hentry .entry-footer {
		padding-right: 16px;
		padding-left: 16px;
	}
}
