.page-resources-2024-hot-slot-games-recommendation {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px);
}

.page-resources-2024-hot-slot-games-recommendation__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  gap: 30px;
}

.page-resources-2024-hot-slot-games-recommendation__hero-content {
  max-width: 900px;
}

.page-resources-2024-hot-slot-games-recommendation__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-resources-2024-hot-slot-games-recommendation__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-2024-hot-slot-games-recommendation__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.page-resources-2024-hot-slot-games-recommendation__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-2024-hot-slot-games-recommendation__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-2024-hot-slot-games-recommendation__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-2024-hot-slot-games-recommendation__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-2024-hot-slot-games-recommendation__button--login:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-2024-hot-slot-games-recommendation__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-2024-hot-slot-games-recommendation__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-2024-hot-slot-games-recommendation__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-2024-hot-slot-games-recommendation__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-2024-hot-slot-games-recommendation__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-2024-hot-slot-games-recommendation__inline-link {
  color: #FCBC45; /* Login button color for emphasis */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-2024-hot-slot-games-recommendation__inline-link:hover {
  text-decoration: underline;
}

.page-resources-2024-hot-slot-games-recommendation__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-2024-hot-slot-games-recommendation__game-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-2024-hot-slot-games-recommendation__game-card:hover {
  transform: translateY(-5px);
}

.page-resources-2024-hot-slot-games-recommendation__game-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-2024-hot-slot-games-recommendation__card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-2024-hot-slot-games-recommendation__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-2024-hot-slot-games-recommendation__card-button {
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-resources-2024-hot-slot-games-recommendation__card-button:hover {
  background-color: #e0a53a;
}

.page-resources-2024-hot-slot-games-recommendation__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-resources-2024-hot-slot-games-recommendation__list-item {
  margin-bottom: 10px;
  color: #333333;
}

.page-resources-2024-hot-slot-games-recommendation__cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 60px;
  text-align: center;
  gap: 20px;
}

.page-resources-2024-hot-slot-games-recommendation__cta-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-2024-hot-slot-games-recommendation__cta-title {
  font-size: 2.2em;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-resources-2024-hot-slot-games-recommendation__cta-description {
  font-size: 1.2em;
  margin-bottom: 25px;
}

.page-resources-2024-hot-slot-games-recommendation__button--play-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-2024-hot-slot-games-recommendation__button--play-now:hover {
  background-color: #e0a53a;
  transform: translateY(-2px);
}

.page-resources-2024-hot-slot-games-recommendation__back-link-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-2024-hot-slot-games-recommendation__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 2px solid #000000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-2024-hot-slot-games-recommendation__back-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-2024-hot-slot-games-recommendation__hero-section {
    padding: 40px 15px;
  }

  .page-resources-2024-hot-slot-games-recommendation__hero-title {
    font-size: 2.5em;
  }

  .page-resources-2024-hot-slot-games-recommendation__hero-description {
    font-size: 1em;
  }

  .page-resources-2024-hot-slot-games-recommendation__hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-2024-hot-slot-games-recommendation__button {
    width: 100%;
  }

  .page-resources-2024-hot-slot-games-recommendation__content-area {
    padding: 20px 15px;
  }

  .page-resources-2024-hot-slot-games-recommendation__section-title {
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-2024-hot-slot-games-recommendation__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-2024-hot-slot-games-recommendation__paragraph,
  .page-resources-2024-hot-slot-games-recommendation__list-item {
    font-size: 1em;
  }

  .page-resources-2024-hot-slot-games-recommendation__game-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-2024-hot-slot-games-recommendation__game-card img,
  .page-resources-2024-hot-slot-games-recommendation__cta-banner img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-2024-hot-slot-games-recommendation__cta-banner {
    padding: 30px 15px;
  }

  .page-resources-2024-hot-slot-games-recommendation__cta-title {
    font-size: 1.8em;
  }

  .page-resources-2024-hot-slot-games-recommendation__cta-description {
    font-size: 1em;
  }

  /* Ensure content area images do not overflow */
  .page-resources-2024-hot-slot-games-recommendation img {
    max-width: 100%;
    height: auto;
  }
}