.page-resources-high-payout-slots {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

@media (max-width: 768px) {
  .page-resources-high-payout-slots {
    overflow-x: hidden; /* Prevent horizontal scroll on mobile */
  }
}

.page-resources-high-payout-slots__hero-section {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
}

.page-resources-high-payout-slots__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-resources-high-payout-slots__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-high-payout-slots__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-high-payout-slots__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-high-payout-slots__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-high-payout-slots__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #8B0000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-high-payout-slots__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  border-color: #8B0000;
}

.page-resources-high-payout-slots__article-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-high-payout-slots__article-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-high-payout-slots__article-content p {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-resources-high-payout-slots__article-heading {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #8B0000;
  padding-bottom: 10px;
}

.page-resources-high-payout-slots__article-subheading {
  font-size: 1.6em;
  color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-high-payout-slots__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-high-payout-slots__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  min-width: 200px; /* Enforce minimum image width */
  min-height: 200px; /* Enforce minimum image height */
}

.page-resources-high-payout-slots__image-caption {
  font-style: italic;
  color: #aaa;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-high-payout-slots__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-high-payout-slots__inline-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-high-payout-slots__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-resources-high-payout-slots__conclusion-section {
  background-color: #8B0000;
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

.page-resources-high-payout-slots__conclusion-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-high-payout-slots__conclusion-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-high-payout-slots__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-high-payout-slots__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-high-payout-slots__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
  transform: translateY(-3px);
}

.page-resources-high-payout-slots__related-resources {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.page-resources-high-payout-slots__related-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 40px;
}

.page-resources-high-payout-slots__resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-high-payout-slots__resource-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-high-payout-slots__resource-card:hover {
  transform: translateY(-5px);
}

.page-resources-high-payout-slots__resource-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce minimum image width */
  min-height: 200px; /* Enforce minimum image height */
}

.page-resources-high-payout-slots__card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-resources-high-payout-slots__card-title a {
  color: inherit;
  text-decoration: none;
}

.page-resources-high-payout-slots__card-title a:hover {
  text-decoration: underline;
}

.page-resources-high-payout-slots__card-description {
  font-size: 1em;
  color: #ccc;
}

.page-resources-high-payout-slots__back-link-wrapper {
  margin-top: 20px;
}

.page-resources-high-payout-slots__back-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-high-payout-slots__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-high-payout-slots__hero-title {
    font-size: 2.8em;
  }
  .page-resources-high-payout-slots__hero-description {
    font-size: 1.2em;
  }
  .page-resources-high-payout-slots__article-content {
    padding: 30px;
  }
  .page-resources-high-payout-slots__article-heading {
    font-size: 2em;
  }
  .page-resources-high-payout-slots__article-subheading {
    font-size: 1.5em;
  }
  .page-resources-high-payout-slots__conclusion-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-high-payout-slots__hero-section {
    padding: 60px 15px;
  }
  .page-resources-high-payout-slots__hero-title {
    font-size: 2.2em;
  }
  .page-resources-high-payout-slots__hero-description {
    font-size: 1.1em;
  }
  .page-resources-high-payout-slots__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-high-payout-slots__article-content {
    padding: 25px;
  }
  .page-resources-high-payout-slots__article-heading {
    font-size: 1.8em;
  }
  .page-resources-high-payout-slots__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-high-payout-slots__resource-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-high-payout-slots__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-high-payout-slots__cta-button {
    width: 100%;
  }
  .page-resources-high-payout-slots__resource-card img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum image width */
    min-height: 200px; /* Enforce minimum image height */
  }
  .page-resources-high-payout-slots__article-content img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum image width */
    min-height: 200px; /* Enforce minimum image height */
  }
}

@media (max-width: 480px) {
  .page-resources-high-payout-slots__hero-title {
    font-size: 1.8em;
  }
  .page-resources-high-payout-slots__hero-description {
    font-size: 1em;
  }
  .page-resources-high-payout-slots__article-content {
    padding: 20px 15px;
  }
  .page-resources-high-payout-slots__article-heading {
    font-size: 1.6em;
  }
  .page-resources-high-payout-slots__article-subheading {
    font-size: 1.3em;
  }
  .page-resources-high-payout-slots__conclusion-title {
    font-size: 2em;
  }
  .page-resources-high-payout-slots__related-title {
    font-size: 2em;
  }
}