.page-resources-choosing-the-best-ll777-platform {
  color: #333333; /* Dark text for light body background */
}

.page-resources-choosing-the-best-ll777-platform__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px; /* Minimum height for hero section */
}

.page-resources-choosing-the-best-ll777-platform__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.6); /* Slightly darken background image for text readability */
}

.page-resources-choosing-the-best-ll777-platform__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF; /* White text for dark overlay */
  max-width: 800px;
  padding: 20px;
}

.page-resources-choosing-the-best-ll777-platform__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-resources-choosing-the-best-ll777-platform__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-choosing-the-best-ll777-platform__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-choosing-the-best-ll777-platform__cta-button:hover {
  background-color: #e0a53b;
}

.page-resources-choosing-the-best-ll777-platform__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;
  font-size: 1.1em;
}

.page-resources-choosing-the-best-ll777-platform__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-choosing-the-best-ll777-platform__back-link:hover {
  color: #e0a53b;
}

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

.page-resources-choosing-the-best-ll777-platform__article-subheading {
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.4;
}

.page-resources-choosing-the-best-ll777-platform__article-paragraph {
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-choosing-the-best-ll777-platform__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px; /* Enforce minimum image size */
}

.page-resources-choosing-the-best-ll777-platform__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 10px;
}

.page-resources-choosing-the-best-ll777-platform__cta-bottom p {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-choosing-the-best-ll777-platform__hero-title {
    font-size: 2em;
  }

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

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

  .page-resources-choosing-the-best-ll777-platform__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-choosing-the-best-ll777-platform__content-area {
    padding: 20px 15px;
  }

  .page-resources-choosing-the-best-ll777-platform__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum image size for mobile */
    min-height: 200px; /* Enforce minimum image size for mobile */
  }

  /* Ensure content images do not overflow on mobile */
  .page-resources-choosing-the-best-ll777-platform__content-area img {
    max-width: 100%;
    height: auto;
  }
}