/**
 * Component: 404 page
 * Usage: .error-404 > .entry-header, .error-404__actions — see 404.php.
 * The .search-form itself is styled generically in content.css since
 * get_search_form() is also reused by content-none.php (search/archive
 * zero-results fallback).
 */

.error-404 {
	max-width: var(--content-width);
	padding-block: var(--space-6);
}

.error-404__actions {
	display: flex;
	justify-content: space-between;
	gap: var(--space-3);
	margin-bottom: var(--space-6);
}
