/* BTS Resources widget */
.bts-resources__title {
	margin: 0 0 12px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #000000;
}

.bts-resources__description {
	margin: 0 0 28px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #000000;
}

.bts-resources__description p:last-child {
	margin-bottom: 0;
}
.bts-resources__description ul {
	margin: 5px 0 0 40px;
}

.bts-resources__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.bts-resources__tab {
	appearance: none;
	border-radius: 8px;
	background: #F2F1F1;
	color: #000000;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	border: none;
}

.bts-resources__tab:hover,
.bts-resources__tab:focus-visible {
	background-color: #5E2355;
	color: #ffffff;	
	outline: none;
}

.bts-resources__tab.is-active {
	background: #5E2355;
	color: #ffffff;
	/* font-weight: 700; */
}

.bts-resources__panel[hidden] {
	display: none !important;
}

.bts-resources__slider.swiper {
	display: block;
	width: 100%;
	overflow: hidden;
}

.bts-resources__slider .swiper-slide {
	height: auto;
}

.bts-resources__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.bts-resources__card-media {
	position: relative;
	display: block;
	border-radius: 8px;
	margin-bottom: 8px;
}

.bts-resources__card-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.bts-resources__card-media img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.bts-resources__card-footer {
	padding: 20px;
	border-radius: 8px;
	background-color: #FFD100;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* .bts-resources__card-footer--yellow {
	background: rgba(241, 202, 118, 0.5);
}

.bts-resources__card-footer--purple {
	background: #faf6f7;
} */

.bts-resources__card-title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #000000;
	flex-grow: 1;
}

.bts-resources__cta {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
}
.bts-resources__cta-icon {
	position: relative;
	top: 3px;
}

.bts-resources__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bts-resources__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
}

.bts-resources__play-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	margin: -10px 0 0 -6px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #ffffff;

}

.bts-resources__nav {
	position: relative;
	margin-top: 24px;
	min-height: 50px;
}
.bts-resources__nav .bts-resources__nav-btn:after {
	content: none !important;
}
.bts-resources__nav .bts-resources__nav-btn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 15px;
	background: url("/wp-content/themes/break-the-silence/assets/images/slider-arrow.svg") no-repeat center center;
}
.bts-resources__nav .bts-resources__nav-btn.bts-resources__nav-btn--prev:before {
	transform: translate(-50%, -50%) rotate(180deg);
}


.bts-resources__nav-btn {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #5c5d5f;
	border-radius: 50%;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.bts-resources__nav-btn::after {
	font-size: 16px;
	color: #5c5d5f;
}

.bts-resources__nav-btn--prev {
	right: 60px;
	left: auto;
}

.bts-resources__nav-btn--next {
	right: 0;
	left: auto;
}

.bts-resources__nav-btn.swiper-button-disabled {
	opacity: 0.2;
	cursor: default;
}

.bts-resources__empty {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #5c5d5f;
}
