.tc-slider-container-23365d5e {
    position: relative;
    padding: 0 40px;
}

.tc-swiper-23365d5e {
    padding: 20px 0;
}

.tc-swiper-23365d5e .swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

.swiper-button-prev-23365d5e,
.swiper-button-next-23365d5e {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev-23365d5e {
    left: 0;
}

.swiper-button-next-23365d5e {
    right: 0;
}

.swiper-button-prev-23365d5e::after,
.swiper-button-next-23365d5e::after {
    font-size: 24px;
    color: #333;
}

.tc-wrapper-23365d5e {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.tc-stars-23365d5e {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.tc-stars-23365d5e svg {
    fill: #d4af37;
    width: 16px;
    height: 16px;
}

.tc-content-23365d5e {
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
    color: #000;
    text-align: left;
}

.tc-divider-23365d5e {
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 25px;
    margin-top: auto;
}

.tc-footer-23365d5e {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}

.tc-avatar-23365d5e img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.tc-info-23365d5e {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tc-name-23365d5e {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
    color: #000;
}

.tc-meta-23365d5e {
    font-size: 14px;
    color: #666;
}
