.tc-slider-container-ff66763b {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.tc-card-wrapper-ff66763b {
    height: auto;
}

.tc-card-ff66763b {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tc-stars-ff66763b {
    color: #f7c942;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: 2px;
}

.tc-star.empty {
    opacity: 0.3;
}

.tc-content-wrapper-ff66763b {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tc-content-ff66763b {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.tc-card-wrapper-ff66763b:nth-child(3n+2) .tc-content-ff66763b {
    color: #a44566;
}

.tc-content-ff66763b.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tc-read-more-ff66763b {
    color: #a44566;
    background: none;
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 30px;
    text-decoration: underline;
    align-self: flex-start;
}

.tc-author-box-ff66763b {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

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

.tc-author-role-ff66763b {
    color: #888;
    font-size: 14px;
}

.tc-slider-container-ff66763b .swiper-pagination {
    bottom: 0;
}
