/* Fix Spin & Win shift to the right and can be move to the left issue on ios 26 */
div[role="dialog"][aria-modal="true"] {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  overflow: hidden !important;
}