.page-blog-how-to-choose-36win-best-slot-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main for dark body background */
  background-color: #08160F; /* Background color from palette */
}

.page-blog-how-to-choose-36win-best-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-how-to-choose-36win-best-slot-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08160F;
}

.page-blog-how-to-choose-36win-best-slot-games__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-36win-best-slot-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 30px;
  padding: 0 15px;
}

.page-blog-how-to-choose-36win-best-slot-games__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #F2FFF6;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Example clamp, not a fixed value */
}

.page-blog-how-to-choose-36win-best-slot-games__subtitle {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-36win-best-slot-games__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff; /* White text for contrast */
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-36win-best-slot-games__cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-how-to-choose-36win-best-slot-games__intro-section,
.page-blog-how-to-choose-36win-best-slot-games__section,
.page-blog-how-to-choose-36win-best-slot-games__faq-section,
.page-blog-how-to-choose-36win-best-slot-games__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Background color from palette */
}

.page-blog-how-to-choose-36win-best-slot-games__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-36win-best-slot-games__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-36win-best-slot-games__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-36win-best-slot-games__image-wrapper {
  margin: 30px auto;
  text-align: center;
  width: 100%;
  max-width: 800px; /* Example max-width for content images */
}

.page-blog-how-to-choose-36win-best-slot-games__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.page-blog-how-to-choose-36win-best-slot-games__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-36win-best-slot-games__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-36win-best-slot-games__list-item::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.page-blog-how-to-choose-36win-best-slot-games__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-choose-36win-best-slot-games__faq-item {
  background-color: #11271B; /* Card B G */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-36win-best-slot-games__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card B G */
}

.page-blog-how-to-choose-36win-best-slot-games__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-36win-best-slot-games__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-36win-best-slot-games__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #2AD16F;
}

.page-blog-how-to-choose-36win-best-slot-games__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-36win-best-slot-games__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.page-blog-how-to-choose-36win-best-slot-games__btn-secondary {
  background: #11271B; /* Card B G */
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-how-to-choose-36win-best-slot-games__btn-secondary:hover {
  background: #2AD16F;
  color: #11271B;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-36win-best-slot-games__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-how-to-choose-36win-best-slot-games__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-36win-best-slot-games__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-how-to-choose-36win-best-slot-games__hero-content {
    margin-top: 20px;
  }
  .page-blog-how-to-choose-36win-best-slot-games__main-title {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
  }
  .page-blog-how-to-choose-36win-best-slot-games__subtitle {
    font-size: 1rem;
  }
  .page-blog-how-to-choose-36win-best-slot-games__cta-button {
    font-size: 1rem;
    padding: 12px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-how-to-choose-36win-best-slot-games__intro-section,
  .page-blog-how-to-choose-36win-best-slot-games__section,
  .page-blog-how-to-choose-36win-best-slot-games__faq-section,
  .page-blog-how-to-choose-36win-best-slot-games__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-how-to-choose-36win-best-slot-games__section-title {
    font-size: 1.8rem;
  }
  .page-blog-how-to-choose-36win-best-slot-games__sub-title {
    font-size: 1.5rem;
  }
  .page-blog-how-to-choose-36win-best-slot-games__text-block,
  .page-blog-how-to-choose-36win-best-slot-games__list-item,
  .page-blog-how-to-choose-36win-best-slot-games__faq-item summary,
  .page-blog-how-to-choose-36win-best-slot-games__faq-answer {
    font-size: 1rem;
  }
  .page-blog-how-to-choose-36win-best-slot-games__image,
  .page-blog-how-to-choose-36win-best-slot-games__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-36win-best-slot-games__image-wrapper,
  .page-blog-how-to-choose-36win-best-slot-games__cta-group,
  .page-blog-how-to-choose-36win-best-slot-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-how-to-choose-36win-best-slot-games__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-choose-36win-best-slot-games__hero-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-36win-best-slot-games__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }
  .page-blog-how-to-choose-36win-best-slot-games__section-title {
    font-size: 1.6rem;
  }
  .page-blog-how-to-choose-36win-best-slot-games__sub-title {
    font-size: 1.3rem;
  }
}