.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyen {
  font-family: 'Arial', sans-serif;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
  line-height: 1.6;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyen__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyen__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 50px;
  overflow: hidden;
  background: linear-gradient(180deg, #C91F17 0%, #7A0E0E 100%); /* Deep Red */
  border-bottom: 5px solid #F2B544; /* Border */
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyen__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__main-title {
  color: #F4D34D; /* Gold */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-description {
  font-size: 1.1em;
  color: #FFF5E1;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-primary,
.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for contrast */
  border: none;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  filter: brightness(1.1);
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-secondary {
  background: #C91F17; /* Main Color */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: #E53935; /* Auxiliary Color */
}

/* Content Area */
.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__content-area {
  background-color: #B71C1C; /* Background */
  padding: 50px 0;
  color: #FFF5E1; /* Text Main */
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__section-title {
  color: #F4D34D; /* Gold */
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__text-block {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #F2B544; /* Border */
  color: #FFF5E1;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__text-block p {
  margin-bottom: 1em;
  color: #FFF5E1;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__text-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #F2B544; /* Border */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item summary.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #F4D34D; /* Gold */
}

details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item summary.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-question::-webkit-details-marker {
  display: none;
}

details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item summary.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-question:hover {
  background: #C91F17; /* Main Color */
  color: #FFCC66; /* Glow */
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC66; /* Glow */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item[open] summary.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-question {
  background: #C91F17;
  color: #FFCC66;
}

details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-answer {
  padding: 0 25px 25px;
  background: #7A0E0E; /* Deep Red */
  border-radius: 0 0 8px 8px;
  color: #FFF5E1;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-answer p {
  margin: 0;
  padding-top: 15px;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-list {
  margin-bottom: 40px;
}

.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__final-cta {
  margin-top: 50px;
}

/* General Image styles for content area */
.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-content {
    padding: 0 15px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__main-title {
    font-size: 2.5em;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-description {
    font-size: 1em;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__section-title {
    font-size: 2em;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-primary,
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }

  details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item summary.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-question {
    padding: 15px 20px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-qtext {
    font-size: 1em;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 849px) {
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible on smaller screens */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
  }
}

@media (max-width: 768px) {
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen {
    font-size: 15px;
    line-height: 1.6;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__main-title {
    font-size: clamp(2em, 8vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__hero-description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-primary,
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__text-block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__text-block img,
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item summary.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-question {
    padding: 15px;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-qtext {
    font-size: 0.95em;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  details.page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-item .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-answer {
    padding: 0 15px 15px;
  }

  /* Ensure content area containers are fully responsive */
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__content-area,
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__text-block,
  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__products-grid {
    grid-template-columns: repeat(2, 1fr) !important; /* Example for products grid, if any */
    overflow-x: hidden;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__article-body {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-cau-hoi-thuong-gap-ve-ca-cuoc-truc-tuyeen__article-figure {
    text-align: center;
  }
}