.page-resources-kv888-responsible-gaming {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for text on dark background */
  background-color: #0A192F; /* Primary dark background */
}

.page-resources-kv888-responsible-gaming__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-kv888-responsible-gaming__hero {
  background: linear-gradient(135deg, #0A192F 0%, #303e5a 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Auxiliary gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-resources-kv888-responsible-gaming__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-kv888-responsible-gaming__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for main title */
  position: relative;
  z-index: 1;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-resources-kv888-responsible-gaming__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light grey for subtitle */
  position: relative;
  z-index: 1;
}

.page-resources-kv888-responsible-gaming__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-kv888-responsible-gaming__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-kv888-responsible-gaming__button--primary {
  background-color: #FFD700; /* Auxiliary gold */
  color: #0A192F; /* Primary dark for text */
  border: 2px solid #FFD700;
}

.page-resources-kv888-responsible-gaming__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-kv888-responsible-gaming__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Auxiliary gold */
  border: 2px solid #FFD700;
}

.page-resources-kv888-responsible-gaming__button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-kv888-responsible-gaming__content-section,
.page-resources-kv888-responsible-gaming__faq-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-resources-kv888-responsible-gaming__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  margin-top: 40px;
}

.page-resources-kv888-responsible-gaming__sub-heading {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-kv888-responsible-gaming__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-kv888-responsible-gaming__list,
.page-resources-kv888-responsible-gaming__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-kv888-responsible-gaming__ordered-list {
  list-style-type: decimal;
}

.page-resources-kv888-responsible-gaming__list li,
.page-resources-kv888-responsible-gaming__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-kv888-responsible-gaming__link {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-kv888-responsible-gaming__link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-kv888-responsible-gaming__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-kv888-responsible-gaming__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-resources-kv888-responsible-gaming__faq-item {
  background-color: #1a2a44; /* Slightly lighter dark blue for FAQ items */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-kv888-responsible-gaming__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
}

.page-resources-kv888-responsible-gaming__faq-answer {
  font-size: 1.1em;
  color: #C0C0C0; /* Lighter grey for FAQ answers */
}

.page-resources-kv888-responsible-gaming .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-kv888-responsible-gaming__title {
    font-size: 2.5em;
  }

  .page-resources-kv888-responsible-gaming__subtitle {
    font-size: 1.2em;
  }

  .page-resources-kv888-responsible-gaming__heading {
    font-size: 2em;
  }

  .page-resources-kv888-responsible-gaming__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-kv888-responsible-gaming__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-kv888-responsible-gaming__cta-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-kv888-responsible-gaming__title {
    font-size: 2em;
  }

  .page-resources-kv888-responsible-gaming__subtitle {
    font-size: 1em;
  }

  .page-resources-kv888-responsible-gaming__heading {
    font-size: 1.8em;
  }

  .page-resources-kv888-responsible-gaming__button {
    width: 100%;
    box-sizing: border-box;
  }
}