.tc-69c06798-wrapper {
    position: relative;
    width: 100%;
}

/* Flex row: arrow | slides | arrow */
.tc-69c06798-carousel-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tc-69c06798-carousel-container {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    cursor: grab;
}

.tc-69c06798-carousel-container:active {
    cursor: grabbing;
}

.tc-69c06798-track {
    display: flex;
    transition: transform 0.4s ease;
}

.tc-69c06798-slide {
    flex-shrink: 0;
    box-sizing: border-box;
}

.tc-69c06798-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
}

.tc-69c06798-quote-icon {
    margin-bottom: 16px;
    line-height: 1;
}

.tc-69c06798-content {
    flex: 1;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}

.tc-69c06798-author {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.tc-69c06798-author-name {
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}

.tc-69c06798-author-title {
    display: block;
    font-size: 14px;
    color: #666666;
    transition: color 0.2s ease;
}

.tc-69c06798-author-link {
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    flex-direction: column;
}

.tc-69c06798-author-link:hover {
    text-decoration: none;
}

/* Arrows — static in flow, not absolute */
.tc-69c06798-arrow {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #e8a020;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    padding: 0;
    z-index: 2;
}

.tc-69c06798-arrow svg {
    width: 18px;
    height: 18px;
    fill: #e8a020;
    transition: fill 0.25s ease;
}

.tc-69c06798-arrow:hover {
    background-color: #e8a020;
    border-color: #e8a020;
}

.tc-69c06798-arrow:hover svg {
    fill: #ffffff;
}

/* Dots */
.tc-69c06798-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.tc-69c06798-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    cursor: pointer;
    transition: background-color 0.25s ease;
    border: none;
    padding: 0;
}

.tc-69c06798-dot-active {
    background-color: #e8a020;
}

/* Responsive arrow/dot hiding handled by JS */
.tc-69c06798-arrows-hidden .tc-69c06798-arrow {
    display: none !important;
}

.tc-69c06798-dots-hidden .tc-69c06798-dots {
    display: none !important;
}
