.pulo-carousel-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Common card */
.pulo-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: box-shadow .2s;
    height: 100%;
}

.pulo-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.14);
}

.pulo-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.pulo-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pulo-card-body {
    padding: 12px 14px;
}

.pulo-card-company {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 2px;
    padding: 0;
    color: #1a1a1a;
}

.pulo-card-designer,
.pulo-card-owner {
    font-size: 15px;
    color: #666;
    margin: 0 0 6px;
    padding: 0;
}

/* Tags */
.pulo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
}

.pulo-tag {
    display: inline-block;
    padding: 1px 7px;
    background: #f0f0f0;
    border-radius: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

/* Review card */
.pulo-stars {
    color: #f5a623;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 6px 0 4px;
}

.pulo-review-text {
    font-size: 13px;
    color: #444;
    line-height: 1.6 !important;
    margin: 6px 0 4px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pulo-btn-case {
    display: inline-block;
    padding: 2px 13px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    transition: background .2s;
}

.pulo-btn-case:hover {
    background: #555;
    color: #fff;
}

/* Swiper overrides */
.swiper {
    padding-bottom: 36px !important;
}

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

.pulo-swiper .swiper-button-next::after,
.pulo-swiper .swiper-button-prev::after {
    display: none !important;
}

.pulo-swiper .swiper-button-next,
.pulo-swiper .swiper-button-prev {
    background: none !important;
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulo-swiper .pulo-custom-arrow {
    width: 22px !important;
    height: 22px !important;
    fill: #bbbbbb !important;
    display: block !important;
}

.pulo-swiper .swiper-button-prev .pulo-custom-arrow {
    transform: scaleX(-1);
}

.pulo-swiper .swiper-button-prev { left: 0 !important; }
.pulo-swiper .swiper-button-next { right: 0 !important; }

.pulo-swiper .swiper-button-disabled .pulo-custom-arrow {
    fill: #eeeeee !important;
}
