.tc-wrapper-8e94ae58 {
    position: relative;
    width: 100%;
}
.tc-swiper-8e94ae58 {
    padding-bottom: 40px !important;
}
.tc-card-8e94ae58 {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tc-stars-8e94ae58 {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 15px;
}
.tc-content-8e94ae58 {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 25px;
    flex-grow: 1;
    font-style: italic;
}
.tc-author-8e94ae58 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tc-initials-8e94ae58 {
    width: 48px;
    height: 48px;
    background: #2dd4bf;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.tc-name-8e94ae58 {
    font-weight: 700;
    color: #111827;
    font-size: 16px;
    margin-bottom: 4px;
}
.tc-role-8e94ae58 {
    font-size: 14px;
    color: #9ca3af;
}
.swiper-pagination-bullet-active {
    background: #2dd4bf !important;
}