.page-blog-poker-nha-cai-strategy {
  color: #F2FFF6; /* Text Main - Light color for dark background */
  background-color: #08160F; /* Background - Deep Green */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-poker-nha-cai-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-poker-nha-cai-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px; /* Space below content */
}

.page-blog-poker-nha-cai-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-poker-nha-cai-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 400px; /* Ensure hero image is not too small */
}

.page-blog-poker-nha-cai-strategy__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  max-width: 900px;
  margin-top: 20px; /* Space between image and content */
}

.page-blog-poker-nha-cai-strategy__main-title {
  font-size: clamp(2em, 5vw, 3em);
  color: #F2FFF6;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-poker-nha-cai-strategy__lead-text {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-poker-nha-cai-strategy__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-blog-poker-nha-cai-strategy__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-poker-nha-cai-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-poker-nha-cai-strategy__section:last-of-type {
  border-bottom: none;
}

.page-blog-poker-nha-cai-strategy__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-poker-nha-cai-strategy__sub-title {
  font-size: 1.8em;
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-poker-nha-cai-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-poker-nha-cai-strategy__highlight {
  color: #F2C14E; /* Gold for highlights */
  font-weight: bold;
}

.page-blog-poker-nha-cai-strategy__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-poker-nha-cai-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-poker-nha-cai-strategy__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-poker-nha-cai-strategy__image--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.page-blog-poker-nha-cai-strategy__image--left {
  float: left;
  margin-right: 30px;
  max-width: 400px;
  margin-bottom: 20px;
}

.page-blog-poker-nha-cai-strategy__image--right {
  float: right;
  margin-left: 30px;
  max-width: 400px;
  margin-bottom: 20px;
}

.page-blog-poker-nha-cai-strategy__rules-section .page-blog-poker-nha-cai-strategy__sub-title,
.page-blog-poker-nha-cai-strategy__strategies-section .page-blog-poker-nha-cai-strategy__sub-title,
.page-blog-poker-nha-cai-strategy__optimization-section .page-blog-poker-nha-cai-strategy__sub-title,
.page-blog-poker-nha-cai-strategy__mistakes-section .page-blog-poker-nha-cai-strategy__sub-title {
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-poker-nha-cai-strategy__faq-list {
  margin-top: 30px;
}

.page-blog-poker-nha-cai-strategy__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-poker-nha-cai-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-poker-nha-cai-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-poker-nha-cai-strategy__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-poker-nha-cai-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-poker-nha-cai-strategy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.5;
}

.page-blog-poker-nha-cai-strategy__faq-answer p {
  margin-bottom: 0;
}

/* Clearfix for floated images */
.page-blog-poker-nha-cai-strategy__strategies-section::after,
.page-blog-poker-nha-cai-strategy__rules-section::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-poker-nha-cai-strategy__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-poker-nha-cai-strategy__section-title {
    font-size: 2em;
  }

  .page-blog-poker-nha-cai-strategy__sub-title {
    font-size: 1.5em;
  }

  .page-blog-poker-nha-cai-strategy__image--left,
  .page-blog-poker-nha-cai-strategy__image--right {
    float: none;
    margin: 20px auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-poker-nha-cai-strategy__hero-content {
    padding: 15px;
  }

  .page-blog-poker-nha-cai-strategy__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
  }

  .page-blog-poker-nha-cai-strategy__lead-text {
    font-size: 1em;
  }

  .page-blog-poker-nha-cai-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-poker-nha-cai-strategy__section {
    padding: 40px 0;
  }

  .page-blog-poker-nha-cai-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-poker-nha-cai-strategy__sub-title {
    font-size: 1.3em;
  }

  .page-blog-poker-nha-cai-strategy__paragraph,
  .page-blog-poker-nha-cai-strategy__list-item {
    font-size: 1em;
  }

  .page-blog-poker-nha-cai-strategy__container {
    padding: 0 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-poker-nha-cai-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-poker-nha-cai-strategy__hero-image-wrapper,
  .page-blog-poker-nha-cai-strategy__section,
  .page-blog-poker-nha-cai-strategy__container,
  .page-blog-poker-nha-cai-strategy__faq-list,
  .page-blog-poker-nha-cai-strategy__cta-buttons,
  .page-blog-poker-nha-cai-strategy__button-group,
  .page-blog-poker-nha-cai-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-poker-nha-cai-strategy__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-poker-nha-cai-strategy__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-poker-nha-cai-strategy__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  .page-blog-poker-nha-cai-strategy__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-blog-poker-nha-cai-strategy__cta-button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}