/*
Styles for search.php
*/

#et-boc:not(:first-of-type) .et_pb_section:has(.bc-search-results) {
	padding: 0;
}

#et-boc:first-of-type .et_pb_section:has(.bc-search-results) {
	padding-bottom: 0;
}

.bc-search-results h2 {
	font-size: 2rem;
}

.bc-search-results ul {
	list-style-type: none;
	padding-left: 0;
}

.bc-search-results article {
	line-height: 1.3;
}

.bc-search-results .title {
	font-size: 20px;
}

.bc-search-results .title a {
	text-decoration: none;
}

.bc-search-results .title a:hover {
	color: #da1a32;
	text-decoration: underline;
}

.bc-search-results .type-text p {
	font-family: "Sentinel Medium", Helvetica, Arial, Lucida, sans-serif;
	font-size: 1.2rem;
}

.bc-search-results .type-text {
	border-top: 2px solid #da1a32;
	margin-bottom: 3rem;
	padding-top: 1rem;
}

.bc-search-results.grid .results {
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 700px) {
	.bc-search-results.grid .results {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	.bc-search-results.grid .results {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bc-search-results.grid article {
	/* border: 1px solid; */
}

.bc-search-results.grid .thumbnail {
	aspect-ratio: 16 / 9;
	background: #9cb59480;
}

.bc-search-results.grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bc-search-results.grid .text {
	margin-top: 0.5em;
}
