.tc-4b72d016-carousel {
    position: relative;
    width: 100%;
}

.tc-4b72d016-slides-wrapper {
    position: relative;
    min-height: 200px;
}

.tc-4b72d016-slide {
    width: 100%;
}

.tc-4b72d016-slide-content {
    line-height: 1.6;
}

.tc-4b72d016-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.tc-4b72d016-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0.5rem;
}

.tc-4b72d016-nav-btn:hover {
    opacity: 0.7;
}

.tc-4b72d016-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.tc-4b72d016-counter {
    font-size: 0.9rem;
    color: #666;
}

.tc-4b72d016-current {
    font-weight: 600;
}
