.page-blog-latest-promotions-xbet-chinh-thuc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Main text color for dark background */
  background-color: #140C0C; /* Background color */
}

.page-blog-latest-promotions-xbet-chinh-thuc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-latest-promotions-xbet-chinh-thuc__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F3C54D; /* Gold color for titles */
  line-height: 1.2;
}

.page-blog-latest-promotions-xbet-chinh-thuc__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #FFF1E8;
}

/* Hero Section */
.page-blog-latest-promotions-xbet-chinh-thuc__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, shared handles body padding */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  color: #FFF1E8;
  background-color: #140C0C;
}

.page-blog-latest-promotions-xbet-chinh-thuc__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__hero-content {
  max-width: 900px;
  padding: 0 20px 60px 20px; /* Adjusted padding to ensure separation from image */
  box-sizing: border-box;
}

.page-blog-latest-promotions-xbet-chinh-thuc__main-title {
  font-size: clamp(2em, 3.5vw, 3.5em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #F3C54D;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-latest-promotions-xbet-chinh-thuc__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-blog-latest-promotions-xbet-chinh-thuc__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-blog-latest-promotions-xbet-chinh-thuc__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #ffffff; /* White text for primary button */
  border: 2px solid transparent;
}

.page-blog-latest-promotions-xbet-chinh-thuc__btn-primary:hover {
  background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%);
  transform: translateY(-2px);
}

.page-blog-latest-promotions-xbet-chinh-thuc__btn-secondary {
  background: #2A1212; /* Card BG for secondary button */
  color: #FFB04A; /* Gold color for text */
  border: 2px solid #FFB04A;
}

.page-blog-latest-promotions-xbet-chinh-thuc__btn-secondary:hover {
  background: #FFB04A;
  color: #2A1212;
  transform: translateY(-2px);
}

.page-blog-latest-promotions-xbet-chinh-thuc__center-buttons {
    margin-top: 40px;
}

/* Intro Section */
.page-blog-latest-promotions-xbet-chinh-thuc__intro-section {
  padding: 60px 0;
  background-color: #140C0C;
}

/* Promotions Types Section */
.page-blog-latest-promotions-xbet-chinh-thuc__promotions-types {
  padding: 60px 0;
  background-color: #2A1212; /* Card BG as section background */
}

.page-blog-latest-promotions-xbet-chinh-thuc__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__card {
  background-color: #140C0C; /* Background color for cards */
  border: 1px solid #6A1E1E;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF1E8;
}

.page-blog-latest-promotions-xbet-chinh-thuc__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-promotions-xbet-chinh-thuc__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistent card images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block; /* Ensure it behaves as a block element */
}

.page-blog-latest-promotions-xbet-chinh-thuc__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F3C54D; /* Gold color for card titles */
}

.page-blog-latest-promotions-xbet-chinh-thuc__card-description {
  font-size: 1em;
  color: #FFF1E8;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__btn-link {
  display: inline-block;
  padding: 10px 20px;
  background: #C61F1F; /* Main brand color for link buttons */
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-latest-promotions-xbet-chinh-thuc__btn-link:hover {
  background-color: #E53030; /* Auxiliary color on hover */
}

/* How to Join Section */
.page-blog-latest-promotions-xbet-chinh-thuc__how-to-join {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-latest-promotions-xbet-chinh-thuc__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 30px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__step-item {
  background-color: #2A1212; /* Card BG for step items */
  border: 1px solid #6A1E1E;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
  text-align: center;
}

.page-blog-latest-promotions-xbet-chinh-thuc__step-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #F3C54D;
  margin-bottom: 15px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__step-item p {
  color: #FFF1E8;
  margin-bottom: 20px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 6px;
}

/* Terms & Conditions Section */
.page-blog-latest-promotions-xbet-chinh-thuc__terms-conditions {
  padding: 60px 0;
  background-color: #2A1212;
}

.page-blog-latest-promotions-xbet-chinh-thuc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-latest-promotions-xbet-chinh-thuc__list-item {
  background-color: #140C0C;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
}

.page-blog-latest-promotions-xbet-chinh-thuc__list-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #F3C54D;
  margin-bottom: 10px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__list-item p {
  color: #FFF1E8;
}

/* Why Choose Section */
.page-blog-latest-promotions-xbet-chinh-thuc__why-choose {
  padding: 60px 0;
  background-color: #140C0C;
}

.page-blog-latest-promotions-xbet-chinh-thuc__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__feature-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF1E8;
  text-align: center;
}

.page-blog-latest-promotions-xbet-chinh-thuc__feature-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #F3C54D;
  margin-bottom: 15px;
}

