/* Base styles for the page */
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Body Background */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding as shared.css handles body padding */
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-image {
  width: 100%;
  max-height: 600px; /* Limit height for aesthetic */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover for desktop */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F4D34D; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF5E1; /* Text Main */
}

/* General Content Sections */
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__content-section {
  padding: 40px 0;
  background-color: #B71C1C; /* Background */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__section-title {
  font-size: 2.2rem;
  color: #F4D34D; /* Gold */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__sub-title {
  font-size: 1.6rem;
  color: #FFCC66; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 900px; /* Example max-width for content images */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__benefit-item {
  background-color: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 5px solid #F2B544; /* Border */
  font-size: 1.05rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* CTA Buttons */
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure responsiveness */
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text wrap */
  text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
  color: #333333; /* Dark text for contrast on gold */
  border: none;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__btn-secondary {
  background-color: transparent;
  color: #F4D34D; /* Gold */
  border: 2px solid #F4D34D; /* Gold border */
  margin-left: 20px;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__btn-secondary:hover {
  background-color: #F4D34D;
  color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%; /* Ensure container takes full width */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* FAQ Section */
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-section {
  padding: 40px 0;
  background-color: #B71C1C; /* Background */
}

details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #7A0E0E; /* Deep Red */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item summary.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__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;
  color: #FFF5E1; /* Text Main */
  font-weight: 600;
}

details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item summary.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item summary.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-question:hover {
  background: #7A0E0E; /* Deep Red for hover */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F4D34D; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-answer {
  padding: 0 20px 20px;
  background: #7A0E0E; /* Deep Red */
  border-radius: 0 0 8px 8px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-answer p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__container {
    padding: 15px;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__section-title {
    font-size: 2rem;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-image img {
    object-fit: contain !important; /* 禁止 cover 裁切两侧 */
    aspect-ratio: unset !important; /* 取消固定比例 */
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-content {
    padding: 0 15px;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); /* 更小的字号范围 */
    text-align: center;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  /* General Content Sections */
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__content-section {
    padding: 30px 0;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__paragraph {
    font-size: 0.95rem;
  }

  /* 通用图片与容器 */
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__article-image {
    margin: 20px auto;
  }

  /* 按钮与按钮容器 */
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__cta-button,
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__btn-primary,
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__btn-secondary,
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet a[class*="button"],
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet a[class*="btn"] {
    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;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__button-group {
    flex-direction: column; /* 移动端垂直排列 */
    gap: 15px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ Section Mobile */
  details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item summary.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-question {
    padding: 15px;
  }
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  details.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-item .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__faq-answer {
    padding: 0 15px 15px;
  }

  /* No products-grid as this is not a homepage */
  /* No section-title-wrap or article-body specific rules beyond general container/paragraph */
}

/* Ensure no products-grid for this page type */
/* The current page is not a homepage, so gameshow/products-grid desktop 6 columns and mobile 2x3 are not applicable. */
/* If a similar grid structure is used for other content, it should adapt responsively */

/* Long text SEO area and article figures are covered by general container/image rules */
/* For decorative main title, it's covered by .page-blog-chien-thuat-ca-cuoc-tai-fb8bet__main-title */

/* Example of contrast fix if needed */
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}
.page-blog-chien-thuat-ca-cuoc-tai-fb8bet__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}