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

.tc-f440ecce-swiper {
    overflow: hidden;
}

.tc-f440ecce-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.tc-f440ecce-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.tc-f440ecce-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tc-f440ecce-star {
    display: inline-flex;
    align-items: center;
    color: #4A7DFF;
    line-height: 1;
}

.tc-f440ecce-star svg {
    fill: currentColor;
}

.tc-f440ecce-star--empty {
    color: #D0D5DD;
}

.tc-f440ecce-content {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4B5563;
    font-size: 15px;
    line-height: 1.7;
    flex-grow: 1;
}

.tc-f440ecce-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

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

.tc-f440ecce-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #4A7DFF;
    flex-shrink: 0;
}

.tc-f440ecce-author-info {
    display: flex;
    flex-direction: column;
}

.tc-f440ecce-name {
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.3;
}

.tc-f440ecce-role {
    font-size: 13px;
    color: #4A7DFF;
    line-height: 1.4;
    margin-top: 2px;
}

.tc-f440ecce-quote-icon {
    display: flex;
    align-items: flex-end;
    color: rgba(74, 125, 255, 0.15);
    flex-shrink: 0;
}

.tc-f440ecce-quote-icon svg {
    fill: currentColor;
}

/* Navigation Arrows */
.tc-f440ecce-nav-btn {
    position: absolute;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #4A7DFF;
    color: #4A7DFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tc-f440ecce-nav-btn:hover {
    background-color: #4A7DFF;
    color: #FFFFFF;
}

.tc-f440ecce-prev {
    left: -20px;
}

.tc-f440ecce-next {
    right: -20px;
}

/* Pagination */
.tc-f440ecce-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.tc-f440ecce-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #4A7DFF;
    opacity: 0.3;
    border-radius: 50%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.tc-f440ecce-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 767px) {
    .tc-f440ecce-prev {
        left: -5px;
    }
    .tc-f440ecce-next {
        right: -5px;
    }
    .tc-f440ecce-nav-btn {
        width: 34px;
        height: 34px;
    }
}

/* Swiper slide height fix */
.tc-f440ecce-swiper .swiper-wrapper {
    align-items: stretch;
}

.tc-f440ecce-swiper .swiper-slide {
    height: auto;
}
