.no-results {
	min-height: calc(100vh - 80px - var(--artc-footer-height));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3rem 1.5rem;
	box-sizing: border-box;
}

.no-results .page-header {
	margin: 0 auto;
	text-align: center;
}

.no-results .page-title {
	margin: 0 0 1rem;
	color: var(--artc-text-high-contrast);
}

.no-results .page-title__line {
	display: block;
	white-space: nowrap;
}

.no-results .page-content .artc-paragraph {
	margin: 0;
	color: var(--artc-primary-medium);
}

@media (max-width: 700px) {
	.no-results .page-title {
		font-size: clamp(1.75rem, 6vw, 2.5rem);
	}

	.no-results .page-title__line {
		white-space: normal;
	}
}
