.tc-59cf98ec-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px; /* space for arrows */
}

.tc-59cf98ec-track-container {
    overflow: hidden;
    width: 100%;
}

.tc-59cf98ec-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    align-items: stretch;
    gap: 20px;
}

.tc-59cf98ec-slide {
    flex-shrink: 0;
    transition: opacity 0.4s ease;
}

.tc-59cf98ec-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tc-59cf98ec-rating {
    margin-bottom: 15px;
    font-size: 20px;
}
.tc-59cf98ec-star.filled { color: #50B2A9; }
.tc-59cf98ec-star.empty { color: #ddd; }

.tc-59cf98ec-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
    flex-grow: 1;
}

.tc-59cf98ec-readmore a {
    color: #50B2A9;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.tc-59cf98ec-author {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.tc-59cf98ec-author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.tc-59cf98ec-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-59cf98ec-author-info {
    display: flex;
    flex-direction: column;
}
.tc-59cf98ec-author-name {
    font-weight: bold;
    color: #000;
}
.tc-59cf98ec-author-title {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}

.tc-59cf98ec-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 15px;
}
.tc-59cf98ec-nav button {
    background: #9fa69b;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.3s;
}
.tc-59cf98ec-nav button:hover {
    background: #848a80;
}
.tc-59cf98ec-nav button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}
.tc-59cf98ec-nav button i {
    font-size: 18px;
    color: inherit;
}
