.ais-block {
	padding: 7.25rem 0 4rem;
	z-index: 2;
}

.ais-block-title {
	margin-bottom: 4.75rem;
}

.ais-searchbox-header {
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.searchbox {
	height: 2.5rem;
	background: var(--white);
	width: 100%;
}

.searchbox .ais-SearchBox-input {
	border: 1px solid #d8d8d8;
	box-shadow: none;
	border-radius: 0;
	font-size: 1rem;
	padding-right: 2.75rem;
	padding-left: 2.75rem;
	color: var(--black);
}

.searchbox .ais-SearchBox-input::placeholder {
	color: var(--secondary-black);
}

.ais-SearchBox-form::before {
	background: url(../../../images/decorative-items/search-icon.svg) no-repeat
		center center / contain;
	width: 1rem;
	height: 1rem;
}

.ais-hits .ais-Hits-list {
	display: grid;
	grid-gap: 1rem;
}

.ais-hits .ais-Hits-item {
	width: 100%;
	box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1);
	padding: 0;
	flex-direction: column;
	border-radius: 0.5rem;
	overflow: hidden;
	border-bottom: 1.375rem solid var(--orange);
}

.ais-image-box-wrap {
	display: flex;
	width: 100%;
}

.feature-card {
	height: 11rem;
	width: 100%;
}

