/* style/blog-hi88pro-latest-promotions.css */
/* body đã padding-top: var(--header-offset) từ shared.css, không lặp lại ở đây */

.page-blog-hi88pro-latest-promotions {
  color: #ffffff; /* Body background is dark (#0a0a0a), so use light text */
  background-color: transparent; /* Main content background will be handled by sections */
}

.page-blog-hi88pro-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more at bottom */
  box-sizing: border-box;
  background: linear-gradient(135deg, #26A9E0, #1a7bb0);
}

.page-blog-hi88pro-latest-promotions__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-hi88pro-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hi88pro-latest-promotions__main-title {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  max-width: 100%;
}

.page-blog-hi88pro-latest-promotions__subtitle {
  color: #f0f0f0;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-blog-hi88pro-latest-promotions__btn-primary,
.page-blog-hi88pro-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hi88pro-latest-promotions__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-hi88pro-latest-promotions__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-blog-hi88pro-latest-promotions__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-top: 20px;
}

.page-blog-hi88pro-latest-promotions__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-hi88pro-latest-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-hi88pro-latest-promotions__text-block {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05); /* Semi-transparent white on dark body */
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hi88pro-latest-promotions__card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly darker card background */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-hi88pro-latest-promotions__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-hi88pro-latest-promotions__section-title {
  color: #26A9E0;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-blog-hi88pro-latest-promotions__text-block .page-blog-hi88pro-latest-promotions__section-title {
  color: #FFFFFF; /* Titles in dark blocks are white */
}

.page-blog-hi88pro-latest-promotions__light-bg .page-blog-hi88pro-latest-promotions__section-title {
  color: #26A9E0; /* Titles in light blocks are brand color */
}

.page-blog-hi88pro-latest-promotions__sub-section-title {
  color: #26A9E0;
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-hi88pro-latest-promotions__text-block .page-blog-hi88pro-latest-promotions__sub-section-title {
  color: #f0f0f0; /* Subtitles in dark blocks are light grey */
}

.page-blog-hi88pro-latest-promotions__light-bg .page-blog-hi88pro-latest-promotions__sub-section-title {
  color: #26A9E0; /* Subtitles in light blocks are brand color */
}

.page-blog-hi88pro-latest-promotions p {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #e0e0e0; /* Light grey for paragraph text on dark background */
}

.page-blog-hi88pro-latest-promotions__light-bg p {
  color: #333333; /* Dark text for paragraph text on light background */
}

.page-blog-hi88pro-latest-promotions__list,
.page-blog-hi88pro-latest-promotions__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-hi88pro-latest-promotions__light-bg .page-blog-hi88pro-latest-promotions__list,
.page-blog-hi88pro-latest-promotions__light-bg .page-blog-hi88pro-latest-promotions__ordered-list {
  color: #333333;
}

.page-blog-hi88pro-latest-promotions__list li,
.page-blog-hi88pro-latest-promotions__ordered-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-hi88pro-latest-promotions__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 25px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-hi88pro-latest-promotions__inline-link {
  color: #EA7C07;
  text-decoration: underline;
  font-weight: 600;
}

.page-blog-hi88pro-latest-promotions__inline-link:hover {
  color: #ff9900;
}

/* FAQ Section */
.page-blog-hi88pro-latest-promotions__faq-section {
  margin-top: 40px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hi88pro-latest-promotions__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.page-blog-hi88pro-latest-promotions__faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-blog-hi88pro-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #FFFFFF;
  padding: 10px 0;
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-hi88pro-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hi88pro-latest-promotions__faq-qtext {
  flex-grow: 1;
  color: #f0f0f0;
}

.page-blog-hi88pro-latest-promotions__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-hi88pro-latest-promotions__faq-answer {
  font-size: 1.05em;
  line-height: 1.6;
  color: #e0e0e0;
  padding-top: 10px;
  padding-left: 10px;
}

.page-blog-hi88pro-latest-promotions__faq-answer p {
  color: #e0e0e0;
}

.page-blog-hi88pro-latest-promotions__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 40px;
  text-align: center;
}

.page-blog-hi88pro-latest-promotions__dark-section .page-blog-hi88pro-latest-promotions__section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-blog-hi88pro-latest-promotions__dark-section p {
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-hi88pro-latest-promotions {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hi88pro-latest-promotions__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-hi88pro-latest-promotions__main-title {
    font-size: 2em; /* Adjusted for mobile */
    margin-bottom: 15px;
  }

  .page-blog-hi88pro-latest-promotions__subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-hi88pro-latest-promotions__btn-primary,
  .page-blog-hi88pro-latest-promotions__btn-secondary {
    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;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-blog-hi88pro-latest-promotions__btn-secondary {
    margin-top: 15px;
  }

  .page-blog-hi88pro-latest-promotions__hero-content .page-blog-hi88pro-latest-promotions__btn-primary,
  .page-blog-hi88pro-latest-promotions__hero-content .page-blog-hi88pro-latest-promotions__btn-secondary {
    display: block;
  }

  .page-blog-hi88pro-latest-promotions__content-area {
    padding: 20px 15px;
  }

  .page-blog-hi88pro-latest-promotions__text-block,
  .page-blog-hi88pro-latest-promotions__card,
  .page-blog-hi88pro-latest-promotions__faq-section,
  .page-blog-hi88pro-latest-promotions__dark-section {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-hi88pro-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-hi88pro-latest-promotions__sub-section-title {
    font-size: 1.4em;
    margin-top: 25px;
  }

  .page-blog-hi88pro-latest-promotions p {
    font-size: 0.95em;
  }

  .page-blog-hi88pro-latest-promotions__list,
  .page-blog-hi88pro-latest-promotions__ordered-list {
    margin-left: 20px;
  }

  .page-blog-hi88pro-latest-promotions__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-hi88pro-latest-promotions__faq-question {
    font-size: 1.1em;
  }

  .page-blog-hi88pro-latest-promotions__faq-answer {
    font-size: 0.95em;
  }
}