#glb-top-spacer {
  position: relative;
  width: 100%;
  min-height: 0;
  background: transparent;
  z-index: 20;
}

.glb-top-click {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  text-decoration: none !important;
}

div.glb-top-click {
  cursor: default;
}

.glb-side-click {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 19;
  cursor: pointer;
  background: transparent;
  text-decoration: none !important;
}

div.glb-side-click {
  pointer-events: none;
  cursor: default;
}

.glb-side-left {
  left: 0;
}

.glb-side-right {
  right: 0;
}

.glb-ad-label {
  position: absolute;
  top: 7px;
  left: 12px;
  display: inline-block;
  max-width: calc(100% - 24px);
  padding: 3px 7px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.42);
  font: 10px/1.35 Arial, sans-serif;
  letter-spacing: 0.01em;
  white-space: normal;
  pointer-events: none;
}

#glb-verification-pixel,
.glb-verifier-container {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
}

.glb-code-container:empty {
  display: none !important;
}