.ais-hits .ais-Hits-item:first-child .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 1) .feature-card {
	background: url(../../../images/resources-default-image/Resources-01.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(2) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 2) .feature-card {
	background: url(../../../images/resources-default-image/Resources-02.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(3) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 3) .feature-card {
	background: url(../../../images/resources-default-image/Resources-03.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(4) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 4) .feature-card {
	background: url(../../../images/resources-default-image/Resources-04.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(5) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 5) .feature-card {
	background: url(../../../images/resources-default-image/Resources-05.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(6) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 6) .feature-card {
	background: url(../../../images/resources-default-image/Resources-06.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(7) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 7) .feature-card {
	background: url(../../../images/resources-default-image/Resources-07.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(8) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 8) .feature-card {
	background: url(../../../images/resources-default-image/Resources-08.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(9) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 9) .feature-card {
	background: url(../../../images/resources-default-image/Resources-09.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(10) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 10) .feature-card {
	background: url(../../../images/resources-default-image/Resources-10.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(11) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 11) .feature-card {
	background: url(../../../images/resources-default-image/Resources-11.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(12) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 12) .feature-card {
	background: url(../../../images/resources-default-image/Resources-12.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(13) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 13) .feature-card {
	background: url(../../../images/resources-default-image/Resources-13.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(14) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 14) .feature-card {
	background: url(../../../images/resources-default-image/Resources-14.png)
		no-repeat center center/cover;
}

.ais-hits .ais-Hits-item:nth-child(15) .feature-card,
.ais-hits .ais-Hits-item:nth-child(15n + 15) .feature-card {
	background: url(../../../images/resources-default-image/Resources-15.png)
		no-repeat center center/cover;
}

.ais-detail-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
	height: calc(100% - 11rem);
}

.ais-label {
	margin-bottom: 1rem;
	display: block;
}

.ais-hits .link {
	margin-top: 1rem;
	width: 100%;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 4.75rem;
}

.pagination .ais-Pagination-link {
	background: none;
	box-shadow: none;
	border: 0;
	padding: 0.5rem;
	min-width: 1rem;
	text-align: center;
	color: var(--black);
	margin-left: 0;
	border-radius: 0;
	border-bottom: 0.125rem solid transparent;
}

.ais-Pagination-item--selected .ais-Pagination-link {
	border: 0;
	box-shadow: none;
	border-bottom: 0.125rem solid var(--orange);
}

.ais-Pagination-item--disabled .ais-Pagination-link {
	background: none;
	box-shadow: none;
	border: 0;
	color: #b6b7d5;
}

.ais-Panel {
	margin: 0;
}

.ais-Panel--collapsible .ais-Panel-collapseButton {
	top: 0;
	width: 100%;
	height: 4.25rem;
	cursor: pointer;
	text-align: right;
}

.stats-current-refinements-results {
	margin-bottom: 2.75rem;
}

.ais-reset-filter {
	padding-top: 2.25rem;
	border-top: 0.125rem solid #ccc;
}

.ais-RefinementList-item {
	margin: 0.5rem 0;
}

.ais-RefinementList-item:last-child {
	margin-bottom: 2rem;
}

.ais-RefinementList-labelText {
	font-size: 1rem;
	line-height: 1.5rem;
	width: calc(100% - 4.75rem);
	color: var(--black);
	white-space: break-spaces;
}

.ais-RefinementList-label.--no-count .ais-RefinementList-labelText {
	width: calc(100% - 2.5rem);
}

.ais-Stats {
	margin-right: 1.25rem;
}

.current-refinements-lists {
	margin: 0 -0.25rem;
}

.ais-RefinementList-item .ais-RefinementList-checkbox {
	margin-right: 0.75rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.125rem;
	border: 1px solid rgba(0, 0, 0, 0.45);
	box-shadow: none;
}

.ais-RefinementList-item.ais-RefinementList-item--selected
	.ais-RefinementList-checkbox {
	background-color: #97000e;
	background-image: url(../../../images/decorative-items/check-mark.svg);
	background-size: 0.75rem;
	background-repeat: no-repeat;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.45);
}

.ais-sortby {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.ais-sortby .ais-SortBy-select {
	background-color: unset;
	box-shadow: none;
	background-image: url(../../../images/decorative-items/down-arrow.svg);
	background-repeat: no-repeat;
	border-radius: 0;
	padding: 0 1.75rem 0 0.75rem;
	font-size: 0.875rem;
	width: auto;
	background-position: right center;
	background-size: 1.125rem;
	border: 0;
}

.ais-sortby .ais-SortBy-select:focus-visible {
	border: none;
	outline: none;
}

.ais-sortby .ais-SortBy-select.open {
	background-image: url(../../../images/decorative-items/up-arrow.svg);
}

.ais-reset-filter .ais-ClearRefinements-button {
	border: 0;
	box-shadow: none;
	background: unset;
	border-radius: 0;
	padding: 0;
	width: auto;
}

.ais-RefinementList-count {
	padding: 0.25rem;
	background: var(--peach);
	color: var(--dark-red);
	min-width: 1.75rem;
	border: 0;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 600;
	margin-left: 0.5rem;
}

.current-refinements-items {
	padding: 0.5rem;
	border-radius: 1.5rem;
	border: 1px solid #666;
	margin: 0.25rem;
	max-width: 25rem;
	overflow-wrap: anywhere;
}

.close-cr-itme {
	appearance: none;
	margin-left: 0.5rem;
	border: 0;
	background: unset;
	cursor: pointer;
}

.ais-Panel--noRefinement[hidden] {
	visibility: visible;
	display: block;
	opacity: 0.5;
	pointer-events: none;
}

.ais-Pagination-item:not(.ais-Pagination-item--selected):not(
		.ais-Pagination-item--disabled
	)
	.ais-Pagination-link:hover {
	background: none;
	border-color: transparent;
}

.ais-ClearRefinements-button:disabled[disabled] {
	background: none;
	color: var(--secondary-black);
	border-color: transparent;
}

.ais-ClearRefinements-button:disabled[disabled] .cta-link:hover {
	background-size: 1.75rem 0.125rem;
}

.ais-Snippet-highlighted {
	color: #97000e;
	font-weight: 700;
	background: none;
}

.ais-Panel-header {
	padding: 1.5rem 0;
	border-top: 0.125rem solid rgba(0, 0, 0, 0.2);
	margin: 0;
	text-transform: unset;
}

.ais-Panel--collapsible:not(.ais-Panel--collapsed) .ais-Panel-header {
	border-color: var(--orange);
}

.ais-Panel--noRefinement[hidden] .ais-Panel-header {
	border-color: rgba(0, 0, 0, 0.2);
}

.ais-Panel-header span {
	font-size: 1rem;
	line-height: 1.1;
	color: var(--black);
	font-weight: 700;
}

.refinements-container {
	position: relative;
	flex-direction: column;
}

.current-refinements-list {
	margin: 0.5rem -0.25rem 0;
}

.ais-SortBy {
	position: relative;
}

.ais-SortBy::after {
	content: "";
	position: absolute;
	height: 1px;
	bottom: 0.75rem;
	background: var(--black);
	width: calc(100% - 2.25rem);
	left: 0.75rem;
}

.podcasts_page .ais-filter {
	display: none;
}

.podcasts_page .searchbox {
	width: 100%;
}

.podcasts_page .ais-result {
	width: 100%;
}

.podcasts_page .sm-hide {
	display: none;
}

.filter-header {
	display: none;
}

small {
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.0975rem;
}

.text-red {
	color: var(--primary-red);
}

.text-extra-dark-red {
	color: var(--extra-dark-red);
}

.text-bold {
	font-weight: 700;
}

@media all and (max-width: 767px) {
	.ais-sorting {
		margin-top: 2rem;
		width: 100%;
	}

	.disable-scroll .ais-block {
		z-index: 9999999;
	}

	.ais-filter {
		position: fixed;
		display: none;
		top: 0;
		width: 100%;
		background: var(--white);
		z-index: 2;
		margin: auto;
		padding: 1.5rem 2rem 8.5rem;
		box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.2);
		left: 0;
		height: 100vh;
		overflow: auto;
	}

	.ais-filter.active {
		display: block;
	}

	.ais-Panel-header:first-child {
		border-top: none;
	}

	.filter-header {
		display: flex;
		align-items: center;
		margin-bottom: 2.75rem;
	}

	.filter-header_logo {
		max-width: 10.75rem;
		height: 2.375rem;
	}

	.filter-header_close {
		background: url(../../../images/decorative-items/hamburger-close-Icon.svg)
			no-repeat center center/contain;
		width: 1.25rem;
		height: 1.25rem;
	}

	.ais-filter.active > li:not(:first-child) {
		border-top: 0.125rem solid #ccc;
	}
}

@media all and (min-width: 639px) {
	.ais-hits .ais-Hits-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem 1.625rem;
	}

	.podcasts_page .searchbox {
		width: calc(100% - 12rem);
	}

	.podcasts_page .ais-sorting {
		margin-top: 0;
		width: auto;
	}
}

@media all and (min-width: 768px) {
	.hero,
	.common-banner {
		padding-bottom: 36.5rem;
	}

	.ais-block {
		padding: 5.75rem 0 4rem;
	}

	.sm-hide {
		display: none;
	}

	.ais-filter {
		width: 10.75rem;
	}

	.ais-result {
		width: calc(100% - (10.75rem + 3rem));
	}

	.searchbox {
		width: 18.75rem;
		flex: 1;
	}

	.ais-sorting {
		margin-left: 2rem;
	}

	.ais-searchbox-header {
		margin-bottom: 2rem;
		flex-wrap: nowrap;
	}

	.ais-hits {
		margin-top: 2.25rem;
	}

	.current-refinements-items {
		padding: 0.75rem 1.25rem;
	}
}

@media all and (min-width: 992px) {
	.ais-filter {
		width: 15rem;
	}

	.ais-result {
		width: calc(100% - (15rem + 3rem));
	}

	.searchbox {
		width: 29.75rem;
	}

	.podcasts_page .searchbox {
		width: calc(100% - 18.75rem);
	}

	.ais-hits {
		margin-top: 4rem;
	}

	.feature-card {
		height: 11rem;
	}

	.card-narrow .feature-card {
		height: 4.75rem;
	}

	.ais-detail-box {
		padding: 1.5rem 1.5rem 2.25rem;
		height: calc(100% - 11rem);
	}

	.card-narrow .ais-detail-box {
		height: calc(100% - 4.75rem);
	}

	.prefooter__has-decorative-elm::before {
		left: 2rem;
	}

	.podcasts_page .ais-hits .ais-Hits-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem 1.75rem;
	}
}

@media all and (min-width: 1180px) {
	.ais-hits .ais-Hits-list,
	.podcasts_page .ais-hits .ais-Hits-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem 2rem;
	}

	.searchbox {
		width: 39rem;
	}

	.ais-searchbox-header {
		margin-bottom: 3.25rem;
	}
}

@media all and (min-width: 1366px) {
	.searchbox {
		width: 46rem;
	}
}
