.tc-85e906a4-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.tc-85e906a4-wrapper.has-fade::before,
.tc-85e906a4-wrapper.has-fade::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.tc-85e906a4-wrapper.has-fade::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.tc-85e906a4-wrapper.has-fade::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.tc-85e906a4-carousel {
    width: 100%;
    padding: 20px 0;
}

/* Linear smooth transition for ticker effect */
.tc-85e906a4-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}

.tc-85e906a4-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.tc-85e906a4-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tc-85e906a4-quote {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
}

.tc-85e906a4-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.tc-85e906a4-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.tc-85e906a4-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.tc-85e906a4-job {
    font-size: 14px;
}

/* Nav Arrows */
.tc-85e906a4-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    z-index: 10;
}
.tc-85e906a4-nav::after {
    font-size: 16px;
    font-weight: bold;
}

.tc-85e906a4-nav:hover {
    background: #f8f9fa;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Pagination */
.tc-85e906a4-pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.tc-85e906a4-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.tc-85e906a4-pagination .swiper-pagination-bullet-active {
    background: #333;
}
