.bb-carousel-wrapper-53be63bb {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.bb-member-card-53be63bb {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.bb-member-media-53be63bb {
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
}

.bb-member-media-53be63bb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bb-member-name-53be63bb {
    margin: 0 0 15px 0;
    font-size: 1.5rem;
    color: #333;
}

.bb-member-action-53be63bb {
    margin-top: auto;
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpulike-mock {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 20px;
    font-size: 14px;
    color: #888;
}