/* style/kv888-slot-games.css */
.page-kv888-slot-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg); /* Inherit from shared.css */
}

.page-kv888-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Fixed header offset for main content */
.page-kv888-slot-games__hero-content {
  padding-top: 120px; /* Desktop offset */
  padding-bottom: 60px;
  text-align: center;
}

.page-kv888-slot-games__dark-bg {
  background-color: #0A246A;
  color: #ffffff;
}

.page-kv888-slot-games__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-kv888-slot-games__main-title {
  font-size: 42px;
  color: #E7C641;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-kv888-slot-games__description {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-kv888-slot-games__section {
  padding: 60px 0;
}

.page-kv888-slot-games__section-title {
  font-size: 36px;
  color: #E7C641;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-kv888-slot-games__text-center {
  text-align: center;
}

.page-kv888-slot-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}