.SEARCH-RESULTS-PFA{
	background-image: url(/wp-content/themes/wp-parchment/templates/search-results/images/bg-results.webp);
/*	min-height: 370rem;*/
}

.SEARCH-RESULTS-PFA .b-columns {
	min-height: 290rem;
	align-items: center;
}

@media screen and (min-width: 961px){
	.SEARCH-RESULTS-PFA .b-frame {padding-top: 70rem; padding-bottom: 70rem;}
}

.SEARCH-RESULTS .result-link {
	color: var(--black);
	text-decoration: none;
	/* display: none; */
}

.SEARCH-RESULTS {
	z-index: 0;
}

/* .SEARCH-RESULTS .result-link:nth-child(-n+15),
.SEARCH-RESULTS .result-link.show {
	display: block;
} */

.SEARCH-RESULTS .result {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -10rem -10rem 40rem;
	padding: 25rem 35rem;
	background: var(--white);
	border-radius: var(--border-radius-big);
}

.SEARCH-RESULTS .result h3 {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 58.333333%;
	padding: 10rem;
	color: var(--dark-blue);
}

.SEARCH-RESULTS a:hover h3 {
	color: var(--green);
}

.SEARCH-RESULTS .result .type {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 15.666666%;
	padding: 10rem;
	margin: 0;
	font-weight: 700;
	text-align: center;
}

.SEARCH-RESULTS .result .address {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 26%;
	padding: 10rem;
	margin: 0;
	font-weight: 400;
	text-align: right;
}

.SEARCH-RESULTS .button-container {
	text-align: center;
	margin: 40rem auto 0;
}

.SEARCH-RESULTS .b-button[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

@media screen and (max-width: 960px){
	.SEARCH-RESULTS .result {padding: 20rem 15rem;}
	.SEARCH-RESULTS .result h3 {width: 100%;}
	.SEARCH-RESULTS .result .type {width: 100%; text-align: left;}
	.SEARCH-RESULTS .result .address {width: 100%; text-align: left;}
}




