.akb-by-type-equipment-slide {
	display: flex !important;
	flex-flow: column !important;
	gap: 14px;
	padding: 10px;
	border-radius: 20px;
	background-color: $color-surface;
	box-sizing: border-box;

	@include desktop {
		gap: 25px;
		padding: 20px;
		border-radius: 24px;
		transition:
			background-color 0.3s ease,
			box-shadow 0.3s ease;

		&:hover {
			background-color: $color-white;
			box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
		}
	}
}

.akb-by-type-equipment-slide__logo {
	width: 100%;

	@include desktop {
		height: 67px;
	}
}

.akb-by-type-equipment-slide__logo__img {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: darken;
}

.akb-by-type-equipment-slide__name {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;

	@include desktop {
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
	}
}
