.page-resources-how-to-play-639jl-games {
  color: #333333; /* Dark text for light body background */
}

.page-resources-how-to-play-639jl-games__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Main color for hero background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below header */
}

.page-resources-how-to-play-639jl-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7; /* Slightly dim the image to make text stand out */
}

.page-resources-how-to-play-639jl-games__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF; /* White text for dark hero background */
  max-width: 900px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

.page-resources-how-to-play-639jl-games__main-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-how-to-play-639jl-games__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #F0F0F0;
}

.page-resources-how-to-play-639jl-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-how-to-play-639jl-games__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1em;
}

.page-resources-how-to-play-639jl-games__btn--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-how-to-play-639jl-games__btn--register:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-how-to-play-639jl-games__btn--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-how-to-play-639jl-games__btn--login:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-how-to-play-639jl-games__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-how-to-play-639jl-games__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-how-to-play-639jl-games__article-sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-play-639jl-games__article-paragraph {
  margin-bottom: 20px;
}

.page-resources-how-to-play-639jl-games__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-play-639jl-games__article-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-play-639jl-games__article-list-item {
  margin-bottom: 10px;
}

.page-resources-how-to-play-639jl-games__btn--read-more {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 20px;
}

.page-resources-how-to-play-639jl-games__btn--read-more:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-how-to-play-639jl-games__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
}

.page-resources-how-to-play-639jl-games__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: 1.4;
}

.page-resources-how-to-play-639jl-games__btn--register-large {
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 35px;
  font-size: 1.2em;
  border-radius: 8px;
}

.page-resources-how-to-play-639jl-games__btn--register-large:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-how-to-play-639jl-games__back-link-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-resources-how-to-play-639jl-games__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-how-to-play-639jl-games__back-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-how-to-play-639jl-games__hero-content {
    width: 90%;
  }

  .page-resources-how-to-play-639jl-games__main-title {
    font-size: 2em;
  }

  .page-resources-how-to-play-639jl-games__intro-description {
    font-size: 1em;
  }

  .page-resources-how-to-play-639jl-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-play-639jl-games__btn {
    width: 100%;
    box-sizing: border-box;
  }

  .page-resources-how-to-play-639jl-games__content-area {
    padding: 0 15px;
  }

  .page-resources-how-to-play-639jl-games__article-heading {
    font-size: 1.8em;
  }

  .page-resources-how-to-play-639jl-games__article-sub-heading {
    font-size: 1.3em;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-how-to-play-639jl-games img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-how-to-play-639jl-games__cta-section {
    padding: 30px 20px;
  }

  .page-resources-how-to-play-639jl-games__cta-text {
    font-size: 1.2em;
  }
}