.wcbs-wrapper {
    margin: 30px 0;
}

.wcbs-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.wcbs-swiper {
    padding: 10px 40px 40px;
}

.wcbs-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wcbs-brand-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.wcbs-brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 120px;
}

.wcbs-brand-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.wcbs-brand-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.wcbs-brand-name {
    display: block;
    margin-top: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Grayscale effect */
.wcbs-grayscale .wcbs-brand-item img {
    filter: grayscale(100%);
    opacity: 0.6;
}

.wcbs-grayscale .wcbs-brand-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Swiper overrides */
.wcbs-swiper .swiper-button-next,
.wcbs-swiper .swiper-button-prev {
    color: #333;
    width: 30px;
    height: 30px;
}

.wcbs-swiper .swiper-button-next::after,
.wcbs-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

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

.wcbs-no-brands {
    text-align: center;
    color: #999;
    padding: 20px;
}
