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

.page-blog-tin888-game-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding for first section */
  background-color: #08160F;
}

.page-blog-tin888-game-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-tin888-game-strategy__hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-tin888-game-strategy__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.page-blog-tin888-game-strategy__section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-tin888-game-strategy__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-tin888-game-strategy__text-block {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-tin888-game-strategy__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-tin888-game-strategy__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  text-align: center;
}

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

.page-blog-tin888-game-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  margin-left: 20px;
  min-width: 200px;
  text-align: center;
}

.page-blog-tin888-game-strategy__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-blog-tin888-game-strategy__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

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

.page-blog-tin888-game-strategy__strategy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tin888-game-strategy__advanced-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tin888-game-strategy__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-tin888-game-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-tin888-game-strategy__card-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-tin888-game-strategy__card p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-tin888-game-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-tin888-game-strategy__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.page-blog-tin888-game-strategy__faq-item[open] {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-tin888-game-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  list-style: none;
  outline: none;
}

.page-blog-tin888-game-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-tin888-game-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
  margin-left: 15px;
}

.page-blog-tin888-game-strategy__faq-answer {
  padding: 0 20px 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-tin888-game-strategy__cta-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-tin888-game-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-tin888-game-strategy__hero-content {
    padding: 20px 15px;
  }

  .page-blog-tin888-game-strategy__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-tin888-game-strategy__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-tin888-game-strategy__section-wrapper {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-tin888-game-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-tin888-game-strategy__text-block {
    font-size: 0.95em;
  }

  .page-blog-tin888-game-strategy__btn-primary,
  .page-blog-tin888-game-strategy__btn-secondary,
  .page-blog-tin888-game-strategy a[class*="button"],
  .page-blog-tin888-game-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    padding: 12px 20px;
  }

  .page-blog-tin888-game-strategy__button-group {
    flex-direction: column;
    gap: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-tin888-game-strategy__strategy-grid,
  .page-blog-tin888-game-strategy__strategy-list,
  .page-blog-tin888-game-strategy__advanced-tips-grid {
    gap: 20px;
  }

  .page-blog-tin888-game-strategy__card {
    padding: 20px;
  }

  .page-blog-tin888-game-strategy__card-title {
    font-size: 1.2em;
  }

  .page-blog-tin888-game-strategy__card p {
    font-size: 0.9em;
  }

  .page-blog-tin888-game-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-tin888-game-strategy__hero-section,
  .page-blog-tin888-game-strategy__content-area,
  .page-blog-tin888-game-strategy__cta-section,
  .page-blog-tin888-game-strategy__card,
  .page-blog-tin888-game-strategy__container,
  .page-blog-tin888-game-strategy__video-section,
  .page-blog-tin888-game-strategy__video-container,
  .page-blog-tin888-game-strategy__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .page-blog-tin888-game-strategy__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-tin888-game-strategy__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-blog-tin888-game-strategy__video-section {
    padding-top: 10px !important;
  }

}