// =================================================================
// Templates
// =================================================================

// Narrow Content Container
//
// Handles styling for narrow content container pages.
// Do not override this class. Instead, add or remove
// templates from the narrow content container PHP filter
// in your theme.
//
// Styleguide Utilities.Classes.Narrow Content Container
//
// Access: Public
//
// Since: 2.0.0

.content-container-narrow {
	@extend %container-styles;
	max-width: $container-sm;
}

// Handles styling for the 404 page.
//
// Styleguide Components.WordPress.error-404
//
// Access: Public
//
// Since: 2.0.0

.error-404 {
	left: 0;
	width: 100%;

	#quicksearch {
		background: transparent !important; // required to override Responsive layout styles
		border: 0;
		display: block;
		font-size: 16.5px;
		margin: var(--margin-large, #{$margin-large}) 0;
		max-width: 500px;
		padding: 0;
		position: static;

		fieldset {
			padding: 0;
		}

		select {
			display: none;
		}
	}
}
