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

.tc-c6b6caf6-swiper {
    overflow: hidden;
    padding-bottom: 48px;
}

/* Equal height slides */
.tc-c6b6caf6-swiper .swiper-wrapper {
    align-items: stretch;
}

.tc-c6b6caf6-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.tc-c6b6caf6-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: none;
}

.tc-c6b6caf6-quote-icon {
    color: #e0e0e0;
    margin-bottom: 12px;
    line-height: 1;
    flex-shrink: 0;
}

.tc-c6b6caf6-text {
    font-size: inherit;
    line-height: 1.7;
    margin: 0 0 20px;
    flex-grow: 1;
}

.tc-c6b6caf6-author {
    margin-top: auto;
    flex-shrink: 0;
}

.tc-c6b6caf6-name {
    font-size: inherit;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 1.3;
}

.tc-c6b6caf6-job {
    font-size: inherit;
    line-height: 1.4;
    display: block;
}

/* Navigation Arrows */
.tc-c6b6caf6-nav-prev,
.tc-c6b6caf6-nav-next {
    position: absolute;
    top: calc(50% - 24px);
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: opacity 0.2s ease;
    padding: 0;
    line-height: 1;
}

.tc-c6b6caf6-nav-prev:focus-visible,
.tc-c6b6caf6-nav-next:focus-visible {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.tc-c6b6caf6-nav-prev {
    left: -20px;
}

.tc-c6b6caf6-nav-next {
    right: -20px;
}

.tc-c6b6caf6-nav-prev.swiper-button-disabled,
.tc-c6b6caf6-nav-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

/* Pagination */
.tc-c6b6caf6-pagination {
    text-align: center;
    margin-top: 8px;
}

.tc-c6b6caf6-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.3;
    transition: opacity 0.2s ease;
}

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

/* Responsive */
@media (max-width: 1024px) {
    .tc-c6b6caf6-nav-prev {
        left: -10px;
    }
    .tc-c6b6caf6-nav-next {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .tc-c6b6caf6-nav-prev,
    .tc-c6b6caf6-nav-next {
        display: none;
    }
}
