/* style/blog-online-betting-guide-thomo68.css */
/* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */

/* Phong cách chung cho trang */
.page-blog-online-betting-guide-thomo68 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Màu văn bản mặc định từ bảng màu tùy chỉnh */
  background-color: var(--background-color, #08160F); /* Màu nền từ bảng màu tùy chỉnh */
}

.page-blog-online-betting-guide-thomo68__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-betting-guide-thomo68__section {
  padding: 60px 0;
  text-align: left;
}

.page-blog-online-betting-guide-thomo68__section--center {
  text-align: center;
}

.page-blog-online-betting-guide-thomo68__dark-bg {
  background-color: var(--background-color, #08160F); /* Nền xanh đậm */
  color: var(--text-main, #F2FFF6); /* Văn bản sáng cho nền tối */
}

.page-blog-online-betting-guide-thomo68__light-bg {
  background-color: #ffffff; /* Ví dụ nền sáng */
  color: #333333; /* Văn bản tối cho nền sáng */
}

/* Phần Hero */
.page-blog-online-betting-guide-thomo68__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Đảm bảo hình ảnh nằm trên nội dung */
  align-items: center;
  padding-top: 10px; /* Khoảng đệm nhỏ phía trên */
  background-color: var(--background-color, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-online-betting-guide-thomo68__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Giới hạn chiều cao cho hình ảnh hero */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-online-betting-guide-thomo68__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-online-betting-guide-thomo68__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

.page-blog-online-betting-guide-thomo68__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Kích thước font chữ đáp ứng cho H1 */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--gold, #F2C14E); /* Màu vàng cho tiêu đề chính */
}

.page-blog-online-betting-guide-thomo68__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

/* Tiêu đề phần */
.page-blog-online-betting-guide-thomo68__section-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--gold, #F2C14E);
  text-align: center;
}

.page-blog-online-betting-guide-thomo68__sub-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-online-betting-guide-thomo68__text-block {
  margin-bottom: 15px;
  color: var(--text-main, #F2FFF6);
}

/* Hình ảnh với trình bao bọc nội dung */
.page-blog-online-betting-guide-thomo68__image-content-wrapper {
  display: flex;
  align-items: flex-start; /* Căn chỉnh các mục ở đầu cho nội dung trên cùng */
  gap: 40px;
  margin-top: 40px;
}

.page-blog-online-betting-guide-thomo68__image-content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-blog-online-betting-guide-thomo68__image-left,
.page-blog-online-betting-guide-thomo68__image-right {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Đảm bảo kích thước tối thiểu */
}

.page-blog-online-betting-guide-thomo68__text-content {
  flex: 1;
  max-width: 50%;
}

/* Nút kêu gọi hành động */
.page-blog-online-betting-guide-thomo68__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Cho phép xuống dòng trên màn hình nhỏ */
  width: 100%;
  max-width: 600px; /* Giới hạn chiều rộng nhóm nút */
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.page-blog-online-betting-guide-thomo68__btn-primary,
.page-blog-online-betting-guide-thomo68__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Đảm bảo các nút đáp ứng */
  white-space: normal; /* Cho phép xuống dòng văn bản */
  word-wrap: break-word; /* Cho phép xuống dòng văn bản */
}

.page-blog-online-betting-guide-thomo68__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-online-betting-guide-thomo68__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-online-betting-guide-thomo68__btn-secondary {
  background: transparent;
  color: var(--main-color, #11A84E); /* Sử dụng màu chính cho văn bản */
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-blog-online-betting-guide-thomo68__btn-secondary:hover {
  background: rgba(var(--main-color-rgb, 17, 168, 78), 0.1); /* Nền hơi mờ khi di chuột */
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Phần Câu hỏi thường gặp */
.page-blog-online-betting-guide-thomo68__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-online-betting-guide-thomo68__faq-item {
  background-color: var(--card-bg, #11271B); /* Nền thẻ tối */
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
}

.page-blog-online-betting-guide-thomo68__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--glow, #57E38D); /* Màu xanh cho câu hỏi */
  list-style: none; /* Đối với phần tử details/summary */
}

.page-blog-online-betting-guide-thomo68__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-online-betting-guide-thomo68__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold, #F2C14E);
}

.page-blog-online-betting-guide-thomo68__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-secondary, #A7D9B8);
}

/* Phần CTA */
.page-blog-online-betting-guide-thomo68__cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: var(--deep-green, #0A4B2C); /* Sử dụng màu xanh đậm cho CTA cuối cùng */
}

.page-blog-online-betting-guide-thomo68__text-center {
  text-align: center;
}

/* Phong cách đáp ứng */
@media (max-width: 992px) {
  .page-blog-online-betting-guide-thomo68__image-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-online-betting-guide-thomo68__image-left,
  .page-blog-online-betting-guide-thomo68__image-right,
  .page-blog-online-betting-guide-thomo68__text-content {
    max-width: 100%;
    width: 100%;
  }

  .page-blog-online-betting-guide-thomo68__image-left,
  .page-blog-online-betting-guide-thomo68__image-right {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-online-betting-guide-thomo68__section {
    padding: 40px 0;
  }

  .page-blog-online-betting-guide-thomo68__hero-content {
    padding: 30px 15px;
  }

  .page-blog-online-betting-guide-thomo68__main-title {
    font-size: 30px;
  }

  .page-blog-online-betting-guide-thomo68__description {
    font-size: 1em;
  }

  .page-blog-online-betting-guide-thomo68__section-title {
    font-size: 28px;
  }

  .page-blog-online-betting-guide-thomo68__sub-title {
    font-size: 22px;
  }

  .page-blog-online-betting-guide-thomo68__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-online-betting-guide-thomo68__btn-primary,
  .page-blog-online-betting-guide-thomo68__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Hình ảnh đáp ứng */
  .page-blog-online-betting-guide-thomo68 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-online-betting-guide-thomo68__section,
  .page-blog-online-betting-guide-thomo68__card,
  .page-blog-online-betting-guide-thomo68__container,
  .page-blog-online-betting-guide-thomo68__image-content-wrapper,
  .page-blog-online-betting-guide-thomo68__text-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-online-betting-guide-thomo68__hero-section {
    padding-top: 10px !important; /* body đã đảm nhiệm --header-offset, tại đây cấm var(--header-offset) */
  }

  .page-blog-online-betting-guide-thomo68__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-online-betting-guide-thomo68__faq-answer {
    padding: 0 20px 15px;
  }
}