/* Base styles for the page */
.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light body background */
  background-color: #F4F7FB; /* Body background color */
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-description {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__cta-buttons--center {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-primary,
.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.5);
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-secondary:hover {
  background: #f0f0f0;
  color: #1a5ac7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Content Section */
.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__content-section {
  padding: 40px 0;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2F6BFF;
  border-radius: 2px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1F2D3D;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88 p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 800px; /* Constrain content images */
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__list {
  list-style: disc;
  margin-left: 25px;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__list li {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #333333;
}

/* FAQ Section */
.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

details.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #ffffff; /* Card BG */
}

details.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item summary.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__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-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item summary.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item summary.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}

.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__container {
    padding: 15px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-description {
    font-size: 1.1rem;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__section-title {
    font-size: 2rem;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__sub-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 849px) {
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-image img {
    object-fit: contain !important; /* Ensure hero image is not cropped */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    max-height: 400px; /* Adjust max height for smaller screens */
  }
}

@media (max-width: 768px) {
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__container,
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO 主图区域 */
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-section {
    padding-top: 10px !important; /* Small top padding, relying on body for header offset */
    padding-bottom: 30px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-image {
    max-height: 300px; /* Further adjust max height for mobile */
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__hero-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  /* 按钮与按钮容器 */
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__cta-buttons {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-primary,
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* 通用图片与容器 */
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__article-image {
    margin: 20px auto !important;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__section-title::after {
    width: 60px;
    height: 3px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__sub-title {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88 p,
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__list li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__list {
    margin-left: 20px;
  }

  /* FAQ Section */
  details.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item summary.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-question {
    padding: 15px;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  details.page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-item .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__faq-answer {
    padding: 0 15px 15px;
  }

  /* Decoration title + long text SEO area (general content sections) */
  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__content-section {
    padding: 30px 0;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__article-body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-chien-thang-game-bai-doi-thuong-tai-fk88__article-figure {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}