.page-blog-8kbet123-latest-slot-game-reviews {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-8kbet123-latest-slot-game-reviews__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;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-8kbet123-latest-slot-game-reviews__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-8kbet123-latest-slot-game-reviews__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-8kbet123-latest-slot-game-reviews__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 20px;
  margin-top: -150px; /* Pull content up over the image, but not covering text */
  color: #F2FFF6;
}

.page-blog-8kbet123-latest-slot-game-reviews__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-8kbet123-latest-slot-game-reviews__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-8kbet123-latest-slot-game-reviews__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}

.page-blog-8kbet123-latest-slot-game-reviews__btn-primary,
.page-blog-8kbet123-latest-slot-game-reviews__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-8kbet123-latest-slot-game-reviews__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-8kbet123-latest-slot-game-reviews__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-8kbet123-latest-slot-game-reviews__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D;
}

.page-blog-8kbet123-latest-slot-game-reviews__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
  transform: translateY(-2px);
}

.page-blog-8kbet123-latest-slot-game-reviews__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-8kbet123-latest-slot-game-reviews__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-8kbet123-latest-slot-game-reviews__dark-bg {
  background-color: #11271B; /* Card B G */
}

.page-blog-8kbet123-latest-slot-game-reviews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-8kbet123-latest-slot-game-reviews__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-8kbet123-latest-slot-game-reviews__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #F2FFF6;
  text-align: justify;
}

.page-blog-8kbet123-latest-slot-game-reviews__text-block strong {
  color: #F2C14E;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-showcase {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-details {
  width: 100%;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-title {
  font-size: 1.8rem;
  color: #57E38D; /* Glow */
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-features li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #A7D9B8;
}

.page-blog-8kbet123-latest-slot-game-reviews__game-features li strong {
  color: #F2FFF6;
}

.page-blog-8kbet123-latest-slot-game-reviews__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-8kbet123-latest-slot-game-reviews__card {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: #F2FFF6;
}

.page-blog-8kbet123-latest-slot-game-reviews__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-8kbet123-latest-slot-game-reviews__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-8kbet123-latest-slot-game-reviews__card-text {
  font-size: 1rem;
  color: #A7D9B8;
  flex-grow: 1;
}

.page-blog-8kbet123-latest-slot-game-reviews__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-8kbet123-latest-slot-game-reviews__promo-card {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-blog-8kbet123-latest-slot-game-reviews__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-8kbet123-latest-slot-game-reviews__promo-title {
  font-size: 1.6rem;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
}

.page-blog-8kbet123-latest-slot-game-reviews__promo-description {
  font-size: 1rem;
  color: #A7D9B8;
}

.page-blog-8kbet123-latest-slot-game-reviews__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-8kbet123-latest-slot-game-reviews__feature-list li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #F2FFF6;
}

.page-blog-8kbet123-latest-slot-game-reviews__feature-list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #57E38D;
}

.page-blog-8kbet123-latest-slot-game-reviews__feature-list li strong {
  color: #F2C14E;
}

.page-blog-8kbet123-latest-slot-game-reviews__step-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin-top: 30px;
}

.page-blog-8kbet123-latest-slot-game-reviews__step-list li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  font-size: 1.1rem;
  position: relative;
  padding-left: 40px;
  color: #F2FFF6;
}

.page-blog-8kbet123-latest-slot-game-reviews__step-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F2C14E; /* Gold */
  color: #08160F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-list {
  margin-top: 40px;
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-toggle {
  font-size: 1.5rem;
  color: #57E38D;
  margin-left: 15px;
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-8kbet123-latest-slot-game-reviews__faq-item[open] .page-blog-8kbet123-latest-slot-game-reviews__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding-top: 10px;
}

.page-blog-8kbet123-latest-slot-game-reviews__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #08160F;
}

/* Responsive Styles */
@media (min-width: 769px) {
  .page-blog-8kbet123-latest-slot-game-reviews__game-showcase {
    flex-direction: row;
    text-align: left;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__game-image {
    flex-shrink: 0;
    width: 40%;
    margin-right: 40px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__game-details {
    flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .page-blog-8kbet123-latest-slot-game-reviews__hero-content {
    margin-top: -80px;
    padding: 15px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    margin-bottom: 15px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__hero-description,
  .page-blog-8kbet123-latest-slot-game-reviews__text-block,
  .page-blog-8kbet123-latest-slot-game-reviews__feature-list li,
  .page-blog-8kbet123-latest-slot-game-reviews__step-list li,
  .page-blog-8kbet123-latest-slot-game-reviews__card-text,
  .page-blog-8kbet123-latest-slot-game-reviews__promo-description {
    font-size: 1rem;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__btn-primary,
  .page-blog-8kbet123-latest-slot-game-reviews__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__content-section {
    padding: 40px 0;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__container {
    padding: 0 15px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__game-showcase {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__game-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-right: 0;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__card-image,
  .page-blog-8kbet123-latest-slot-game-reviews__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-8kbet123-latest-slot-game-reviews img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-8kbet123-latest-slot-game-reviews__section,
  .page-blog-8kbet123-latest-slot-game-reviews__card,
  .page-blog-8kbet123-latest-slot-game-reviews__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-8kbet123-latest-slot-game-reviews__hero-section {
    padding-top: 10px !important; /* body đã có padding, chỉ cần padding nhỏ cho hero */
  }

  .page-blog-8kbet123-latest-slot-game-reviews__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-8kbet123-latest-slot-game-reviews__faq-answer {
    padding: 0 20px 15px;
  }
}