/* css file content unchanged except for dynamic gap which is now inline */
.ts-wrapper-f163582d {
    display: flex;
    flex-wrap: wrap;
    font-family: sans-serif;
    /* gap and align-items are handled by controls */
}

.ts-wrapper-f163582d .ts-left-col {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    /* gap handled by controls */
}

.ts-wrapper-f163582d .ts-right-col {
    flex: 2 1 400px;
    min-width: 0;
}

.ts-heading {
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.ts-nav {
    display: flex;
    /* gap handled by controls */
}

.ts-nav button {
    border: 1px solid #ddd;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s;
}

.ts-nav button:hover {
    border-color: #333;
    color: #333;
}

.ts-nav button.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.ts-quote-icon {
    /* margin-bottom handled by controls */
}

.ts-quote {
    line-height: 1.5;
    /* margin-bottom handled by controls */
}

.ts-author {
    display: flex;
    align-items: center;
    /* gap handled by controls */
}

.ts-avatar {
    object-fit: cover;
}

.ts-name {
    font-weight: 700;
    /* margin-bottom handled by controls */
}

.ts-role {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}