/* Shared sticky bottom ad – fixed at bottom, above game UI. Visible only on successful ad response. */
.sticky-ad-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  background: rgba(11, 26, 46, 0.95);
  border-top: 1px solid rgba(56, 198, 244, 0.18);
}

.sticky-ad-wrapper.is-visible {
  display: flex;
}

.sticky-ad-wrapper .gpt-ad-slot {
  min-width: 300px;
  min-height: 50px;
  display: block;
}
