.page-blog-j8bet-latest-promotions-deep-dive {
  font-family: Arial, sans-serif;
  background-color: #08160F;
  color: #F2FFF6;
  line-height: 1.6;
}

.page-blog-j8bet-latest-promotions-deep-dive__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* body đã xử lý padding-top cho header */
  background-color: #0A4B2C;
  overflow: hidden;
}

.page-blog-j8bet-latest-promotions-deep-dive__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.page-blog-j8bet-latest-promotions-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-j8bet-latest-promotions-deep-dive__hero-content {
  max-width: 900px;
  text-align: center;
  color: #F2FFF6;
}

.page-blog-j8bet-latest-promotions-deep-dive__main-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-j8bet-latest-promotions-deep-dive__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-blog-j8bet-latest-promotions-deep-dive__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-j8bet-latest-promotions-deep-dive__btn-primary,
.page-blog-j8bet-latest-promotions-deep-dive__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-j8bet-latest-promotions-deep-dive__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-j8bet-latest-promotions-deep-dive__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-j8bet-latest-promotions-deep-dive__btn-secondary {
  background: #11271B;
  color: #F2C14E;
  border: 2px solid #F2C14E;
}

.page-blog-j8bet-latest-promotions-deep-dive__btn-secondary:hover {
  transform: translateY(-2px);
  background-color: #1E3A2A;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.2);
}

.page-blog-j8bet-latest-promotions-deep-dive__content-section {
  padding: 40px 20px;
  background-color: #08160F;
}

.page-blog-j8bet-latest-promotions-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-j8bet-latest-promotions-deep-dive__section-title {
  font-size: 2em;
  color: #F2C14E;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-j8bet-latest-promotions-deep-dive__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #F2FFF6;
  text-align: justify;
}

.page-blog-j8bet-latest-promotions-deep-dive__text-block a {
  color: #57E38D;
  text-decoration: none;
}

.page-blog-j8bet-latest-promotions-deep-dive__text-block a:hover {
  text-decoration: underline;
}

.page-blog-j8bet-latest-promotions-deep-dive__feature-list,
.page-blog-j8bet-latest-promotions-deep-dive__terms-list,
.page-blog-j8bet-latest-promotions-deep-dive__tips-list,
.page-blog-j8bet-latest-promotions-deep-dive__steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-j8bet-latest-promotions-deep-dive__feature-item,
.page-blog-j8bet-latest-promotions-deep-dive__terms-item,
.page-blog-j8bet-latest-promotions-deep-dive__tip-item,
.page-blog-j8bet-latest-promotions-deep-dive__step-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-j8bet-latest-promotions-deep-dive__feature-title,
.page-blog-j8bet-latest-promotions-deep-dive__terms-title,
.page-blog-j8bet-latest-promotions-deep-dive__tip-title,
.page-blog-j8bet-latest-promotions-deep-dive__step-title {
  font-size: 1.4em;
  color: #57E38D;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-j8bet-latest-promotions-deep-dive__feature-description,
.page-blog-j8bet-latest-promotions-deep-dive__terms-description,
.page-blog-j8bet-latest-promotions-deep-dive__tip-description,
.page-blog-j8bet-latest-promotions-deep-dive__step-description {
  color: #A7D9B8;
  font-size: 1em;
}

.page-blog-j8bet-latest-promotions-deep-dive__promo-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-j8bet-latest-promotions-deep-dive__promo-card {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-blog-j8bet-latest-promotions-deep-dive__promo-card-title {
  font-size: 1.5em;
  color: #F2C14E;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-j8bet-latest-promotions-deep-dive__promo-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #A7D9B8;
  flex-grow: 1;
}

.page-blog-j8bet-latest-promotions-deep-dive__promo-list li {
  margin-bottom: 8px;
}

.page-blog-j8bet-latest-promotions-deep-dive__promo-list li strong {
  color: #F2FFF6;
}

.page-blog-j8bet-latest-promotions-deep-dive__image-container {
  margin: 30px auto;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-j8bet-latest-promotions-deep-dive__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Ensure min size */
  min-height: 200px; /* Ensure min size */
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-list {
  margin-top: 30px;
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #0A4B2C;
  user-select: none;
  list-style: none; /* For details summary */
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E;
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8;
  font-size: 1em;
  border-top: 1px solid #1E3A2A;
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-answer p {
  margin: 0;
  padding: 0;
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-answer a {
  color: #57E38D;
  text-decoration: none;
}

.page-blog-j8bet-latest-promotions-deep-dive__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-j8bet-latest-promotions-deep-dive__main-title {
    font-size: 2.4em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-j8bet-latest-promotions-deep-dive__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__hero-content {
    padding: 0 10px;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__main-title {
    font-size: 2em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__description {
    font-size: 0.95em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__btn-primary,
  .page-blog-j8bet-latest-promotions-deep-dive__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__content-section {
    padding: 30px 0;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__container {
    padding: 0 15px;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__section-title {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__text-block {
    font-size: 0.95em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__feature-title,
  .page-blog-j8bet-latest-promotions-deep-dive__terms-title,
  .page-blog-j8bet-latest-promotions-deep-dive__tip-title,
  .page-blog-j8bet-latest-promotions-deep-dive__step-title {
    font-size: 1.2em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__promo-categories {
    grid-template-columns: 1fr;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__content-image,
  .page-blog-j8bet-latest-promotions-deep-dive__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__image-container,
  .page-blog-j8bet-latest-promotions-deep-dive__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-j8bet-latest-promotions-deep-dive__main-title {
    font-size: 1.8em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__section-title {
    font-size: 1.4em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__faq-question {
    font-size: 1em;
  }
  .page-blog-j8bet-latest-promotions-deep-dive__faq-toggle {
    font-size: 1.2em;
  }
}