.lw-ts-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.lw-ts-track {
    display: flex;
    width: 100%;
}
.lw-ts-card {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 48px 48px 32px;
}
.lw-ts-mark {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
    font-family: Georgia, serif;
}
.lw-ts-quote {
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.75;
    margin: 0 0 1.5rem;
}
.lw-ts-author-wrap {
    border-top: 1px solid rgba(201,169,97,0.5);
    padding-top: 1rem;
}
.lw-ts-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.lw-ts-role {
    font-size: 12px;
    opacity: 0.7;
}
.lw-ts-divider {
    width: 1px;
    background: rgba(201,169,97,0.2);
    margin: 2rem 0;
    flex-shrink: 0;
}
.lw-ts-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 48px 1.5rem;
}
.lw-ts-btn {
    background: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    flex-shrink: 0;
}
.lw-ts-btn:hover { opacity: 0.75; }
.lw-ts-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}
.lw-ts-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.25s;
    display: inline-block;
}
