body .entry-header {
	margin-bottom: 2rem;
}

body .entry-title {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.05;
	color: #1a1916;
}

body .entry-content {
	max-width: 100%;
}

body .entry-content > :first-child,
body .entry-content > .wp-block-group > .wp-block-group__inner-container > :first-child {
	margin-top: 0;
}

body .entry-content p,
body .entry-content li,
body .entry-content .wp-block-paragraph,
body .entry-content .wp-block-list li {
	font-size: 0.88rem;
	line-height: 1.85;
	color: #2a2824;
}

body .entry-content a {
	color: #1a1916;
	text-decoration: none;
	border-bottom: 1px solid #c5bfb3;
}

body .entry-content a:hover,
body .entry-content a:focus {
	color: #5a5650;
	border-bottom-color: #8a8479;
}

body .entry-content ul,
body .entry-content ol {
	margin: 1rem 0 1rem 1.2rem;
	padding: 0;
}

body .entry-content img,
body .entry-content .wp-block-image img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 1px solid #c5bfb3;
}

body .entry-footer {
	display: none;
}

body .entry-content .wp-block-heading {
	margin-top: 2.2rem;
	margin-bottom: 0.7rem;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight: 700;
	line-height: 1.15;
	color: #1a1916;
}

body .entry-content h1.wp-block-heading {
	font-size: 1.5rem;
}

body .entry-content h2.wp-block-heading {
	font-size: 1.42rem;
}

body .entry-content h3.wp-block-heading,
body .entry-content h4.wp-block-heading {
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body .entry-content .wp-block-paragraph {
	margin-bottom: 1rem;
}

body .entry-content .wp-block-group {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

body .entry-content .wp-block-group.is-layout-constrained > * + * {
	margin-block-start: 1rem;
}

body .entry-content .wp-block-columns {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	gap: 2rem;
}

body .entry-content .wp-block-column > *:first-child {
	margin-top: 0;
}

body .entry-content .wp-block-quote,
body .entry-content .wp-block-pullquote {
	margin: 1.5rem 0 1.75rem;
	padding: 1rem 1.1rem;
	border: 0;
	border-left: 3px solid #8a8479;
	background: #eeead3;
}

body .entry-content .wp-block-quote p,
body .entry-content .wp-block-pullquote p {
	margin: 0;
	font-size: 0.82rem;
	font-style: italic;
	line-height: 1.7;
	color: #6a6560;
}

body .entry-content .wp-block-quote cite,
body .entry-content .wp-block-quote__citation,
body .entry-content .wp-block-pullquote cite {
	display: block;
	margin-top: 0.6rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.58rem;
	font-style: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a8479;
}

body .entry-content .wp-block-separator {
	margin: 2rem 0;
	border: 0;
	border-top: 1px solid #c5bfb3;
	opacity: 1;
}

body .entry-content .wp-block-buttons {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

body .entry-content .wp-block-button__link,
body .entry-content .wp-element-button {
	padding: 0.75rem 1rem;
	border: 1px solid #c5bfb3;
	border-radius: 0;
	background: #5f5a54;
	box-shadow: none;
	font-family: 'DM Mono', monospace;
	font-size: 0.62rem !important;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f5f2ec;
	text-decoration: none;
}

body .entry-content .wp-block-button__link:hover,
body .entry-content .wp-block-button__link:focus,
body .entry-content .wp-element-button:hover,
body .entry-content .wp-element-button:focus {
	background: #4f4b46;
	color: #f5f2ec;
}

body .entry-content .has-small-font-size {
	font-size: 0.72rem !important;
}

body .entry-content .has-medium-font-size {
	font-size: 0.88rem !important;
	line-height: 1.85;
}

body .entry-content .has-large-font-size {
	font-size: 1.05rem !important;
	line-height: 1.65;
}

body .entry-content .has-x-large-font-size {
	font-size: 1.15rem !important;
	line-height: 1.55;
}

body .entry-content .has-text-align-center {
	text-align: center;
}

body .entry-content .has-text-align-right {
	text-align: right;
}

body .entry-content .alignwide,
body .entry-content .alignfull {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 767px) {
	body .entry-content .wp-block-columns {
		gap: 1.25rem;
	}

	body .entry-content h1.wp-block-heading {
		font-size: 1.9rem;
	}

	body .entry-content .has-large-font-size,
	body .entry-content .has-x-large-font-size {
		font-size: 1rem !important;
		line-height: 1.7;
	}
}
