/* wbm-base.css - تنظیمات پایه مشترک */
.wbm-frontend-wrapper, .wbm-form-container {
    max-width: 1200px;
    margin: 30px auto;
    direction: rtl;
    font-family: inherit;
    box-sizing: border-box;
}

.wbm-form-container *, .wbm-frontend-wrapper * {
    box-sizing: border-box;
}

/* بهینه‌سازی تصاویر */
.wbm-card-img img,
.wbm-product-swiper img,
.wbm-thumbnail-swiper img {
    max-width: 100%;
    height: auto;
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
