
/* Keep the contained overlay (is-full-page="false") centered on the viewport,
   matching the position it would have with is-full-page="true". */
[data-v-a2da4d5a] .vld-overlay {
  position: fixed;
  /* Let clicks pass through to the elements behind the overlay */
  pointer-events: none;
}

