.page-resources-choosing-the-best-casino {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-choosing-the-best-casino__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero text */
  color: #FFFFFF;
  padding: 0;
  text-align: center;
}

.page-resources-choosing-the-best-casino__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-choosing-the-best-casino__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image slightly for text contrast */
  display: block;
}

.page-resources-choosing-the-best-casino__hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px; /* Ensure hero content has some height */
}

.page-resources-choosing-the-best-casino__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-choosing-the-best-casino__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 700px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-resources-choosing-the-choosing-the-best-casino__cta-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-choosing-the-best-casino__cta-button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-choosing-the-best-casino__cta-button--register:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-choosing-the-best-casino__cta-button--play-now,
.page-resources-choosing-the-best-casino__cta-button--claim-bonus,
.page-resources-choosing-the-best-casino__cta-button--explore {
  background-color: #000000; /* Main color */
  color: #FCBC45; /* Login button color for text */
  border: 2px solid #FCBC45;
  margin-top: 20px;
}

.page-resources-choosing-the-best-casino__cta-button--play-now:hover,
.page-resources-choosing-the-best-casino__cta-button--claim-bonus:hover,
.page-resources-choosing-the-best-casino__cta-button--explore:hover {
  background-color: #FCBC45;
  color: #000000;
  transform: translateY(-2px);
}

.page-resources-choosing-the-best-casino__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-choosing-the-best-casino__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000; /* Main color */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-choosing-the-best-casino__back-link:hover {
  color: #FCBC45; /* Login button color */
}

.page-resources-choosing-the-best-casino__article-heading {
  font-size: 2.2em;
  color: #000000; /* Main color */
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-choosing-the-best-casino__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

.page-resources-choosing-the-best-casino__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-resources-choosing-the-best-casino__image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-choosing-the-best-casino__hero-content {
    padding: 60px 15px;
    min-height: 300px;
  }

  .page-resources-choosing-the-best-casino__hero-title {
    font-size: 2.2em;
  }

  .page-resources-choosing-the-best-casino__hero-description {
    font-size: 1em;
  }

  .page-resources-choosing-the-best-casino__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-choosing-the-best-casino__content-area {
    padding: 30px 15px;
  }

  .page-resources-choosing-the-best-casino__article-heading {
    font-size: 1.8em;
  }

  .page-resources-choosing-the-best-casino__article-paragraph {
    font-size: 1em;
  }

  .page-resources-choosing-the-best-casino__image-container img {
    max-width: 100%;
    height: auto;
    width: auto; /* Allow auto width for mobile to prevent overflow */
  }

  .page-resources-choosing-the-best-casino {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-choosing-the-best-casino__hero-title {
    font-size: 1.8em;
  }

  .page-resources-choosing-the-best-casino__hero-description {
    font-size: 0.9em;
  }

  .page-resources-choosing-the-best-casino__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-choosing-the-best-casino__article-heading {
    font-size: 1.5em;
  }

  .page-resources-choosing-the-best-casino__article-paragraph {
    font-size: 0.9em;
  }
}