/* Parent host: menjadi anchor untuk absolute */
.overlay-host {
  position: relative !important;
}

/* Mask overlay: menutup penuh dan di atas grid */
.overlay-mask {
  position: absolute !important;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 99999 !important;
  background: rgba(255,255,255,0.85) !important;
}
