

/* 404 Page Design - 2025-07-22 RME */

.search{
	.site-main {
			padding: 2rem;
	}
	h2{
		color:white!important;
	}
	p {
		margin-top: 0;
	}
	.wrap {
		min-height: 80vh;
		padding-top: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.content-area{
		max-width: 800px;
		width: 100%;
		text-align: center;
	}
	
	.search-results form , .search-form  {
		max-width: 600px;
		display: flex	;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		max-width: 600px;
		margin: 2rem 0;
			margin-bottom: 30px;
	}
	.search-form label {
		width: 86%;
	}
	form.search-form input.search-submit {
		width: auto;
		padding: 0px 15px;
		padding-top: 4px;
		border-radius: 0 21px 21px 0px !important;
		background-image: linear-gradient(#1a94ff 0%, #0043e5 100%);
		color: white;
		cursor: pointer;
		border: 0px !important;
    margin-left: 0px!important;
		&:hover {
			background-image: linear-gradient(#0043e5 0%, #0043e5 100%) !important;
		}
	}
	input.search-field {
		border-radius: 21px 0px 0px 21px !important;
		padding-left: 21px;
	}
	main#main form {
		width: 100%;
	}
	main#main {
		display: flex	;
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
}