/**
 * Generic page & 404 layouts.
 */

.section-page-content {
	padding-bottom: 120px;
}

.section-page-content .entry-content > :first-child {
	margin-top: 0;
}

.section-page-content .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.section-page-content .entry-content h2,
.section-page-content .entry-content h3,
.section-page-content .entry-content h4 {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}

.section-page-content .entry-content p,
.section-page-content .entry-content ul,
.section-page-content .entry-content ol {
	margin-bottom: 1em;
}

.section-page-content .page-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.section-404--inner {
	padding-top: 0;
	padding-bottom: 120px;
}

.section-404--inner .title {
	margin-bottom: 24px;
	line-height: 1;
}

.section-404--inner .desc {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.section-404--inner .tf-btn {
	max-width: none;
	width: auto;
	min-width: 180px;
}

@media (max-width: 767px) {
	.section-page-content {
		padding-bottom: 80px;
	}

	.section-404--inner {
		padding-bottom: 80px;
	}
}
