.tc-ff8fa5ae-wrapper {
	position: relative;
	width: 100%;
}

.tc-ff8fa5ae-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.04);
	padding: 48px 40px;
	border-radius: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.tc-ff8fa5ae-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.04);
}

.tc-ff8fa5ae-quote-icon {
	margin-bottom: 24px;
}

.tc-ff8fa5ae-review {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #1a1a1a;
	margin-bottom: 32px;
	flex-grow: 1;
}

.tc-ff8fa5ae-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: auto;
}

.tc-ff8fa5ae-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.tc-ff8fa5ae-author {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.tc-ff8fa5ae-name {
	font-weight: 600;
	font-size: 1rem;
	color: #000;
	line-height: 1.2;
}

.tc-ff8fa5ae-designation {
	font-size: 0.875rem;
	color: #757575;
	line-height: 1.2;
}

/* Navigation */
.tc-ff8fa5ae-navigation {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
}

.tc-ff8fa5ae-navigation:hover {
	background: #000;
	color: #fff;
}

.tc-ff8fa5ae-prev {
	left: -24px;
}

.tc-ff8fa5ae-next {
	right: -24px;
}

.tc-ff8fa5ae-navigation.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

/* Pagination */
.tc-ff8fa5ae-wrapper .swiper-pagination {
	position: static;
	margin-top: 32px;
}

.tc-ff8fa5ae-wrapper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #000;
	opacity: 0.2;
	transition: opacity 0.2s ease;
}

.tc-ff8fa5ae-wrapper .swiper-pagination-bullet-active {
	opacity: 1;
}

/* Editor Mode fixes */
.editor-mode .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
}
