.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
}
.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gold-gradient {
  background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
}
.gold-text {
  background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.age-gate-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.hero-section {
  background-image: url('/media-files-vdark/hero-7f899e-27e14.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}

.container {
  width: 100%;
  max-width: 1300px;
}

.footer-txt,
.cookie-txt {
  max-width: 750px;
  padding-right: 30px;
}

.hidden-important {
  display: none !important;
}
