.tc-e5c050aa-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.tc-e5c050aa-swiper {
    width: 100%;
    padding-bottom: 50px;
}
.tc-e5c050aa-slide {
    width: 60%;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(0.85);
}
.tc-e5c050aa-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.tc-e5c050aa-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    box-sizing: border-box;
}
.tc-e5c050aa-rating {
    color: #f39c12;
    font-size: 1.2rem;
}
.tc-e5c050aa-quote {
    font-size: 1.1rem;
    line-height: 1.6;
    font-style: italic;
    color: #333333;
    flex-grow: 1;
    margin: 0;
}
.tc-e5c050aa-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}
.tc-e5c050aa-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.tc-e5c050aa-meta {
    display: flex;
    flex-direction: column;
}
.tc-e5c050aa-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #111111;
}
.tc-e5c050aa-role {
    font-size: 0.9rem;
    color: #666666;
}
.tc-e5c050aa-wrapper .swiper-button-next,
.tc-e5c050aa-wrapper .swiper-button-prev {
    color: #333333;
}
.tc-e5c050aa-wrapper .swiper-pagination-bullet-active {
    background: #333333;
}

@media (max-width: 768px) {
    .tc-e5c050aa-slide {
        width: 85%;
    }
}