/* style/blog-s8bet-nha-cai-popular-games-guide.css */
:root {
  --s8bet-primary-color: #11A84E;
  --s8bet-secondary-color: #22C768;
  --s8bet-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --s8bet-card-bg: #11271B;
  --s8bet-background: #08160F;
  --s8bet-text-main: #F2FFF6;
  --s8bet-text-secondary: #A7D9B8;
  --s8bet-border-color: #2E7A4E;
  --s8bet-glow-color: #57E38D;
  --s8bet-gold-color: #F2C14E;
  --s8bet-divider-color: #1E3A2A;
  --s8bet-deep-green: #0A4B2C;
}

.page-blog-s8bet-nha-cai-popular-games-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--s8bet-text-main); /* Default text color for dark background */
  background-color: var(--s8bet-background);
}

.page-blog-s8bet-nha-cai-popular-games-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom */
  text-align: center;
  overflow: hidden;
  background-color: var(--s8bet-background);
}

.page-blog-s8bet-nha-cai-popular-games-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 20px;
}

.page-blog-s8bet-nha-cai-popular-games-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-s8bet-nha-cai-popular-games-guide__hero-content {
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-s8bet-nha-cai-popular-games-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: var(--s8bet-gold-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.7);
}

.page-blog-s8bet-nha-cai-popular-games-guide__hero-description {
  font-size: 1.1em;
  color: var(--s8bet-text-secondary);
  margin-bottom: 30px;
}

.page-blog-s8bet-nha-cai-popular-games-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--s8bet-button-gradient);
  color: var(--s8bet-text-main);
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-s8bet-nha-cai-popular-games-guide__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(87, 227, 141, 0.4);
}

.page-blog-s8bet-nha-cai-popular-games-guide__cta-button--large {
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-blog-s8bet-nha-cai-popular-games-guide__content-section,
.page-blog-s8bet-nha-cai-popular-games-guide__how-to-section,
.page-blog-s8bet-nha-cai-popular-games-guide__conclusion-section {
  background-color: #ffffff; /* Light background for text content */
  color: #333333; /* Dark text for light background */
  padding: 60px 0;
}

.page-blog-s8bet-nha-cai-popular-games-guide__games-section,
.page-blog-s8bet-nha-cai-popular-games-guide__promo-section,
.page-blog-s8bet-nha-cai-popular-games-guide__faq-section {
  background-color: var(--s8bet-background);
  color: var(--s8bet-text-main);
  padding: 60px 0;
}

.page-blog-s8bet-nha-cai-popular-games-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-s8bet-nha-cai-popular-games-guide__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  color: var(--s8bet-gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.5);
}

.page-blog-s8bet-nha-cai-popular-games-guide__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  color: var(--s8bet-primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-s8bet-nha-cai-popular-games-guide__text-block p,
.page-blog-s8bet-nha-cai-popular-games-guide__text-block li {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.7;
  color: inherit; /* Inherit color from parent section */
}

.page-blog-s8bet-nha-cai-popular-games-guide__list,
.page-blog-s8bet-nha-cai-popular-games-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-s8bet-nha-cai-popular-games-guide__ordered-list {
  list-style-type: decimal;
}

.page-blog-s8bet-nha-cai-popular-games-guide__list li,
.page-blog-s8bet-nha-cai-popular-games-guide__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-s8bet-nha-cai-popular-games-guide__section-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-s8bet-nha-cai-popular-games-guide__game-category,
.page-blog-s8bet-nha-cai-popular-games-guide__promo-item {
  background-color: var(--s8bet-card-bg);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid var(--s8bet-border-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--s8bet-text-main);
}

.page-blog-s8bet-nha-cai-popular-games-guide__game-category p,
.page-blog-s8bet-nha-cai-popular-games-guide__promo-item p {
  color: var(--s8bet-text-secondary);
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-list {
  margin-top: 30px;
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-item {
  background-color: var(--s8bet-card-bg);
  border: 1px solid var(--s8bet-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--s8bet-primary-color);
  cursor: pointer;
  background-color: var(--s8bet-deep-green);
  border-bottom: 1px solid var(--s8bet-divider-color);
  list-style: none; /* For details tag */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-item[open] .page-blog-s8bet-nha-cai-popular-games-guide__faq-question {
  border-bottom: 1px solid var(--s8bet-border-color);
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-qtext {
  color: var(--s8bet-text-main);
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--s8bet-gold-color);
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-item[open] .page-blog-s8bet-nha-cai-popular-games-guide__faq-toggle {
  transform: rotate(45deg); /* Change '+' to 'x' visually */
}

.page-blog-s8bet-nha-cai-popular-games-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: var(--s8bet-text-secondary);
  background-color: var(--s8bet-card-bg);
}

.page-blog-s8bet-nha-cai-popular-games-guide__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* Image and Video Responsive Styles */
.page-blog-s8bet-nha-cai-popular-games-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-s8bet-nha-cai-popular-games-guide video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-s8bet-nha-cai-popular-games-guide {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__hero-description {
    font-size: 0.95em;
    margin-bottom: 25px;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__cta-button,
  .page-blog-s8bet-nha-cai-popular-games-guide__cta-button--large {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__sub-title {
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__text-block p,
  .page-blog-s8bet-nha-cai-popular-games-guide__text-block li {
    font-size: 0.95em;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__game-category,
  .page-blog-s8bet-nha-cai-popular-games-guide__promo-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__hero-image,
  .page-blog-s8bet-nha-cai-popular-games-guide__section-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-s8bet-nha-cai-popular-games-guide__hero-image-wrapper,
  .page-blog-s8bet-nha-cai-popular-games-guide__video-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__video-container,
  .page-blog-s8bet-nha-cai-popular-games-guide__video-wrapper,
  .page-blog-s8bet-nha-cai-popular-games-guide__content-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__games-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__how-to-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__promo-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__tips-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__faq-section,
  .page-blog-s8bet-nha-cai-popular-games-guide__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}