/* Page-specific tweaks (keep minimal; most styling is via utility classes) */
.hero-bg{background:url("../images/game-detail/shutterstock_1015612369.avif") center/cover no-repeat;}
.card-bg {
  background: rgba(255,255,255,.04);
}

.feature-section::after {
  content: "";
  display: block;
  clear: both;
}

.feature-section {
  width: 100%;
  border: 1px solid #c0c0c0;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-icon-wrap {
  float: left;
  width: 25%;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.feature-icon {
  display: block;
  width: 100%;
  height: auto;
}

.detail-copy {
  text-align: left;
}

@media (max-width: 767px) {
  .feature-section {
    width: 100%;
  }

  .feature-icon-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 1.5rem;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.75rem;
}
