/* Base styles for the page-the-thao-cac-loai-keo-cuoc */
.page-the-thao-cac-loai-keo-cuoc {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Main text color for dark background */
  background: #0A0A0A; /* Page background */
}

.page-the-thao-cac-loai-keo-cuoc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-the-thao-cac-loai-keo-cuoc__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #F2C14E; /* Primary color for titles */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-the-thao-cac-loai-keo-cuoc__main-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #FFD36B;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-the-thao-cac-loai-keo-cuoc__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming body handles header-offset */
  margin-bottom: 40px;
  overflow: hidden;
}

.page-the-thao-cac-loai-keo-cuoc__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-the-thao-cac-loai-keo-cuoc__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  display: block;
}

.page-the-thao-cac-loai-keo-cuoc__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  color: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-the-thao-cac-loai-keo-cuoc__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
  opacity: 0.9;
}

.page-the-thao-cac-loai-keo-cuoc__dark-bg {
  background: #0A0A0A;
  color: #FFF6D6;
  padding: 60px 0;
}

.page-the-thao-cac-loai-keo-cuoc__light-bg {
  background: #111111;
  color: #FFF6D6;
  padding: 60px 0;
}

.page-the-thao-cac-loai-keo-cuoc__bet-type-grid,
.page-the-thao-cac-loai-keo-cuoc__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-cac-loai-keo-cuoc__card {
  background: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 30px;
  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: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-the-thao-cac-loai-keo-cuoc__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFD36B;
  margin-bottom: 15px;
}

.page-the-thao-cac-loai-keo-cuoc__card-text {
  font-size: 16px;
  color: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__image-wrapper {
  margin-top: 40px;
  text-align: center;
}

.page-the-thao-cac-loai-keo-cuoc__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
}

.page-the-thao-cac-loai-keo-cuoc__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-the-thao-cac-loai-keo-cuoc__tip-item {
  background: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__tip-title {
  font-size: 22px;
  font-weight: 600;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-the-thao-cac-loai-keo-cuoc__tip-description {
  font-size: 16px;
  color: #FFF6D6;
}

.page-the-thao-cac-loai-keo-cuoc__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

/* FAQ Section */
details.page-the-thao-cac-loai-keo-cuoc__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #3A2A12;
  overflow: hidden;
  background: #111111;
  color: #FFF6D6;
}
details.page-the-thao-cac-loai-keo-cuoc__faq-item summary.page-the-thao-cac-loai-keo-cuoc__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;
  font-weight: 600;
  font-size: 18px;
  color: #FFD36B;
}
details.page-the-thao-cac-loai-keo-cuoc__faq-item summary.page-the-thao-cac-loai-keo-cuoc__faq-question::-webkit-details-marker {
  display: none;
}
details.page-the-thao-cac-loai-keo-cuoc__faq-item summary.page-the-thao-cac-loai-keo-cuoc__faq-question:hover {
  background: rgba(242, 193, 78, 0.1);
}
.page-the-thao-cac-loai-keo-cuoc__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFD36B;
}
.page-the-thao-cac-loai-keo-cuoc__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-the-thao-cac-loai-keo-cuoc__faq-item .page-the-thao-cac-loai-keo-cuoc__faq-answer {
  padding: 0 25px 25px;
  background: rgba(242, 193, 78, 0.05);
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  color: #FFF6D6;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao-cac-loai-keo-cuoc__hero-content {
    padding: 80px 20px;
  }
  .page-the-thao-cac-loai-keo-cuoc__main-title {
    font-size: clamp(32px, 4.5vw, 50px);
  }
  .page-the-thao-cac-loai-keo-cuoc__hero-description {
    font-size: 18px;
  }
  .page-the-thao-cac-loai-keo-cuoc__section-title {
    font-size: clamp(26px, 3.5vw, 38px);
  }
  .page-the-thao-cac-loai-keo-cuoc__bet-type-grid, .page-the-thao-cac-loai-keo-cuoc__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-the-thao-cac-loai-keo-cuoc__card-title {
    font-size: 22px;
  }
  .page-the-thao-cac-loai-keo-cuoc__text-block {
    font-size: 16px;
  }
  .page-the-thao-cac-loai-keo-cuoc__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 849px) {
  .page-the-thao-cac-loai-keo-cuoc__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-the-thao-cac-loai-keo-cuoc__hero-section {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .page-the-thao-cac-loai-keo-cuoc__hero-content {
    padding: 60px 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__main-title {
    font-size: clamp(28px, 7vw, 38px);
    margin-bottom: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-the-thao-cac-loai-keo-cuoc__cta-button {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-the-thao-cac-loai-keo-cuoc__cta-bottom .page-the-thao-cac-loai-keo-cuoc__cta-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__section-title {
    font-size: clamp(24px, 6vw, 32px);
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__text-block {
    font-size: 15px;
    padding: 0 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__container {
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-the-thao-cac-loai-keo-cuoc__bet-type-grid, .page-the-thao-cac-loai-keo-cuoc__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__card {
    padding: 25px;
  }
  .page-the-thao-cac-loai-keo-cuoc__card-title {
    font-size: 20px;
  }
  .page-the-thao-cac-loai-keo-cuoc__card-text {
    font-size: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }
  .page-the-thao-cac-loai-keo-cuoc__image-wrapper {
    padding: 0;
  }
  .page-the-thao-cac-loai-keo-cuoc__tip-list {
    padding: 0 15px;
    margin-top: 30px;
  }
  .page-the-thao-cac-loai-keo-cuoc__tip-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__tip-title {
    font-size: 19px;
  }
  .page-the-thao-cac-loai-keo-cuoc__tip-description {
    font-size: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__faq-section {
    padding: 40px 0;
  }
  details.page-the-thao-cac-loai-keo-cuoc__faq-item summary.page-the-thao-cac-loai-keo-cuoc__faq-question {
    padding: 15px 15px;
    font-size: 16px;
  }
  .page-the-thao-cac-loai-keo-cuoc__faq-qtext {
    font-size: 16px;
  }
  .page-the-thao-cac-loai-keo-cuoc__faq-toggle {
    font-size: 24px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-the-thao-cac-loai-keo-cuoc__faq-item .page-the-thao-cac-loai-keo-cuoc__faq-answer {
    padding: 0 15px 15px;
    font-size: 15px;
  }
  /* Ensure all content sections and containers are responsive */
  .page-the-thao-cac-loai-keo-cuoc__introduction-section,
  .page-the-thao-cac-loai-keo-cuoc__common-bet-types,
  .page-the-thao-cac-loai-keo-cuoc__advanced-bet-types,
  .page-the-thao-cac-loai-keo-cuoc__tips-section,
  .page-the-thao-cac-loai-keo-cuoc__why-choose-us,
  .page-the-thao-cac-loai-keo-cuoc__faq-section {
    padding-left: 0;
    padding-right: 0;
  }
}