.ts-8307-wrapper {
    position: relative;
    padding: 20px 0;
}

.ts-8307-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ts-8307-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.ts-8307-meta {
    margin-top: auto;
}

.ts-8307-name {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.ts-8307-role {
    font-size: 14px;
    color: #777;
}

.ts-8307-swiper {
    padding-bottom: 40px !important; /* Space for pagination */
}

/* Swiper Controls Adjustments */
.ts-8307-next,
.ts-8307-prev {
    color: #333;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ts-8307-next:after,
.ts-8307-prev:after {
    font-size: 16px;
}

.ts-8307-pagination {
    bottom: 0 !important;
}

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