/*
 * IslaMarket Home Google One Tap Position V1
 * Coloca el prompt real de Google por encima del header y sin tapar el menú.
 * Solo home web. No afecta a /app.
 */

#imHomeGoogleOneTapMount {
  position: fixed !important;
  top: calc(72px + env(safe-area-inset-top, 0px)) !important;
  right: 22px !important;
  width: min(392px, calc(100vw - 24px)) !important;
  min-height: 1px !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
}

#imHomeGoogleOneTapMount iframe,
#imHomeGoogleOneTapMount > div {
  z-index: 2147483647 !important;
}

@media (max-width: 760px) {
  #imHomeGoogleOneTapMount {
    top: calc(74px + env(safe-area-inset-top, 0px)) !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
  }
}
