.tc-outer-wrapper-6a0f9a17 {
	position: relative;
	width: 100%;
	padding: 20px 0; /* Add generous top/bottom padding outside */
	overflow: visible;
}

/* Let the container allow bleeding, but mask standard horizontal overflow cleanly */
.tc-wrapper-6a0f9a17 {
	position: relative;
	width: 100%;
	overflow: visible !important; /* Force visible so cards box shadows are never clipped */
}

/* Ensure slides don't clip card shadows */
.tc-card-wrapper-6a0f9a17 {
	padding: 20px !important; /* Provide robust margin space all around card */
	box-sizing: border-box;
}

.tc-card-6a0f9a17 {
	border: 1px solid #e2e8f0;
	padding: 24px;
	border-radius: 12px;
	background: #ffffff;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
	height: 100%;
}

.tc-header-6a0f9a17 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.tc-avatar-6a0f9a17 {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f1f5f9;
	color: #475569;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.tc-meta-6a0f9a17 {
	display: flex;
	flex-direction: column;
}

.tc-name-6a0f9a17 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.tc-date-6a0f9a17 {
	font-size: 12px;
}

.tc-stars-6a0f9a17 {
	font-size: 16px;
	margin-bottom: 12px;
}

.tc-content-6a0f9a17 p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.swiper-container {
	padding-bottom: 40px !important;
}

.swiper-pagination {
	bottom: 10px !important;
}

/* Custom Swiper Arrow Styles */
.tc-outer-wrapper-6a0f9a17 .swiper-button-next,
.tc-outer-wrapper-6a0f9a17 .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	width: auto;
	height: auto;
}

.tc-outer-wrapper-6a0f9a17 .swiper-button-prev {
	left: 10px;
}

.tc-outer-wrapper-6a0f9a17 .swiper-button-next {
	right: 10px;
}
