/* =========================================
DRCLEAR - FULL YOTPO SPACE FIX (FINAL)
Only product 69769
========================================= */

/* הסתרת מצבים ריקים */
body.postid-69769 .yotpo-no-matching-reviews-container {
    display: none !important;
}

/* הסרת pagination ריק */
body.postid-69769 .yotpo-reviews-pagination-container {
    display: none !important;
}

/* ניקוי מרווחים מה-wrapper הראשי */
body.postid-69769 .yotpo-main-layout,
body.postid-69769 .yotpo-main-widget-layout,
body.postid-69769 .yotpo-base-layout {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ביטול רווחים כלליים של יוטפו */
body.postid-69769 #yotpo-app {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}