.page-blog-latest-promotions-xbet-chinh-thuc__feature-item p {
  color: #FFF1E8;
}

/* FAQ Section */
.page-blog-latest-promotions-xbet-chinh-thuc__faq-section {
  padding: 60px 0;
  background-color: #2A1212;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-item {
  background-color: #140C0C;
  border: 1px solid #6A1E1E;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF1E8;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F3C54D;
  cursor: pointer;
  background-color: #140C0C;
  transition: background-color 0.3s ease;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-question:hover {
  background-color: #2A1212;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-item[open] .page-blog-latest-promotions-xbet-chinh-thuc__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-latest-promotions-xbet-chinh-thuc__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #FFF1E8;
}

/* Conclusion Section */
.page-blog-latest-promotions-xbet-chinh-thuc__conclusion-section {
  padding: 60px 0;
  background-color: #140C0C;
  text-align: center;
}

/* General Image Styling */
.page-blog-latest-promotions-xbet-chinh-thuc img {
  max-width: 100%;
  height: auto;
  display: block; /* Ensure it behaves as a block element */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-latest-promotions-xbet-chinh-thuc__main-title {
    font-size: clamp(2em, 4vw, 3em);
  }
  .page-blog-latest-promotions-xbet-chinh-thuc__section-title {
    font-size: 2em;
  }
  .page-blog-latest-promotions-xbet-chinh-thuc__card-title,
  .page-blog-latest-promotions-xbet-chinh-thuc__step-title,
  .page-blog-latest-promotions-xbet-chinh-thuc__list-title,
  .page-blog-latest-promotions-xbet-chinh-thuc__feature-title {
    font-size: 1.4em;
  }
  .page-blog-latest-promotions-xbet-chinh-thuc__hero-image {
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .page-blog-latest-promotions-xbet-chinh-thuc {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO 主图区域 */
  .page-blog-latest-promotions-xbet-chinh-thuc__hero-section {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__hero-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 40px !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em) !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__hero-description {
    font-size: 1em !important;
  }

  /* 通用图片与容器 */
  .page-blog-latest-promotions-xbet-chinh-thuc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__section,
  .page-blog-latest-promotions-xbet-chinh-thuc__card,
  .page-blog-latest-promotions-xbet-chinh-thuc__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 按钮与按钮容器 */
  .page-blog-latest-promotions-xbet-chinh-thuc__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__btn-primary,
  .page-blog-latest-promotions-xbet-chinh-thuc__btn-secondary,
  .page-blog-latest-promotions-xbet-chinh-thuc__btn-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
  }

  /* 其他内容模块 */
  .page-blog-latest-promotions-xbet-chinh-thuc__section-title {
    font-size: 1.8em !important;
    margin-bottom: 30px !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__text-block {
    font-size: 1em !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__promotions-grid {
    grid-template-columns: 1fr !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__card {
    padding: 20px !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__card-image {
    height: auto !important; /* Allow height to adjust */
    max-height: 250px !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__card-title,
  .page-blog-latest-promotions-xbet-chinh-thuc__step-title,
  .page-blog-latest-promotions-xbet-chinh-thuc__list-title,
  .page-blog-latest-promotions-xbet-chinh-thuc__feature-title {
    font-size: 1.3em !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__steps-list,
  .page-blog-latest-promotions-xbet-chinh-thuc__features-list {
    gap: 20px !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__faq-question {
    font-size: 1.1em !important;
    padding: 15px 20px !important;
  }

  .page-blog-latest-promotions-xbet-chinh-thuc__faq-answer {
    padding: 0 20px 15px 20px !important;
  }
}