/**
 * Lightweight WooEdu - Compatibility Styles
 *
 * CSS override untuk kompatibilitas dengan plugin 3rd party.
 * File ini di-load di semua halaman frontend.
 */

/* ==========================================================================
   Sales Notification (webforia-shop-booster / Webforia Shop Booster)
   Fix: Notifikasi menutup tombol beli di mobile karena position:fixed bottom
   ========================================================================== */

@media screen and (max-width: 768px) {
	#sales-notif.wsb-sales-notif {
		top: 10px !important;
		bottom: auto !important;
		max-height: 90px !important;
		overflow: hidden !important;
	}
}
