.tc-7ee9adfc-container {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-family: sans-serif;
}

.tc-7ee9adfc-header {
    margin-bottom: 32px;
}

.tc-7ee9adfc-quote-mark {
    display: block;
    font-size: 48px;
    line-height: 1;
    font-family: serif;
    margin-bottom: 8px;
}

.tc-7ee9adfc-subheading {
    font-family: serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.tc-7ee9adfc-desc {
    font-size: 13px;
    line-height: 1.6;
    max-width: 450px;
    margin: 0;
}

/* Viewport & Track */
.tc-7ee9adfc-carousel-viewport {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.tc-7ee9adfc-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: max-content;
}

/* Testimonial Cards */
.tc-7ee9adfc-card {
    width: 320px;
    height: 230px;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.4s ease, transform 0.4s ease;
    flex-shrink: 0;
}

.tc-7ee9adfc-card-quote {
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 1.5;
}

.tc-7ee9adfc-card-footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tc-7ee9adfc-card-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.tc-7ee9adfc-card-meta {
    display: flex;
    flex-direction: column;
}

.tc-7ee9adfc-card-company {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 2px;
}

.tc-7ee9adfc-card-name-role {
    font-size: 12px;
    line-height: 1.2;
}

/* Progress Bar */
.tc-7ee9adfc-progress-track {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 24px;
}

.tc-7ee9adfc-progress-fill {
    height: 100%;
    border-radius: 2px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Nav Controls */
.tc-7ee9adfc-nav-controls {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tc-7ee9adfc-nav-btn {
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
    padding: 0;
}

.tc-7ee9adfc-nav-btn:hover {
    opacity: 0.9;
}

.tc-7ee9adfc-nav-btn:active {
    transform: scale(0.95);
}

.tc-7ee9adfc-arrow-icon {
    width: 18px;
    height: 18px;
    color: #ffffff;
}

/* Responsive adjustments */
@media screen and (max-width: 480px) {
    .tc-7ee9adfc-card {
        width: calc(100vw - 40px);
    }
}
