.page-the-thao-cac-loai-keo-cuoc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-the-thao-cac-loai-keo-cuoc__hero-section {
  padding-top: 10px; /* Small top padding, relies on body padding-top from shared.css */
  padding-bottom: 40px;
  background-color: #F4F7FB; /* Match body background */
}

.page-the-thao-cac-loai-keo-cuoc__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-the-thao-cac-loai-keo-cuoc__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #1F2D3D;
}

.page-the-thao-cac-loai-keo-cuoc__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-the-thao-cac-loai-keo-cuoc__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
}

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

.page-the-thao-cac-loai-keo-cuoc__btn-primary,
.page-the-thao-cac-loai-keo-cuoc__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.page-the-thao-cac-loai-keo-cuoc__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
}

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

.page-the-thao-cac-loai-keo-cuoc__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-the-thao-cac-loai-keo-cuoc__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
}

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

.page-the-thao-cac-loai-keo-cuoc__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-the-thao-cac-loai-keo-cuoc__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
}

.page-the-thao-cac-loai-keo-cuoc__dark-bg {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-the-thao-cac-loai-keo-cuoc__dark-bg .page-the-thao-cac-loai-keo-cuoc__section-title {
  color: #ffffff;
}

.page-the-thao-cac-loai-keo-cuoc__dark-bg p,
.page-the-thao-cac-loai-keo-cuoc__dark-bg li {
  color: #ffffff;
}

.page-the-thao-cac-loai-keo-cuoc__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #000000; /* Custom Color_1776249996415 */
}

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

.page-the-thao-cac-loai-keo-cuoc p {
  margin-bottom: 1em;
  color: #1F2D3D;
}

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

.page-the-thao-cac-loai-keo-cuoc__bet-type-card {
  background: #FFFFFF; /* Card BG */
  color: #1F2D3D; /* Text Main */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  border: 1px solid #D6E2FF; /* Border */
}

.page-the-thao-cac-loai-keo-cuoc__card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-bottom: 15px;
}

.page-the-thao-cac-loai-keo-cuoc__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-the-thao-cac-loai-keo-cuoc__guide-list,
.page-the-thao-cac-loai-keo-cuoc__benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-the-thao-cac-loai-keo-cuoc__guide-list li,
.page-the-thao-cac-loai-keo-cuoc__benefits-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #1F2D3D;
}

.page-the-thao-cac-loai-keo-cuoc__guide-list li::before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  position: absolute;
  left: 0;
  color: #6FA3FF; /* Auxiliary Color */
  font-weight: 700;
}

.page-the-thao-cac-loai-keo-cuoc__benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #6FA3FF; /* Auxiliary Color */
  font-weight: 700;
}

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

.page-the-thao-cac-loai-keo-cuoc__faq-section {
  padding: 60px 16px;
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-the-thao-cac-loai-keo-cuoc__faq-section .page-the-thao-cac-loai-keo-cuoc__section-title {
  color: #ffffff;
}

.page-the-thao-cac-loai-keo-cuoc__faq-list {
  max-width: 800px;
  margin: 30px auto 0 auto;
}

.page-the-thao-cac-loai-keo-cuoc__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #1F2D3D; /* Text Main */
  border: 1px solid #D6E2FF; /* Border */
}

.page-the-thao-cac-loai-keo-cuoc__faq-item summary {
  list-style: none;
  display: block;
  cursor: pointer;
  padding: 18px 25px;
  position: relative;
}

.page-the-thao-cac-loai-keo-cuoc__faq-item summary::-webkit-details-marker,
.page-the-thao-cac-loai-keo-cuoc__faq-item summary::marker {
  display: none;
}

.page-the-thao-cac-loai-keo-cuoc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-the-thao-cac-loai-keo-cuoc__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-the-thao-cac-loai-keo-cuoc__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-the-thao-cac-loai-keo-cuoc__faq-answer p {
  margin-bottom: 0;
}

/* General image responsive styles */
.page-the-thao-cac-loai-keo-cuoc img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-the-thao-cac-loai-keo-cuoc {
    font-size: 15px;
    line-height: 1.5;
  }

  /* HERO section */
  .page-the-thao-cac-loai-keo-cuoc__hero-section {
    padding-top: 10px !important; /* Specific top padding for mobile */
    padding-bottom: 30px;
  }

  .page-the-thao-cac-loai-keo-cuoc__hero-container {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

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

  .page-the-thao-cac-loai-keo-cuoc__btn-primary,
  .page-the-thao-cac-loai-keo-cuoc__btn-secondary,
  .page-the-thao-cac-loai-keo-cuoc a[class*="button"],
  .page-the-thao-cac-loai-keo-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;
  }

  .page-the-thao-cac-loai-keo-cuoc__hero-image {
    order: -1; /* Move image above content on mobile */
    width: 100%;
  }

  .page-the-thao-cac-loai-keo-cuoc__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Content sections */
  .page-the-thao-cac-loai-keo-cuoc__content-area {
    padding: 30px 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__bet-type-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__bet-type-card {
    padding: 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__card-title {
    font-size: 1.3em;
  }

  .page-the-thao-cac-loai-keo-cuoc__guide-list li,
  .page-the-thao-cac-loai-keo-cuoc__benefits-list li {
    padding-left: 20px;
  }

  /* FAQ section */
  .page-the-thao-cac-loai-keo-cuoc__faq-section {
    padding: 40px 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-list {
    margin-top: 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-item {
    margin-bottom: 10px;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-item summary {
    padding: 15px 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-question {
    font-size: 1em;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* General image responsiveness */
  .page-the-thao-cac-loai-keo-cuoc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao-cac-loai-keo-cuoc__container,
  .page-the-thao-cac-loai-keo-cuoc__bet-type-grid,
  .page-the-thao-cac-loai-keo-cuoc__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}