.page-blog-8xbet77-popular-games-deep-dive {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  margin: 0;
  padding: 0;
}

.page-blog-8xbet77-popular-games-deep-dive__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-8xbet77-popular-games-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 700px;
}

.page-blog-8xbet77-popular-games-deep-dive__hero-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-8xbet77-popular-games-deep-dive__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-8xbet77-popular-games-deep-dive__intro-text {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-8xbet77-popular-games-deep-dive__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-8xbet77-popular-games-deep-dive__btn-primary,
.page-blog-8xbet77-popular-games-deep-dive__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-8xbet77-popular-games-deep-dive__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  border: none;
}

.page-blog-8xbet77-popular-games-deep-dive__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-8xbet77-popular-games-deep-dive__btn-secondary {
  background: transparent;
  color: #2AD16F; /* A lighter green from the gradient */
  border: 2px solid #2AD16F;
}

.page-blog-8xbet77-popular-games-deep-dive__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #F2FFF6;
}

.page-blog-8xbet77-popular-games-deep-dive__content-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-8xbet77-popular-games-deep-dive__section-title {
  font-size: 2.2rem;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-8xbet77-popular-games-deep-dive__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-8xbet77-popular-games-deep-dive__text-block {
  font-size: 1.05rem;
  color: #A7D9B8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-blog-8xbet77-popular-games-deep-dive__game-category {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-8xbet77-popular-games-deep-dive__category-title {
  font-size: 1.8rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-8xbet77-popular-games-deep-dive__category-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-8xbet77-popular-games-deep-dive__category-description {
  font-size: 1rem;
  color: #A7D9B8;
  margin-bottom: 25px;
  text-align: justify;
}

.page-blog-8xbet77-popular-games-deep-dive__guide-step {
  background-color: #11271B;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #2E7A4E;
}

.page-blog-8xbet77-popular-games-deep-dive__guide-title {
  font-size: 1.6rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-blog-8xbet77-popular-games-deep-dive__guide-description {
  font-size: 1rem;
  color: #A7D9B8;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-8xbet77-popular-games-deep-dive__ordered-list,
.page-blog-8xbet77-popular-games-deep-dive__unordered-list {
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #A7D9B8;
}

.page-blog-8xbet77-popular-games-deep-dive__ordered-list li,
.page-blog-8xbet77-popular-games-deep-dive__unordered-list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.page-blog-8xbet77-popular-games-deep-dive__promo-item,
.page-blog-8xbet77-popular-games-deep-dive__benefit-item {
  background-color: #11271B;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #2E7A4E;
}

.page-blog-8xbet77-popular-games-deep-dive__promo-title,
.page-blog-8xbet77-popular-games-deep-dive__benefit-title {
  font-size: 1.6rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-blog-8xbet77-popular-games-deep-dive__promo-description,
.page-blog-8xbet77-popular-games-deep-dive__benefit-description {
  font-size: 1rem;
  color: #A7D9B8;
  text-align: justify;
}

.page-blog-8xbet77-popular-games-deep-dive__conclusion-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-8xbet77-popular-games-deep-dive__cta-buttons--conclusion {
  margin-top: 40px;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-list {
  margin-top: 30px;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  position: relative;
  user-select: none;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-question::marker {
  display: none;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-8xbet77-popular-games-deep-dive__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8;
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-item[open] .page-blog-8xbet77-popular-games-deep-dive__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding-top: 15px;
}

.page-blog-8xbet77-popular-games-deep-dive__faq-item[open] .page-blog-8xbet77-popular-games-deep-dive__faq-toggle {
  content: '−';
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-8xbet77-popular-games-deep-dive {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-8xbet77-popular-games-deep-dive__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__hero-content,
  .page-blog-8xbet77-popular-games-deep-dive__content-area,
  .page-blog-8xbet77-popular-games-deep-dive__faq-section {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-8xbet77-popular-games-deep-dive__main-title {
    font-size: 1.8rem;
  }

  .page-blog-8xbet77-popular-games-deep-dive__intro-text {
    font-size: 1rem;
  }

  .page-blog-8xbet77-popular-games-deep-dive__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__btn-primary,
  .page-blog-8xbet77-popular-games-deep-dive__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-blog-8xbet77-popular-games-deep-dive__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__text-block {
    font-size: 0.95rem;
  }

  .page-blog-8xbet77-popular-games-deep-dive__game-category,
  .page-blog-8xbet77-popular-games-deep-dive__guide-step,
  .page-blog-8xbet77-popular-games-deep-dive__promo-item,
  .page-blog-8xbet77-popular-games-deep-dive__benefit-item {
    padding: 20px;
    margin-bottom: 25px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__category-title,
  .page-blog-8xbet77-popular-games-deep-dive__guide-title,
  .page-blog-8xbet77-popular-games-deep-dive__promo-title,
  .page-blog-8xbet77-popular-games-deep-dive__benefit-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__category-image,
  .page-blog-8xbet77-popular-games-deep-dive__conclusion-image,
  .page-blog-8xbet77-popular-games-deep-dive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset !important;
    min-height: unset !important;
  }

  .page-blog-8xbet77-popular-games-deep-dive__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__faq-toggle {
    font-size: 1.2rem;
  }

  .page-blog-8xbet77-popular-games-deep-dive__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 15px;
  }

  .page-blog-8xbet77-popular-games-deep-dive__video-section {
    padding-top: 10px !important; /* body handles --header-offset, this is decorative */
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-8xbet77-popular-games-deep-dive__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-8xbet77-popular-games-deep-dive video,
  .page-blog-8xbet77-popular-games-deep-dive__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}