.botta-single-post-page {
	--botta-single-bg: #fbfbf6;
	--botta-single-ink: #091306;
	--botta-single-copy: #4f584f;
	--botta-single-line: #d8ddd4;
	--botta-single-pill: #0f2c1e;
	background: var(--botta-single-bg);
	color: var(--botta-single-ink);
	min-height: 100vh;
	padding-top: 96px;
}

.botta-single-post-page a {
	color: inherit;
}

.botta-single-post-page .botta-fh-nav-cta,
.botta-single-post-page .botta-fh-button,
.botta-single-post-page .botta-fh-button:visited,
.botta-single-post-page .botta-fh-nav-cta:visited {
	color: #ffffff;
}

.botta-single-post-page .botta-fh-nav-cta:hover,
.botta-single-post-page .botta-fh-nav-cta:focus-visible,
.botta-single-post-page .botta-fh-button:hover,
.botta-single-post-page .botta-fh-button:focus-visible {
	color: #091306;
	background: #fcfcf7;
	border-color: #091306;
}

.botta-single-post-page__inner {
	width: min(1240px, calc(100% - 72px));
	margin: 0 auto;
	padding: 24px 0 72px;
}

.botta-single-post-page .botta-fh-footer {
	width: min(1240px, calc(100% - 72px));
	min-height: 0;
	padding-top: 8px;
	padding-bottom: 56px;
}

.botta-single-post-article {
	margin: 0;
}

.botta-single-post-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.botta-single-post-hero__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #e8ebe2;
	color: var(--botta-single-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.botta-single-post-hero h1 {
	width: min(760px, 100%);
	margin: 20px 0 0;
	font-size: clamp(38px, 4.25vw, 56px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.botta-single-post-hero__intro {
	width: min(520px, 100%);
	margin: 22px 0 0;
	color: #677068;
	font-size: 14px;
	line-height: 1.6;
}

.botta-single-post-hero__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: min(460px, 100%);
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.botta-single-post-hero__meta li {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.botta-single-post-hero__meta span,
.botta-single-post-cta > span {
	color: #6f776f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
}

.botta-single-post-hero__meta strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
}

.botta-single-post-hero__media {
	width: min(920px, 100%);
	margin-top: 34px;
	border-radius: 26px;
	overflow: hidden;
	background: #e2e5de;
}

.botta-single-post-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.72;
	object-fit: cover;
}

.botta-single-post-hero__media iframe,
.botta-single-post-hero__media video,
.botta-single-post-hero__media embed,
.botta-single-post-hero__media object {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: clamp(320px, 52vw, 620px);
	border: 0;
}

.botta-single-post-hero__media .ast-oembed-container,
.botta-single-post-hero__media .epyt-video-wrapper,
.botta-single-post-hero__media .wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto !important;
	min-height: clamp(320px, 52vw, 620px);
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #091306;
}

.botta-single-post-hero__media .wp-block-embed {
	margin: 0;
}

.botta-single-post-hero__media .ast-oembed-container iframe,
.botta-single-post-hero__media .epyt-video-wrapper iframe,
.botta-single-post-hero__media .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	margin: 0;
}

.botta-single-post-hero__media-link {
	margin: 14px 0 0;
	padding: 0 18px 18px;
	text-align: center;
}

.botta-single-post-hero__media-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #0f2c1e;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.botta-single-post-hero__media-fallback-image {
	padding: 0 18px 18px;
}

.botta-single-post-hero__media-fallback-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.72;
	object-fit: cover;
	border-radius: 18px;
}

.botta-single-post-hero__postbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(920px, 100%);
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid var(--botta-single-line);
}

.botta-single-post-hero__date {
	margin: 0;
	color: #697269;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.botta-single-post-share {
	display: flex;
	align-items: center;
	gap: 14px;
}

