.cts-wrapper {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffcc58, #ffa63f);
    text-align: center;
}

.cts-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.cts-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
}

.cts-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.cts-avatar {
    width: 50px;
    height: 50px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 6px;
}

.cts-text {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
}

.cts-stars {
    color: #ffb400;
    font-size: 20px;
}

.cts-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cts-prev, .cts-next {
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}