.elementor-63490 .elementor-element.elementor-element-cab5b30{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-d4af758 *//* ظرف اصلی */
.bizma-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}

/* استایل کاروسل */
.cat-carousel {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 5px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE */
    scrollbar-width: none; /* Firefox */
}

.cat-carousel::-webkit-scrollbar {
    display: none; /* Chrome & Safari */
}

/* استایل آیتم‌ها */
.cat-carousel a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #eee; /* بوردر ملایم در حالت عادی */
    border-radius: 8px;
    padding: 8px 16px;
    white-space: nowrap;
    background: transparent; /* طبق درخواست شما */
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* هاور آیتم‌ها با رنگ نارنجی جدید */
.cat-carousel a:hover {
    border-color: #f48716;
    color: #f48716;
}

/* استایل دکمه‌های مینیمال دسکتاپ */
.nav-arrow {
    display: none; /* در موبایل کلاً مخفی */
    background: #fff;
    border: 1px solid #f48716;
    color: #f48716;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.nav-arrow:hover {
    background: #f48716;
    color: #fff;
}

.prev-arrow { left: -10px; }
.next-arrow { right: -10px; }

/* نمایش دکمه‌ها فقط در دسکتاپ و در صورت نیاز */
@media (min-width: 992px) {
    .nav-arrow.visible {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}/* End custom CSS */