.page-blog-chien-thuat-choi-game-tai-tha-casino {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  background-color: #ffffff; /* Explicitly set to match body background */
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-chien-thuat-choi-game-tai-tha-casino__hero-section {
  position: relative;
  padding-bottom: 50px; /* Space below content */
  background-color: #f5f5f5; /* Light background for hero section */
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__hero-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding for hero section */
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px; /* Limit height on desktop */
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__hero-content {
  text-align: center;
  padding-top: 40px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Use clamp for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__description {
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px; /* Limit button group width */
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__btn-primary,
.page-blog-chien-thuat-choi-game-tai-tha-casino__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text wrap */
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__btn-primary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2d;
  border-color: #005a2d;
}

/* General Section Styles */
.page-blog-chien-thuat-choi-game-tai-tha-casino__section {
  padding: 60px 0;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__intro-section {
  background-color: #f9f9f9;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__content-block {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__content-block p {
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__content-block strong {
  color: #017439;
}

/* Strategy Grid Section */
.page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px; /* Min size */
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #017439;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Specific Strategies Section */
.page-blog-chien-thuat-choi-game-tai-tha-casino__game-category {
  margin-bottom: 50px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__category-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__game-category p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__game-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__game-item {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__game-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__game-item p {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Expert Advice Section */
.page-blog-chien-thuat-choi-game-tai-tha-casino__expert-advice {
  background-color: #f0fcf5; /* Light green background */
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-content {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-text {
  flex: 2;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-text p {
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-height: 200px; /* Min size */
}

/* FAQ Section */
.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-section {
  padding-bottom: 80px;
}

.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  color: #333333;
}
details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item summary.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item summary.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item summary.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #017439; /* FAQ question text in brand color */
}
.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item .page-blog-chien-thuat-choi-game-tai-tha-casino__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
  font-size: 0.98rem;
  line-height: 1.6;
}
.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-answer p {
  margin-bottom: 0;
}


/* --- Responsive Styles --- */

/* For smaller desktops and tablets */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-tai-tha-casino__main-title {
    font-size: clamp(2rem, 4.5vw, 2.8rem);
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__description {
    font-size: 1.05rem;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__section-title {
    font-size: 2rem;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-content {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-image-wrapper {
    order: -1; /* Image above text */
    margin-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-list {
    text-align: left; /* Keep list left-aligned */
  }
}

/* For mobile devices */
@media (max-width: 768px) {
  /* General mobile styles */
  .page-blog-chien-thuat-choi-game-tai-tha-casino {
    font-size: 16px; /* Increase base font size for readability */
    line-height: 1.6;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__section {
    padding: 40px 0;
  }

  /* HERO Section (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__hero-image-wrapper {
    padding-top: 10px;
  }
  .page-blog-chien-thuat-choi-game-tai-tha-casino__hero-image {
    max-height: 300px;
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__hero-content {
    padding-top: 20px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__btn-primary,
  .page-blog-chien-thuat-choi-game-tai-tha-casino__btn-secondary {
    padding: 12px 20px;
    font-size: 1rem;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Section Titles (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  /* Content Blocks (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__content-block {
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Strategy Grid (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-card {
    padding: 20px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-image {
    max-width: 100%;
    min-height: 180px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__card-title {
    font-size: 1.2rem;
  }

  /* Specific Strategies (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__game-category {
    padding: 20px;
    margin-bottom: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__category-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__game-category p,
  .page-blog-chien-thuat-choi-game-tai-tha-casino__game-item p {
    font-size: 0.95rem;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__game-subtitle {
    font-size: 1.15rem;
  }

  /* Expert Advice (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__expert-advice {
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-content {
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-text,
  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-list li {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-game-tai-tha-casino__advice-image {
    min-height: 180px;
  }

  /* FAQ Section (Mobile) */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__faq-section {
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog-chien-thuat-choi-game-tai-tha-casino__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item summary.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-question {
    padding: 15px;
  }
  .page-blog-chien-thuat-choi-game-tai-tha-casino__faq-qtext {
    font-size: 15px;
  }
  .page-blog-chien-thuat-choi-game-tai-tha-casino__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-blog-chien-thuat-choi-game-tai-tha-casino__faq-item .page-blog-chien-thuat-choi-game-tai-tha-casino__faq-answer {
    padding: 0 15px 15px;
  }

  /* Global image and container responsive styles */
  .page-blog-chien-thuat-choi-game-tai-tha-casino img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* This is a general override for all relevant containers */
  .page-blog-chien-thuat-choi-game-tai-tha-casino__section,
  .page-blog-chien-thuat-choi-game-tai-tha-casino__card,
  .page-blog-chien-thuat-choi-game-tai-tha-casino__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* Padding already applied by specific sections or container, ensuring no double padding */
  }
}

/* Ensure no filter on images */
.page-blog-chien-thuat-choi-game-tai-tha-casino img {
  filter: none !important;
}

/* Ensure content area images are at least 200px wide */
.page-blog-chien-thuat-choi-game-tai-tha-casino__content-area img,
.page-blog-chien-thuat-choi-game-tai-tha-casino__text-block img,
.page-blog-chien-thuat-choi-game-tai-tha-casino__strategy-image,
.page-blog-chien-thuat-choi-game-tai-tha-casino__advice-image {
  min-width: 200px;
  min-height: 200px;
}