@media (max-width: 1023px) {
	.th-share-bar {
		position: static;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {
	.th-body-row {
		display: flex;
		gap: 24px;
	}

	.th-share-bar {
		position: sticky;
		top: 96px;
		flex-direction: column;
		align-self: flex-start;
		width: 44px;
		margin-bottom: 0;
	}

	.th-body-main {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 1023px) {
	.th-archive-wrap,
	.th-latest-grid,
	.th-single-wrap {
		grid-template-columns: 1fr;
	}

	.th-sidebar {
		position: static;
	}

	.th-archive-grid,
	.th-section-block--grid .th-section-grid,
	.th-related-posts .th-section-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.th-section-block--lead .th-section-body,
	.th-section-block--lead .th-section-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.th-hero-grid {
		grid-template-columns: 1fr;
	}

	.th-branding-search {
		display: none;
	}

	.th-search-toggle {
		display: inline-flex;
	}

	.th-search-panel-mobile.is-open {
		display: block;
	}

	.th-hamburger {
		display: inline-flex;
	}

	.th-nav-primary {
		display: none;
	}

	.th-archive-grid,
	.th-section-block--grid .th-section-grid,
	.th-related-posts .th-section-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.th-branding-inner {
		height: 60px;
	}

	.th-topbar-socials {
		display: none;
	}

	.th-card--list {
		flex-direction: column;
	}

	.th-card--list .th-card-media {
		width: 100%;
	}

	.th-footer-top {
		grid-template-columns: 1fr 1fr;
	}

	.th-single-title {
		font-size: 26px;
	}

	.th-prev-next {
		grid-template-columns: 1fr;
	}

	.th-next {
		grid-column: 1;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.th-archive-grid,
	.th-section-block--grid .th-section-grid,
	.th-related-posts .th-section-grid,
	.th-section-block--lead .th-section-body,
	.th-section-block--lead .th-section-grid {
		grid-template-columns: 1fr;
	}

	.th-footer-top {
		grid-template-columns: 1fr;
	}

	.th-card--small .th-card-media {
		width: 76px;
	}
}