.botta-single-post-share > span {
	color: #697269;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.botta-single-post-share__links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.botta-single-post-share__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--botta-single-line);
	border-radius: 999px;
	color: var(--botta-single-ink);
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.botta-single-post-share__links a:hover,
.botta-single-post-share__links a:focus-visible {
	background: #0f2c1e;
	border-color: #0f2c1e;
	color: #ffffff;
}

.botta-single-post-share__links svg {
	width: 14px;
	height: 14px;
	display: block;
	fill: currentColor;
}

.botta-single-post-content {
	width: min(700px, 100%);
	margin: 44px auto 0;
}

.botta-single-post-content > :first-child {
	margin-top: 0;
}

.botta-single-post-content > :last-child {
	margin-bottom: 0;
}

.botta-single-post-content h2,
.botta-single-post-content h3,
.botta-single-post-content h4 {
	margin: 40px 0 16px;
	color: var(--botta-single-ink);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.botta-single-post-content h2 {
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.08;
}

.botta-single-post-content h3 {
	font-size: clamp(20px, 1.85vw, 26px);
	line-height: 1.12;
}

.botta-single-post-content p,
.botta-single-post-content li,
.botta-single-post-content blockquote {
	color: var(--botta-single-copy);
	font-size: 14px;
	line-height: 1.72;
}

.botta-single-post-content p,
.botta-single-post-content ul,
.botta-single-post-content ol,
.botta-single-post-content blockquote {
	margin: 0 0 16px;
}

.botta-single-post-content ul,
.botta-single-post-content ol {
	padding-left: 1.25rem;
}

.botta-single-post-content a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

.botta-single-post-content figure,
.botta-single-post-content .wp-block-image,
.botta-single-post-content img,
.botta-single-post-content iframe,
.botta-single-post-content video,
.botta-single-post-content embed,
.botta-single-post-content object {
	max-width: 100%;
}

.botta-single-post-content figure,
.botta-single-post-content .wp-block-image {
	margin: 34px auto;
}

.botta-single-post-content .wp-block-image img,
.botta-single-post-content > p > img,
.botta-single-post-content figure img {
	display: block;
	width: auto;
	max-width: min(460px, 100%);
	margin: 0 auto;
	border-radius: 24px;
}

.botta-single-post-content iframe,
.botta-single-post-content video,
.botta-single-post-content embed,
.botta-single-post-content object {
	display: block;
	width: min(100%, 560px);
	margin: 0 auto 24px;
	border: 0;
}

.botta-single-post-content .ast-oembed-container,
.botta-single-post-content .epyt-video-wrapper,
.botta-single-post-content .wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: min(100%, 700px);
	height: auto !important;
	aspect-ratio: 16 / 9;
	margin: 34px auto 10px;
	overflow: hidden;
	border-radius: 24px;
	background: #091306;
}

.botta-single-post-content .wp-block-embed {
	margin: 34px auto;
}

.botta-single-post-content .ast-oembed-container:has(iframe[width="563"][height="1000"]) {
	width: min(100%, 394px);
	aspect-ratio: 563 / 1000;
}

.botta-single-post-content .ast-oembed-container iframe,
.botta-single-post-content .epyt-video-wrapper iframe,
.botta-single-post-content .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	margin: 0;
}

.botta-single-post-video-link {
	margin: 0 auto 28px;
	text-align: center;
}

.botta-single-post-content .ast-oembed-container .botta-single-post-video-link,
.botta-single-post-content .epyt-video-wrapper .botta-single-post-video-link,
.botta-single-post-content .wp-block-embed__wrapper .botta-single-post-video-link {
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: 2;
	margin: 0;
	transform: translateX(-50%);
}

.botta-single-post-video-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 16px;
	border: 1px solid var(--botta-single-line);
	border-radius: 999px;
	background: #fcfcf7;
	color: var(--botta-single-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.botta-single-post-video-link a:hover,
.botta-single-post-video-link a:focus-visible {
	background: #0f2c1e;
	border-color: #0f2c1e;
	color: #ffffff;
}

.botta-single-post-content figcaption {
	margin-top: 10px;
	color: #7f867f;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.botta-single-post-content hr {
	margin: 42px 0;
	border: 0;
	border-top: 1px solid var(--botta-single-line);
}

.botta-single-post-content blockquote {
	margin: 28px 0;
	padding: 0 0 0 18px;
	border-left: 2px solid #1e4b33;
}

.botta-single-post-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin: 72px auto 0;
	padding: 38px 0 0;
	border-top: 1px solid var(--botta-single-line);
	text-align: center;
}

.botta-single-post-cta h2 {
	margin: 0;
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.03em;
}

.botta-single-post-cta .botta-single-post-cta__button {
	min-width: 132px;
	padding-inline: 30px;
	border-radius: 999px;
	background: var(--botta-single-pill);
}

@media (max-width: 900px) {
	.botta-single-post-page__inner,
	.botta-single-post-page .botta-fh-footer {
		width: min(calc(100% - 40px), 1240px);
	}
}

@media (max-width: 767px) {
	.botta-single-post-page {
		padding-top: 92px;
	}

	.botta-single-post-page__inner,
	.botta-single-post-page .botta-fh-footer {
		width: min(calc(100% - 28px), 1240px);
	}

	.botta-single-post-page__inner {
		padding: 46px 0 40px;
	}

	.botta-single-post-hero__intro {
		margin-top: 18px;
		font-size: 13px;
	}

	.botta-single-post-hero__meta {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 24px;
	}

	.botta-single-post-hero__media {
		margin-top: 28px;
		border-radius: 22px;
	}

	.botta-single-post-hero__postbar {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 14px;
	}

	.botta-single-post-share {
		width: 100%;
		justify-content: space-between;
	}

	.botta-single-post-hero__media img {
		aspect-ratio: 1.15;
	}

	.botta-single-post-content {
		margin-top: 32px;
	}

	.botta-single-post-content h2,
	.botta-single-post-content h3,
	.botta-single-post-content h4 {
		margin-top: 32px;
	}

	.botta-single-post-content .wp-block-image img,
	.botta-single-post-content > p > img,
	.botta-single-post-content figure img {
		max-width: 100%;
	}

	.botta-single-post-cta {
		margin-top: 54px;
		padding-top: 30px;
	}
}
