.qc-c3ddc87b-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.qc-c3ddc87b-track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scroll-behavior: smooth;
}

.qc-c3ddc87b-track::-webkit-scrollbar {
	display: none;
}

.qc-c3ddc87b-slide {
	min-width: 100%;
	flex: 0 0 100%;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.qc-c3ddc87b-img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.qc-c3ddc87b-content {
	padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.qc-c3ddc87b-quote-img {
    max-width: 100%;
    height: auto;
    max-height: 200px; /* Adjust as needed */
    object-fit: contain;
}

.qc-c3ddc87b-author {
	font-weight: bold;
	color: #666;
}

.qc-c3ddc87b-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.qc-c3ddc87b-nav button {
	pointer-events: auto;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	color: #333;
	transition: background 0.3s;
}

.qc-c3ddc87b-nav button:hover {
	background: #fff;
}
