.tc-bbfcf79b-wrapper {
    position: relative;
    padding: 0 50px 40px;
}

.tc-bbfcf79b-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.tc-bbfcf79b-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.tc-bbfcf79b-quote-icon {
    color: #e0e0e0;
    margin-bottom: 12px;
    line-height: 1;
}

.tc-bbfcf79b-quote {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin: 0 0 20px;
    font-style: italic;
    flex-grow: 1;
}

.tc-bbfcf79b-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tc-bbfcf79b-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.tc-bbfcf79b-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tc-bbfcf79b-name {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}

.tc-bbfcf79b-role {
    font-size: 13px;
    color: #888888;
    line-height: 1.4;
}

/* Navigation Arrows */
.tc-bbfcf79b-arrow {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
}

.tc-bbfcf79b-arrow:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
}

.tc-bbfcf79b-arrow:hover svg {
    fill: #ffffff;
}

.tc-bbfcf79b-prev {
    left: 0;
}

.tc-bbfcf79b-next {
    right: 0;
}

/* Pagination */
.tc-bbfcf79b-pagination {
    text-align: center;
    margin-top: 20px;
}

.tc-bbfcf79b-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    opacity: 1;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.tc-bbfcf79b-pagination .swiper-pagination-bullet-active {
    background-color: #333333;
}

/* Swiper slide height */
.tc-bbfcf79b-swiper .swiper-slide {
    height: auto;
}

/* Responsive */
@media (max-width: 767px) {
    .tc-bbfcf79b-wrapper {
        padding: 0 0 40px;
    }

    .tc-bbfcf79b-arrow {
        display: none;
    }
}
