.wta-abf {
	min-height: 650px;
	display: flex;
	align-items: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: var(--bg-color);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: var(--text-color);
	margin-bottom: 64px;
}

@media (max-width: 768px) {
	.wta-abf {
		padding: 24px;
	}
}

.wta-abf--search {
	min-height: initial;
	width: auto;
	position: static;
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
	background-color: transparent;
	background-size: initial;
	background-position: initial;
	background-repeat: initial;
	color: inherit;
	margin: 48px 0;
}

.wta-abf--search .wta-abf__content {
	width: 100%;
	max-width: 100%;
}

.wta-abf--search .wta-abf__content .search-form__input .search-field {
	border: 1px solid #4b475c;
}

.wta-abf:not(.wta-abf--search)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	opacity: 0.7;
}

.wta-abf>section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wta-abf__content {
	max-width: 760px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wta-abf__content>h2 {
	color: inherit;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: normal;
}

.wta-abf__content>p {
	color: inherit;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wta-abf__content .search-form {
	position: relative;
}

.wta-abf__content .search-form__filters {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.wta-abf__content .search-form__filters input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.wta-abf__content .search-form__filters label {
	color: inherit;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 8px;
	border-bottom: 3px solid transparent;
}

.wta-abf__content .search-form__filters input[type="radio"]:checked+label {
	border-color: #CDBFB2;
}

.wta-abf__content .search-form__input {
	margin-top: 16px;
	position: relative;
}

.wta-abf__content .search-form__input .search-field {
	padding: 16px;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	color: #333;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border: 0;
	font-size: 20px;
}

.wta-abf__content .search-form__input .search-field::placeholder {
	color: #333;
}

.wta-abf__content .search-form__input .search-view-all {
	position: absolute;
	right: 70px;
	top: 50%;
	bottom: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #4b475c;
	cursor: pointer;
	line-height: 0;
	font-weight: bold;
	display: none;
}

.wta-abf__content .search-form__input .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #333;
	cursor: pointer;
	line-height: 0;
}

.wta-abf__content .search-form__input .search-submit svg {
	width: 24px;
	height: 24px;
}

.wta-abf__content .search-results:empty {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.wta-abf__content .search-results:not(:empty) {
	padding: 24px;
	margin-top: 8px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
}

.wta-abf__content .search-results h3 {
	margin: 0 0 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: normal;
}

.wta-abf__content .search-results ul {
	padding: 0;
}

.wta-abf__content .search-results li {
	padding: 12px 0;

}

.wta-abf__content .search-results li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.wta-abf__content .search-results li svg {
	width: 24px;
	height: 24px;
}


.wta-abf-search .serp ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.wta-abf-search .serp .no-thumbnail {
	width: 100%;
	height: 200px;
	background-color: #c9bfb4;
	margin-bottom: 16px;
}

.wta-abf-search .serp figure img {
	margin-bottom: 16px;
	height: 200px;
	object-fit: cover;
	max-width: none;
	width: 100%;
}


.wta-abf-search .serp h2 {
	color: #4C465E;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 54px 0 32px 0;
}


.wta-abf-search h1 {
	color: #4C465E;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 48px 0;
}
