/* style/blog-mi88-exclusive-promotions-2024-preview.css */
/* body đã padding-top: var(--header-offset)；tránh trùng lặp padding-top */

.page-blog-mi88-exclusive-promotions-2024-preview {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Mặc định cho nền sáng */
  background-color: #FFFFFF;
}

.page-blog-mi88-exclusive-promotions-2024-preview__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px;
  text-align: center;
  background-color: #f5f5f5;
}

.page-blog-mi88-exclusive-promotions-2024-preview__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-mi88-exclusive-promotions-2024-preview__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-mi88-exclusive-promotions-2024-preview__hero-content {
  max-width: 900px;
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-mi88-exclusive-promotions-2024-preview__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-mi88-exclusive-promotions-2024-preview__subtitle {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-mi88-exclusive-promotions-2024-preview__subtitle a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-mi88-exclusive-promotions-2024-preview__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-mi88-exclusive-promotions-2024-preview__btn-primary,
.page-blog-mi88-exclusive-promotions-2024-preview__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-mi88-exclusive-promotions-2024-preview__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-mi88-exclusive-promotions-2024-preview__btn-primary:hover {
  background-color: #1a7fb4;
  border-color: #1a7fb4;
}

.page-blog-mi88-exclusive-promotions-2024-preview__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-mi88-exclusive-promotions-2024-preview__btn-secondary:hover {
  background-color: #e0f2f7;
}

.page-blog-mi88-exclusive-promotions-2024-preview__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-blog-mi88-exclusive-promotions-2024-preview__content-area:last-of-type {
  border-bottom: none;
}

.page-blog-mi88-exclusive-promotions-2024-preview__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-mi88-exclusive-promotions-2024-preview__sub-title {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-mi88-exclusive-promotions-2024-preview p {
  margin-bottom: 1em;
  color: #333333;
  font-size: 1.1em;
}

.page-blog-mi88-exclusive-promotions-2024-preview p a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-mi88-exclusive-promotions-2024-preview__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-mi88-exclusive-promotions-2024-preview__list,
.page-blog-mi88-exclusive-promotions-2024-preview__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #333333;
  font-size: 1.1em;
}

.page-blog-mi88-exclusive-promotions-2024-preview__ordered-list {
  list-style-type: decimal;
}

.page-blog-mi88-exclusive-promotions-2024-preview__list li,
.page-blog-mi88-exclusive-promotions-2024-preview__ordered-list li {
  margin-bottom: 0.5em;
}

.page-blog-mi88-exclusive-promotions-2024-preview__list li a,
.page-blog-mi88-exclusive-promotions-2024-preview__ordered-list li a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-section {
  background-color: #f9f9f9;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-list {
  margin-top: 30px;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  background-color: #f0f8ff; /* Nhẹ nhàng hơn */
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-item[open] .page-blog-mi88-exclusive-promotions-2024-preview__faq-question {
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-question::marker {
  display: none;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-qtext {
  flex-grow: 1;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-answer {
  padding: 20px 25px;
  font-size: 1.1em;
  color: #555555;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-answer p {
  margin-bottom: 0;
}

.page-blog-mi88-exclusive-promotions-2024-preview__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-mi88-exclusive-promotions-2024-preview {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__hero-content {
    padding: 0 10px;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__main-title {
    font-size: 1.8em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__subtitle {
    font-size: 1em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__btn-primary,
  .page-blog-mi88-exclusive-promotions-2024-preview__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__content-area {
    padding: 25px 15px;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview p,
  .page-blog-mi88-exclusive-promotions-2024-preview__list,
  .page-blog-mi88-exclusive-promotions-2024-preview__ordered-list {
    font-size: 1em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__faq-answer {
    padding: 15px 20px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-blog-mi88-exclusive-promotions-2024-preview__main-title {
    font-size: 1.5em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__section-title {
    font-size: 1.5em;
  }

  .page-blog-mi88-exclusive-promotions-2024-preview__sub-title {
    font-size: 1.2em;
  }
}