.page-slot-games-how-to-play-az888-no-hu {
  background-color: var(--background-color, #08160F); /* Fallback to custom color if shared doesn't define */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-slot-games-how-to-play-az888-no-hu__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #0A4B2C; /* Deep Green for hero section background */
  overflow: hidden;
}

.page-slot-games-how-to-play-az888-no-hu__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 30px; /* Space between image and content */
}

.page-slot-games-how-to-play-az888-no-hu__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-slot-games-how-to-play-az888-no-hu__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  color: #F2FFF6;
}

.page-slot-games-how-to-play-az888-no-hu__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold for main title */
  letter-spacing: 0.05em;
}

.page-slot-games-how-to-play-az888-no-hu__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-slot-games-how-to-play-az888-no-hu__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Buttons */
.page-slot-games-how-to-play-az888-no-hu__btn-primary,
.page-slot-games-how-to-play-az888-no-hu__btn-secondary,
.page-slot-games-how-to-play-az888-no-hu__btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
}

.page-slot-games-how-to-play-az888-no-hu__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slot-games-how-to-play-az888-no-hu__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-slot-games-how-to-play-az888-no-hu__btn-secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F; /* A shade of primary green for contrast */
  border: 2px solid #2AD16F;
}

.page-slot-games-how-to-play-az888-no-hu__btn-secondary:hover {
  background: #2AD16F;
  color: #11271B;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-slot-games-how-to-play-az888-no-hu__btn-small {
  padding: 10px 20px;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
}
.page-slot-games-how-to-play-az888-no-hu__btn-small:hover {
  opacity: 0.9;
}

/* Video Section */
.page-slot-games-how-to-play-az888-no-hu__video-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F; /* Background color */
  text-align: center;
}

.page-slot-games-how-to-play-az888-no-hu__video-container {
  width: 100%; /* Important for desktop as well */
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-slot-games-how-to-play-az888-no-hu__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-slot-games-how-to-play-az888-no-hu__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-slot-games-how-to-play-az888-no-hu__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.page-slot-games-how-to-play-az888-no-hu__video-cta {
  margin-top: 20px;
}

/* Content Area */
.page-slot-games-how-to-play-az888-no-hu__content-area,
.page-slot-games-how-to-play-az888-no-hu__cta-final-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Main text color */
}

.page-slot-games-how-to-play-az888-no-hu__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
}

.page-slot-games-how-to-play-az888-no-hu__section-description {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
}

.page-slot-games-how-to-play-az888-no-hu__sub-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #2AD16F; /* Primary Green */
}

.page-slot-games-how-to-play-az888-no-hu p {
  margin-bottom: 1em;
  color: #F2FFF6; /* Main text color */
}

/* Feature List */
.page-slot-games-how-to-play-az888-no-hu__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-slot-games-how-to-play-az888-no-hu__feature-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-slot-games-how-to-play-az888-no-hu__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 5px; /* Small radius for icons */
}

.page-slot-games-how-to-play-az888-no-hu__feature-item h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #F2C14E; /* Gold */
}

.page-slot-games-how-to-play-az888-no-hu__feature-item p {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

/* Step-by-Step Guide */
.page-slot-games-how-to-play-az888-no-hu__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-slot-games-how-to-play-az888-no-hu__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F2FFF6;
}

.page-slot-games-how-to-play-az888-no-hu__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-slot-games-how-to-play-az888-no-hu__step-title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

/* Strategy List */
.page-slot-games-how-to-play-az888-no-hu__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-slot-games-how-to-play-az888-no-hu__strategy-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-slot-games-how-to-play-az888-no-hu__strategy-heading {
  font-size: 1.5rem;
  color: #2AD16F; /* Primary Green */
  margin-bottom: 10px;
}

/* Feature Grid */
.page-slot-games-how-to-play-az888-no-hu__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-slot-games-how-to-play-az888-no-hu__feature-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-slot-games-how-to-play-az888-no-hu__feature-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-slot-games-how-to-play-az888-no-hu__feature-card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

/* FAQ Section */
.page-slot-games-how-to-play-az888-no-hu__faq-list {
  max-width: 900px;
  margin: 40px auto 60px;
}

.page-slot-games-how-to-play-az888-no-hu__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-slot-games-how-to-play-az888-no-hu__faq-item summary {
  list-style: none; /* Hide default marker */
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #2AD16F; /* Primary Green */
}

.page-slot-games-how-to-play-az888-no-hu__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-slot-games-how-to-play-az888-no-hu__faq-qtext {
  flex-grow: 1;
}

.page-slot-games-how-to-play-az888-no-hu__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-slot-games-how-to-play-az888-no-hu__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-slot-games-how-to-play-az888-no-hu__faq-answer p {
  margin-bottom: 0;
}

/* Final CTA Section */
.page-slot-games-how-to-play-az888-no-hu__cta-final-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-slot-games-how-to-play-az888-no-hu__hero-image {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .page-slot-games-how-to-play-az888-no-hu__hero-section {
    padding: 10px 15px 40px;
  }

  .page-slot-games-how-to-play-az888-no-hu__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-slot-games-how-to-play-az888-no-hu__intro-text {
    font-size: 1rem;
  }

  .page-slot-games-how-to-play-az888-no-hu__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
}"