
/* .custom-btn { */
/*     border-radius: 20px; */
/*     padding: 10px 30px; */
/*     background-color: #5e72e4; */
/*     color: white; */
/* } */
/* .custom-btn:hover { */
/*     background-color: #324cdd; */
/*     color: white; */
/* } */


.site-footer {
      /* background: #f4f4f4; */
      padding: 20px;
      text-align: center;
      margin-top: 50px;
}

.site-footer a {
      color: #e3e3e3;
      text-decoration: none;
      margin: 0 10px;
}

.site-footer a:hover {
      text-decoration: underline;
}

.legal-container {
      max-width: 800px;
      margin: 60px auto;
      padding: 0 20px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.7;
      /* color: #222; */
}

.legal-container h1 {
      margin-bottom: 10px;
      font-size: 2.0rem;
}

.legal-updated {
      font-size: 0.9rem;
      /* color: #777; */
      margin-bottom: 30px;
}

.legal-container h2 {
      margin-top: 30px;
      font-size: 1.3rem;
}


#legalBox {
  border: solid white 2px;
  padding: 5px; 
  margin-bottom: 5px;
}

.release-notes-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  /* color: #222; */
}

.release-notes-container h1 {
  margin-bottom: 10px;
  font-size: 2.0rem;
}


.release-notes-container h2 {
  margin-top: 30px;
  font-size: 1.6rem;
}

.release-notes-container a:hover {
  text-decoration: underline;
}

.release-notes-container a {
  /* color: deepskyblue; */
  color: #73b4ffff;
  /* color: #328E6E; */
  text-decoration: none;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
  gap: 1.5rem;
  margin-top: 1rem;

  justify-content: start;
}

.image-grid figure {
  margin: 0;
}

.image-grid img {
  width: 100%;
  max-height: 700px;

  object-fit: contain;

  border-radius: 8px;
  display: block;
}

.image-grid figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.home-section {
    min-height: 80vh;
    background-image: url("../images/ClassicCover1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Dark overlay for readability */
.home-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.home-section .container {
    position: relative;
    z-index: 1;
}

input {
  max-width: 18em;
}

.country-select {
  max-width: 18em;
}

.game-name a:hover {
  text-decoration: underline;
}

.game-name a {
  color: #e3e3e3;
  text-decoration: none;
}
