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

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

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

.tc-82976359-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.tc-82976359-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 12px;
    line-height: 1.3;
}

.tc-82976359-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
    flex-grow: 1;
}

/* Navigation Arrows */
.tc-82976359-nav-prev,
.tc-82976359-nav-next {
    position: absolute;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #1a1a2e;
}

.tc-82976359-nav-prev:hover,
.tc-82976359-nav-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.tc-82976359-nav-prev {
    left: 0;
}

.tc-82976359-nav-next {
    right: 0;
}

.tc-82976359-nav-prev.swiper-button-disabled,
.tc-82976359-nav-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

/* Pagination */
.tc-82976359-pagination {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

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

.tc-82976359-pagination .swiper-pagination-bullet-active {
    background-color: #1a1a2e;
}

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

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

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

    .tc-82976359-nav-prev,
    .tc-82976359-nav-next {
        width: 32px;
        height: 32px;
    }

    .tc-82976359-nav-prev svg,
    .tc-82976359-nav-next svg {
        width: 16px;
        height: 16px;
    }
}
