.page-resources-luckyplay-guide {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-luckyplay-guide__hero-section {
  background-color: #000000; /* Main background for hero */
  padding: 80px 20px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-luckyplay-guide__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-luckyplay-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-luckyplay-guide__hero-content {
  color: #FFFFFF;
  padding: 20px;
}

.page-resources-luckyplay-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-luckyplay-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-resources-luckyplay-guide__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for primary CTA */
  color: #000000; /* Dark text for light button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-luckyplay-guide__hero-button:hover {
  background-color: #E0A83A;
  transform: translateY(-2px);
}

.page-resources-luckyplay-guide__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-luckyplay-guide__article-wrapper {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-luckyplay-guide__introduction,
.page-resources-luckyplay-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-luckyplay-guide__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-luckyplay-guide__subsection-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-luckyplay-guide__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-luckyplay-guide__list,
.page-resources-luckyplay-guide__numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-luckyplay-guide__numbered-list {
  list-style-type: decimal;
}

.page-resources-luckyplay-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-luckyplay-guide__list-item strong {
  color: #000000;
}

.page-resources-luckyplay-guide__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for CTA */
  color: #000000; /* Dark text for light button */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-luckyplay-guide__cta-button:hover {
  background-color: #E0A83A;
  transform: translateY(-2px);
}

.page-resources-luckyplay-guide__text-link {
  color: #000000; /* Main color for links */
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-luckyplay-guide__text-link:hover {
  color: #FCBC45;
}

.page-resources-luckyplay-guide__action-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-luckyplay-guide__secondary-button {
  display: inline-block;
  background-color: #000000; /* Main color for secondary button */
  color: #FFFFFF; /* Light text for dark button */
  padding: 12px 25px;
  border: 1px solid #000000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.page-resources-luckyplay-guide__secondary-button:hover {
  background-color: #333333;
  color: #FCBC45;
  transform: translateY(-2px);
}

.page-resources-luckyplay-guide__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #FCBC45;
}

.page-resources-luckyplay-guide__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-luckyplay-guide__related-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-resources-luckyplay-guide__related-item {
  margin-bottom: 10px;
}

.page-resources-luckyplay-guide__related-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-luckyplay-guide__related-item a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-luckyplay-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-luckyplay-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-luckyplay-guide__section-title {
    font-size: 1.6em;
  }

  .page-resources-luckyplay-guide__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-luckyplay-guide__introduction,
  .page-resources-luckyplay-guide__paragraph,
  .page-resources-luckyplay-guide__list-item {
    font-size: 0.95em;
  }

  .page-resources-luckyplay-guide__hero-button,
  .page-resources-luckyplay-guide__cta-button,
  .page-resources-luckyplay-guide__secondary-button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-luckyplay-guide__action-buttons {
    flex-direction: column;
  }

  .page-resources-luckyplay-guide__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  /* Ensure content area images do not overflow */
  .page-resources-luckyplay-guide img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-luckyplay-guide__hero-section {
    padding: 60px 15px 30px;
  }

  .page-resources-luckyplay-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-luckyplay-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-luckyplay-guide__content-area {
    padding: 0 15px;
  }

  .page-resources-luckyplay-guide__article-wrapper {
    padding: 20px;
  }
}