/* style/resources-how-to-choose-best-online-casino.css */
.page-resources-how-to-choose-best-online-casino {
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Ensure content area background matches body for consistency */
}

.page-resources-how-to-choose-best-online-casino__hero-section {
  padding-top: var(--header-offset, 120px); /* Fixed header offset for desktop */
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-best-online-casino__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-how-to-choose-best-online-casino__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-how-to-choose-best-online-casino__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #F0F0F0;
}

.page-resources-how-to-choose-best-online-casino__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3; /* Subtle background effect */
}

.page-resources-how-to-choose-best-online-casino__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-how-to-choose-best-online-casino__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for CTA */
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-choose-best-online-casino__cta-button:hover {
  background-color: #e0a53d;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-best-online-casino__cta-button--centered {
  display: block;
  margin: 40px auto;
  max-width: 300px;
}

.page-resources-how-to-choose-best-online-casino__content-area {
  max-width: 800px; /* Constrain article content width */
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
}

.page-resources-how-to-choose-best-online-casino__article-container {
  padding: 20px 0;
}

.page-resources-how-to-choose-best-online-casino__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-how-to-choose-best-online-casino__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-how-to-choose-best-online-casino__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-choose-best-online-casino__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-how-to-choose-best-online-casino__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: inline-block; /* Center images */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-choose-best-online-casino__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-choose-best-online-casino__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-choose-best-online-casino__inline-cta {
  color: #FCBC45;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-best-online-casino__inline-cta:hover {
  color: #e0a53d;
}

.page-resources-how-to-choose-best-online-casino__action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-best-online-casino__secondary-button {
  display: inline-block;
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid #000000;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-choose-best-online-casino__secondary-button:hover {
  background-color: #000000;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-best-online-casino__return-link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-resources-how-to-choose-best-online-casino__return-link a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-choose-best-online-casino__return-link a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-choose-best-online-casino__hero-section {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
    padding: 40px 15px;
  }

  .page-resources-how-to-choose-best-online-casino__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-choose-best-online-casino__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-online-casino__content-area {
    padding: 20px 15px;
  }

  .page-resources-how-to-choose-best-online-casino__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-best-online-casino__sub-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-best-online-casino__paragraph,
  .page-resources-how-to-choose-best-online-casino__list-item {
    font-size: 0.95em;
  }

  .page-resources-how-to-choose-best-online-casino__action-buttons {
    flex-direction: column;
    align-items: center;
  }

  /* Mobile content area image resizing */
  .page-resources-how-to-choose-best-online-casino__content-area img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
}