.cc-2bc8d2e1-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.cc-2bc8d2e1-carousel {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	gap: 15px;
	padding: 15px;
	width: 100%;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.cc-2bc8d2e1-carousel::-webkit-scrollbar {
	display: none;
}

.cc-2bc8d2e1-item {
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ffffff;
	padding: 20px 10px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-decoration: none;
	box-sizing: border-box;
}

.cc-2bc8d2e1-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.cc-2bc8d2e1-image {
	width: 40px;
	height: auto;
	object-fit: contain;
	margin-bottom: 12px;
}

.cc-2bc8d2e1-title {
	font-size: 13px;
	color: #333333;
	margin: 0;
	line-height: 1.2;
}

.cc-2bc8d2e1-arrow {
	background: #ffffff;
	border: none;
	width: 32px;
	height: 100%;
	min-height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d10000;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: background 0.2s, color 0.2s;
	padding: 0;
}

.cc-2bc8d2e1-arrow:hover {
	background: #f5f5f5;
}

.cc-2bc8d2e1-prev {
	left: -16px;
	border-radius: 4px;
}

.cc-2bc8d2e1-next {
	right: -16px;
	border-radius: 4px;
}

.cc-2bc8d2e1-arrow svg {
	width: 20px;
	height: 20px;
}
