/* Lazy game overlay - unique classes */
.nfg-lazy-game-wrap {
  position: relative;
  display: block;
  max-width: 100%;
}

.nfg-lazy-game-overlay {
  position: absolute;
  z-index: 999999;
  background: #111;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 10px;
  overflow: hidden;
  pointer-events: auto;
}

.nfg-lazy-ad-holder {
  width: 300px;
  height: 250px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.nfg-lazy-play-btn {
  border: 0;
  background: #ffcc00;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  padding: 13px 34px;
  border-radius: 7px;
  cursor: pointer;
  line-height: 1.2;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.nfg-lazy-play-btn:hover {
  background: #ffd633;
}

.nfg-lazy-play-btn:disabled {
  opacity: 0.85;
  cursor: wait;
}

.nfg-lazy-hidden-fs {
  display: none !important;
}
.nfg-lazy-game-overlay {
  z-index: 2147483647 !important;
}

.nfg-lazy-play-btn,
.sg-lazy-play-btn,
.pl-lazy-play-btn,
.ul-lazy-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}