.page-resources-rich88-safety-responsible-gambling {
  color: #333333;
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header on desktop */
}

.page-resources-rich88-safety-responsible-gambling__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Ensure hero section has a minimum height */
}

.page-resources-rich88-safety-responsible-gambling__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-rich88-safety-responsible-gambling__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-rich88-safety-responsible-gambling__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-rich88-safety-responsible-gambling__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45;
}

.page-resources-rich88-safety-responsible-gambling__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-rich88-safety-responsible-gambling__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-rich88-safety-responsible-gambling__button {
  display: inline-block;
  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;
  border: none;
  cursor: pointer;
}

.page-resources-rich88-safety-responsible-gambling__button--register {
  background-color: #000000;
  color: #FFFFFF;
}

.page-resources-rich88-safety-responsible-gambling__button--register:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-rich88-safety-responsible-gambling__button--login,
.page-resources-rich88-safety-responsible-gambling__button--join {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-rich88-safety-responsible-gambling__button--login:hover,
.page-resources-rich88-safety-responsible-gambling__button--join:hover {
  background-color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-rich88-safety-responsible-gambling__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-rich88-safety-responsible-gambling__article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-rich88-safety-responsible-gambling__article-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-rich88-safety-responsible-gambling__meta {
  font-style: italic;
  color: #666666;
  margin-bottom: 20px;
}

.page-resources-rich88-safety-responsible-gambling__back-link {
  display: inline-block;
  margin-top: 20px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-rich88-safety-responsible-gambling__back-link:hover {
  color: #000000;
}

.page-resources-rich88-safety-responsible-gambling__article-body p {
  margin-bottom: 20px;
}

.page-resources-rich88-safety-responsible-gambling__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-rich88-safety-responsible-gambling__mini-heading {
  font-size: 1.4em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-rich88-safety-responsible-gambling__image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-rich88-safety-responsible-gambling__call-to-action {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-rich88-safety-responsible-gambling__call-to-action p {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-rich88-safety-responsible-gambling__hero-title {
    font-size: 2.8em;
  }
  .page-resources-rich88-safety-responsible-gambling__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-rich88-safety-responsible-gambling {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }
  .page-resources-rich88-safety-responsible-gambling__hero-section {
    min-height: 400px;
  }
  .page-resources-rich88-safety-responsible-gambling__hero-content {
    padding: 20px;
  }
  .page-resources-rich88-safety-responsible-gambling__hero-title {
    font-size: 2em;
  }
  .page-resources-rich88-safety-responsible-gambling__hero-description {
    font-size: 1em;
  }
  .page-resources-rich88-safety-responsible-gambling__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-rich88-safety-responsible-gambling__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-rich88-safety-responsible-gambling__article-title {
    font-size: 2em;
  }
  .page-resources-rich88-safety-responsible-gambling__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-rich88-safety-responsible-gambling__mini-heading {
    font-size: 1.2em;
  }
  .page-resources-rich88-safety-responsible-gambling__content-area {
    padding: 20px 15px;
    font-size: 1em;
  }
  .page-resources-rich88-safety-responsible-gambling__image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
  /* CRITICAL: Mobile content area images must use max-width: 100% */
  .page-resources-rich88-safety-responsible-gambling__content-area img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-resources-rich88-safety-responsible-gambling__call-to-action p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-rich88-safety-responsible-gambling__hero-title {
    font-size: 1.8em;
  }
  .page-resources-rich88-safety-responsible-gambling__hero-description {
    font-size: 0.9em;
  }
  .page-resources-rich88-safety-responsible-gambling__article-title {
    font-size: 1.8em;
  }
  .page-resources-rich88-safety-responsible-gambling__sub-heading {
    font-size: 1.3em;
  }
}