.page-the-thao-keo-ty-le-cuoc {
  color: #FFF6D6;
  background-color: #0A0A0A;
}

.page-the-thao-keo-ty-le-cuoc__hero-section {
  padding-top: 10px; /* Per fixed header rule */
  padding-bottom: 60px;
  background-color: #0A0A0A;
}

.page-the-thao-keo-ty-le-cuoc__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  gap: 40px;
}

.page-the-thao-keo-ty-le-cuoc__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-the-thao-keo-ty-le-cuoc__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E;
}

.page-the-thao-keo-ty-le-cuoc__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-the-thao-keo-ty-le-cuoc__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-the-thao-keo-ty-le-cuoc__btn-primary,
.page-the-thao-keo-ty-le-cuoc__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-the-thao-keo-ty-le-cuoc__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  border: 2px solid transparent;
}

.page-the-thao-keo-ty-le-cuoc__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-the-thao-keo-ty-le-cuoc__btn-secondary {
  background: #111111;
  color: #FFD36B;
  border: 2px solid #3A2A12;
}

.page-the-thao-keo-ty-le-cuoc__btn-secondary:hover {
  background: #222222;
  color: #FFF6D6;
  border-color: #FFD36B;
}

.page-the-thao-keo-ty-le-cuoc__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-the-thao-keo-ty-le-cuoc__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-the-thao-keo-ty-le-cuoc__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  background-color: #0A0A0A;
}

.page-the-thao-keo-ty-le-cuoc__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E;
  text-align: center;
  margin-bottom: 30px;
}

.page-the-thao-keo-ty-le-cuoc__introduction-section p,
.page-the-thao-keo-ty-le-cuoc__betting-tips p,
.page-the-thao-keo-ty-le-cuoc__how-to-bet p,
.page-the-thao-keo-ty-le-cuoc__responsible-gambling p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-the-thao-keo-ty-le-cuoc__image-block {
  text-align: center;
  margin: 30px 0;
}

.page-the-thao-keo-ty-le-cuoc__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao-keo-ty-le-cuoc__list,
.page-the-thao-keo-ty-le-cuoc__numbered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-the-thao-keo-ty-le-cuoc__list li,
.page-the-thao-keo-ty-le-cuoc__numbered-list li {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #FFF6D6;
  margin-bottom: 10px;
  padding-left: 30px;
}

.page-the-thao-keo-ty-le-cuoc__list li::before {
  content: '•';
  color: #FFD36B;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}

.page-the-thao-keo-ty-le-cuoc__numbered-list li::before {
  content: counter(list-item) '.';
  counter-increment: list-item;
  color: #FFD36B;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.page-the-thao-keo-ty-le-cuoc__list strong,
.page-the-thao-keo-ty-le-cuoc__numbered-list strong {
  color: #F2C14E;
}

.page-the-thao-keo-ty-le-cuoc__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-the-thao-keo-ty-le-cuoc__grid-item {
  background-color: #111111;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao-keo-ty-le-cuoc__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-the-thao-keo-ty-le-cuoc__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-the-thao-keo-ty-le-cuoc__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-the-thao-keo-ty-le-cuoc__card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #FFF6D6;
}

.page-the-thao-keo-ty-le-cuoc__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-the-thao-keo-ty-le-cuoc__faq-section {
  padding-bottom: 60px;
}

.page-the-thao-keo-ty-le-cuoc__faq-list {
  margin-top: 30px;
}

.page-the-thao-keo-ty-le-cuoc__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-the-thao-keo-ty-le-cuoc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2C14E;
  background-color: #111111;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-the-thao-keo-ty-le-cuoc__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao-keo-ty-le-cuoc__faq-question:hover {
  background-color: #1A1A1A;
}

.page-the-thao-keo-ty-le-cuoc__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #FFD36B;
  transition: transform 0.3s ease;
}

.page-the-thao-keo-ty-le-cuoc__faq-item[open] .page-the-thao-keo-ty-le-cuoc__faq-toggle {
  transform: rotate(45deg);
}

.page-the-thao-keo-ty-le-cuoc__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #FFF6D6;
  background-color: #0A0A0A;
}

@media (max-width: 1024px) {
  .page-the-thao-keo-ty-le-cuoc__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-the-thao-keo-ty-le-cuoc__hero-content {
    text-align: center;
    flex: 1 1 100%;
  }

  .page-the-thao-keo-ty-le-cuoc__hero-image {
    flex: 1 1 100%;
    order: -1; /* Image above content for tablets */
  }

  .page-the-thao-keo-ty-le-cuoc__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO section */
  .page-the-thao-keo-ty-le-cuoc__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-the-thao-keo-ty-le-cuoc__hero-container {
    padding: 15px;
    gap: 25px;
  }

  .page-the-thao-keo-ty-le-cuoc__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-the-thao-keo-ty-le-cuoc__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-the-thao-keo-ty-le-cuoc__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  /* Buttons & Button Containers */
  .page-the-thao-keo-ty-le-cuoc__btn-primary,
  .page-the-thao-keo-ty-le-cuoc__btn-secondary,
  .page-the-thao-keo-ty-le-cuoc a[class*="button"],
  .page-the-thao-keo-ty-le-cuoc 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;
    font-size: 0.95rem;
  }

  .page-the-thao-keo-ty-le-cuoc__cta-buttons,
  .page-the-thao-keo-ty-le-cuoc__button-group,
  .page-the-thao-keo-ty-le-cuoc__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-the-thao-keo-ty-le-cuoc__cta-center {
    padding: 0 15px;
  }

  /* General Content Sections */
  .page-the-thao-keo-ty-le-cuoc__content-area {
    padding: 30px 15px;
  }

  .page-the-thao-keo-ty-le-cuoc__section-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .page-the-thao-keo-ty-le-cuoc__introduction-section p,
  .page-the-thao-keo-ty-le-cuoc__betting-tips p,
  .page-the-thao-keo-ty-le-cuoc__how-to-bet p,
  .page-the-thao-keo-ty-le-cuoc__responsible-gambling p {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  /* Lists */
  .page-the-thao-keo-ty-le-cuoc__list li,
  .page-the-thao-keo-ty-le-cuoc__numbered-list li {
    font-size: 0.95rem;
    padding-left: 25px;
    margin-bottom: 8px;
  }

  /* Grid Container (Popular Sports) */
  .page-the-thao-keo-ty-le-cuoc__grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-keo-ty-le-cuoc__card-title {
    font-size: 1.3rem;
  }

  .page-the-thao-keo-ty-le-cuoc__card p {
    font-size: 0.9rem;
  }

  /* FAQ Section */
  .page-the-thao-keo-ty-le-cuoc__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-the-thao-keo-ty-le-cuoc__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  .page-the-thao-keo-ty-le-cuoc__faq-toggle {
    font-size: 1.5rem;
  }

  /* Generic Images */
  .page-the-thao-keo-ty-le-cuoc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-keo-ty-le-cuoc__section,
  .page-the-thao-keo-ty-le-cuoc__card,
  .page-the-thao-keo-ty-le-cuoc__container,
  .page-the-thao-keo-ty-le-cuoc__grid-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* No specific module1 three-column circle images for this page, but general image rules apply */
  /* No game-tabs for this page */
}