.tc-carousel-wrapper-f2efd19c {
    position: relative;
    padding: 20px 40px 50px 40px;
}

.tc-swiper-f2efd19c {
    width: 100%;
    overflow: hidden;
}

.tc-card {
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tc-text {
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
}

.tc-author {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
}

.tc-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.tc-location {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.tc-nav {
    color: #2563eb !important;
}

.tc-nav:after {
    font-size: 20px !important;
    font-weight: bold;
}

.tc-carousel-wrapper-f2efd19c .swiper-pagination-bullet-active {
    background: #2563eb;
}
