.bb-blc-carousel-wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.bb-blc-carousel .bb-blc-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	box-sizing: border-box;
}

.bb-blc-slide-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
}

.bb-blc-carousel-wrapper .bb-blc-carousel .bb-blc-slide-image {
	display: block !important;
	max-width: min(100%, var(--bb-blc-image-size, 150px)) !important;
	max-height: var(--bb-blc-image-size, 150px) !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	object-fit: contain;
}

.bb-blc-carousel-wrapper .slick-prev,
.bb-blc-carousel-wrapper .slick-next {
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 32px !important;
	line-height: 1 !important;
	color: #333 !important;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	padding: 0;
}

.bb-blc-carousel-wrapper .slick-prev {
	left: -8px;
}

.bb-blc-carousel-wrapper .slick-next {
	right: -8px;
}

.bb-blc-carousel-wrapper .slick-prev::before,
.bb-blc-carousel-wrapper .slick-next::before {
	content: none !important;
	display: none !important;
}

.bb-blc-carousel-wrapper .slick-prev .bb-blc-arrow,
.bb-blc-carousel-wrapper .slick-next .bb-blc-arrow {
	display: block;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: #333;
	pointer-events: none;
}

.bb-blc-carousel-wrapper .slick-prev:hover,
.bb-blc-carousel-wrapper .slick-next:hover,
.bb-blc-carousel-wrapper .slick-prev:focus,
.bb-blc-carousel-wrapper .slick-next:focus {
	color: #000 !important;
	background: #fff;
}

.bb-blc-carousel .slick-dots {
	bottom: -28px;
}
