@media screen and (min-width: 1026px) {
	section.post-breadcrumbs {
		padding-top: 1rem;
		padding-bottom: 0;
	}
}

/* Content */
.post-content-grid > * {
	max-width: 815px;
	margin-left: auto;
	margin-right: auto;
}

/* Table of Contents */
.toc {
	box-shadow: 0 0 15px 5px #00000017;
	padding: var(--space-s);
	border-radius: var(--radius-m);
	background: white;
}
.toc__title {
	text-transform: uppercase;
	font-size: var(--h5);
	margin-bottom: var(--space-xs);
}
.toc__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
@media screen and (max-width: 1025px) {
	.toc__list {
		gap: 20px;
	}
}
.toc__item a {
	text-decoration: none;
	color: var(--primary);
}
.toc__item a:hover {
	text-decoration: underline;
}
.toc__item--h2 {
	font-size: 26px;
	padding-left: 0;
}
.toc__item--h2 a {
	font-weight: 600;
	color: var(--base);
}
.toc__item--h2 {
	padding-top: 16px;
}
.toc__item--h3 {
	font-size: 21px;
	padding-left: 16px;
}
.toc__item--h4 {
	font-size: 18px;
	padding-left: 32px;
}
.toc__item--h5 {
	font-size: 16px;
	padding-left: 48px;
}

.wp-block-image.alignright {
	float: right;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 75px;
	max-width: 450px;
}

@media screen and (max-width: 767px) {
	.wp-block-image.alignright {
		float: right;
		margin-bottom: 15px !important;
		margin-left: 25px;
		max-width: 160px;
	}
}

.featured-products__schema-section li {
	font-size: var(--text-l);
}
