.page-blog-a888-game-slot-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  /* body padding-top is handled by shared.css */
}

.page-blog-a888-game-slot-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-a888-game-slot-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-a888-game-slot-review__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-a888-game-slot-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-a888-game-slot-review__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-blog-a888-game-slot-review__main-title {
  color: #F2FFF6; /* Text Main */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  /* clamp(min, preferred, max) for responsive font size, but avoiding specific fixed large values */
  font-size: clamp(2em, 4vw, 3.5em);
}

.page-blog-a888-game-slot-review__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-a888-game-slot-review__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-a888-game-slot-review__btn-primary,
.page-blog-a888-game-slot-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-a888-game-slot-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-a888-game-slot-review__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-a888-game-slot-review__btn-secondary {
  background: #11271B; /* Card BG */
  color: #2AD16F; /* Adjusted for contrast */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-a888-game-slot-review__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  transform: translateY(-2px);
}

.page-blog-a888-game-slot-review__content-area {
  background-color: #08160F; /* Background */
  padding: 60px 20px;
}

.page-blog-a888-game-slot-review__section-title {
  color: #F2FFF6; /* Text Main */
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-a888-game-slot-review h3 {
  color: #2AD16F; /* Adjusted for contrast */
  font-size: 1.6em;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-blog-a888-game-slot-review h4 {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-blog-a888-game-slot-review p {
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-a888-game-slot-review p .highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-blog-a888-game-slot-review a {
  color: #2AD16F; /* Adjusted for contrast */
  text-decoration: underline;
}

.page-blog-a888-game-slot-review a:hover {
  color: #57E38D; /* Glow */
}

.page-blog-a888-game-slot-review__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-a888-game-slot-review__list li {
  margin-bottom: 10px;
}

.page-blog-a888-game-slot-review__list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-a888-game-slot-review__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-a888-game-slot-review__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-a888-game-slot-review__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-a888-game-slot-review__faq-list {
  margin-top: 40px;
}

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

.page-blog-a888-game-slot-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}

.page-blog-a888-game-slot-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-a888-game-slot-review__faq-qtext {
  flex-grow: 1;
}

.page-blog-a888-game-slot-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F; /* Adjusted for contrast */
}

.page-blog-a888-game-slot-review__faq-answer {
  padding: 0 25px 18px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

.page-blog-a888-game-slot-review__faq-item[open] .page-blog-a888-game-slot-review__faq-question {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-a888-game-slot-review__cta-buttons--bottom {
  margin-top: 50px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-a888-game-slot-review__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }
  .page-blog-a888-game-slot-review__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-a888-game-slot-review {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-a888-game-slot-review__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-blog-a888-game-slot-review__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

  .page-blog-a888-game-slot-review__hero-description {
    font-size: 1em;
  }

  .page-blog-a888-game-slot-review__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-a888-game-slot-review__btn-primary,
  .page-blog-a888-game-slot-review__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-a888-game-slot-review__content-area {
    padding: 30px 15px;
  }

  .page-blog-a888-game-slot-review__section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .page-blog-a888-game-slot-review h3 {
    font-size: 1.4em;
    margin-top: 30px;
  }

  .page-blog-a888-game-slot-review h4 {
    font-size: 1.2em;
  }

  /* Mobile image responsiveness */
  .page-blog-a888-game-slot-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-a888-game-slot-review__container,
  .page-blog-a888-game-slot-review__hero-section,
  .page-blog-a888-game-slot-review__content-area,
  .page-blog-a888-game-slot-review__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-a888-game-slot-review__faq-question {
    padding: 15px 20px;
  }

  .page-blog-a888-game-slot-review__faq-answer {
    padding: 0 20px 15px;
  }
}