.wwb-logoshowcase {
	--wwb-logo-max-height: 80px;

	position: relative;
	width: 100%;
}

.wwb-logoshowcase .swiper-wrapper {
	align-items: center;
}

.wwb-logoshowcase__slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.wwb-logoshowcase__item {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	text-decoration: none;
}

.wwb-logoshowcase--bordered .wwb-logoshowcase__item {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}

.wwb-logoshowcase__image {
	max-height: var(--wwb-logo-max-height);
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.wwb-logoshowcase__title {
	text-align: center;
}

.wwb-logoshowcase .swiper-button-next,
.wwb-logoshowcase .swiper-button-prev {
	--swiper-navigation-size: 24px;
}
