/* فایل رفع مشکل آیکون‌های ویجت */

/* نمایش صحیح آیکون‌های فونت-آوسام */
.iew-view-icon .fa,
.iew-view-icon .fas,
.iew-view-icon .far,
.iew-view-icon .fab,
.iew-like-icon .fa,
.iew-like-icon .fas,
.iew-like-icon .far,
.iew-like-icon .fab,
.iew-share-icon .fa,
.iew-share-icon .fas,
.iew-share-icon .far,
.iew-share-icon .fab {
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none !important;
    background-color: transparent !important;
}

/* نمایش صحیح آیکون‌های SVG */
.iew-view-icon svg,
.iew-like-icon svg,
.iew-share-icon svg {
    display: inline-block !important;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
    background: none !important;
    background-color: transparent !important;
}

/* حذف کامل بک‌گراند از عناصر */
.iew-like-btn,
.iew-view-widget,
.iew-share-trigger,
.iew-star-rating {
    background: none !important;
    background-color: transparent !important;
}

/* حذف سایه و افکت‌های ناخواسته */
.iew-like-btn:before,
.iew-like-btn:after,
.iew-view-icon:before,
.iew-view-icon:after,
.iew-share-icon:before,
.iew-share-icon:after {
    display: none !important;
    background: none !important;
}

/* اطمینان از نمایش آیکون‌های المنتور */
.elementor-icon {
    background: none !important;
}

/* کلاس‌های خاص برای آیکون‌های SVG در المنتور */
.elementor-icon svg {
    background: none !important;
}

/* Fix for view icon display */
.iew-view-icon {
    line-height: 1;
}

.iew-view-icon i,
.iew-view-icon svg {
    vertical-align: middle;
}

/* Ensure icons are visible */
.iew-view-icon:not(:empty),
.iew-like-icon:not(:empty),
.iew-share-icon:not(:empty) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}