.page-the-thao-cac-loai-keo-cuoc {
  font-family: 'Arial', sans-serif;
  color: #F3F8FF; /* Text Main */
  background-color: #000; /* Body background is dark */
}

.page-the-thao-cac-loai-keo-cuoc__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.page-the-thao-cac-loai-keo-cuoc__hero-section {
  padding-top: 10px; /* Small top padding as shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #08162B; /* Deep Navy for hero background */
  color: #F3F8FF;
}

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

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

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

.page-the-thao-cac-loai-keo-cuoc__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

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

.page-the-thao-cac-loai-keo-cuoc__btn-primary,
.page-the-thao-cac-loai-keo-cuoc__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-the-thao-cac-loai-keo-cuoc__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: none;
}

.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: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
}

.page-the-thao-cac-loai-keo-cuoc__btn-secondary:hover {
  background: #F2C14E;
  color: #08162B; /* Deep Navy */
  transform: translateY(-2px);
}

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

.page-the-thao-cac-loai-keo-cuoc__main-visual {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-the-thao-cac-loai-keo-cuoc__content-section {
  padding: 60px 0;
  background-color: #08162B; /* Deep Navy */
}

.page-the-thao-cac-loai-keo-cuoc__content-section:nth-of-type(even) {
  background-color: #10233F; /* Card BG */
}

.page-the-thao-cac-loai-keo-cuoc__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
  position: relative;
}

.page-the-thao-cac-loai-keo-cuoc__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2B73F6, #F2C14E);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-the-thao-cac-loai-keo-cuoc__text-block {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #AFC4E8; /* Text Secondary */
  text-align: justify;
}

.page-the-thao-cac-loai-keo-cuoc__types-of-bets-section .page-the-thao-cac-loai-keo-cuoc__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-the-thao-cac-loai-keo-cuoc__bet-type-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #10233F; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
}

.page-the-thao-cac-loai-keo-cuoc__bet-type-card:nth-child(odd) {
  flex-direction: row-reverse; /* Alternate image and text */
}

.page-the-thao-cac-loai-keo-cuoc__card-image {
  flex: 1 1 45%;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box;
}

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

.page-the-thao-cac-loai-keo-cuoc__card-content {
  flex: 1 1 50%;
  min-width: 300px;
  padding: 30px;
  box-sizing: border-box;
}

.page-the-thao-cac-loai-keo-cuoc__card-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-the-thao-cac-loai-keo-cuoc__card-text {
  font-size: 1em;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
  text-align: justify;
}

.page-the-thao-cac-loai-keo-cuoc__guide-section {
  background-color: #08162B; /* Deep Navy */
}

.page-the-thao-cac-loai-keo-cuoc__guide-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.page-the-thao-cac-loai-keo-cuoc__guide-steps {
  flex: 2 1 55%;
  min-width: 300px;
}

.page-the-thao-cac-loai-keo-cuoc__step-item {
  background-color: #10233F; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #1D5FD1; /* Auxiliary color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-the-thao-cac-loai-keo-cuoc__step-number {
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.page-the-thao-cac-loai-keo-cuoc__step-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F2C14E; /* Gold */
}

.page-the-thao-cac-loai-keo-cuoc__step-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
}

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

.page-the-thao-cac-loai-keo-cuoc__guide-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-the-thao-cac-loai-keo-cuoc__tips-section {
  background-color: #10233F; /* Card BG */
}

.page-the-thao-cac-loai-keo-cuoc__tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-the-thao-cac-loai-keo-cuoc__tips-item {
  background-color: #08162B; /* Deep Navy */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84;
}

.page-the-thao-cac-loai-keo-cuoc__tips-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold */
}

.page-the-thao-cac-loai-keo-cuoc__tips-description {
  font-size: 1em;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
}

.page-the-thao-cac-loai-keo-cuoc__why-j88-section {
  background-color: #08162B; /* Deep Navy */
}

.page-the-thao-cac-loai-keo-cuoc__why-j88-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.page-the-thao-cac-loai-keo-cuoc__why-j88-content {
  flex: 1 1 50%;
  min-width: 300px;
}

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

.page-the-thao-cac-loai-keo-cuoc__advantages-item {
  font-size: 1.1em;
  line-height: 1.8;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-the-thao-cac-loai-keo-cuoc__advantages-item::before {
  content: '✓';
  color: #4FA8FF; /* Glow */
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.page-the-thao-cac-loai-keo-cuoc__btn-large {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.1em;
  padding: 18px 35px;
  border-radius: 10px;
}

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

.page-the-thao-cac-loai-keo-cuoc__why-j88-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-the-thao-cac-loai-keo-cuoc__faq-section {
  background-color: #10233F; /* Card BG */
}

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

.page-the-thao-cac-loai-keo-cuoc__faq-item {
  background-color: #08162B; /* Deep Navy */
  border: 1px solid #244D84; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-the-thao-cac-loai-keo-cuoc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  color: #F3F8FF; /* Text Main */
  background-color: #113B7A; /* Main color */
  border-bottom: 1px solid #244D84;
  transition: background-color 0.3s ease;
}

.page-the-thao-cac-loai-keo-cuoc__faq-question:hover {
  background-color: #1D5FD1; /* Auxiliary color */
}

.page-the-thao-cac-loai-keo-cuoc__faq-item[open] .page-the-thao-cac-loai-keo-cuoc__faq-question {
  background-color: #1D5FD1; /* Auxiliary color */
}

.page-the-thao-cac-loai-keo-cuoc__faq-qtext {
  flex-grow: 1;
}

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

.page-the-thao-cac-loai-keo-cuoc__faq-item[open] .page-the-thao-cac-loai-keo-cuoc__faq-toggle {
  content: '−';
}

.page-the-thao-cac-loai-keo-cuoc__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
  background-color: #08162B; /* Deep Navy */
}

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

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

.page-the-thao-cac-loai-keo-cuoc__section,
.page-the-thao-cac-loai-keo-cuoc__card,
.page-the-thao-cac-loai-keo-cuoc__container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao-cac-loai-keo-cuoc__hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .page-the-thao-cac-loai-keo-cuoc__hero-content,
  .page-the-thao-cac-loai-keo-cuoc__hero-image {
    flex: 1 1 100%;
  }
  .page-the-thao-cac-loai-keo-cuoc__cta-buttons {
    justify-content: center;
  }
  .page-the-thao-cac-loai-keo-cuoc__bet-type-card {
    flex-direction: column;
  }
  .page-the-thao-cac-loai-keo-cuoc__bet-type-card:nth-child(odd) {
    flex-direction: column;
  }
  .page-the-thao-cac-loai-keo-cuoc__card-image,
  .page-the-thao-cac-loai-keo-cuoc__card-content {
    flex: 1 1 100%;
  }
  .page-the-thao-cac-loai-keo-cuoc__guide-layout {
    flex-direction: column;
  }
  .page-the-thao-cac-loai-keo-cuoc__guide-steps,
  .page-the-thao-cac-loai-keo-cuoc__guide-image {
    flex: 1 1 100%;
  }
  .page-the-thao-cac-loai-keo-cuoc__why-j88-layout {
    flex-direction: column-reverse;
  }
  .page-the-thao-cac-loai-keo-cuoc__why-j88-content,
  .page-the-thao-cac-loai-keo-cuoc__why-j88-image {
    flex: 1 1 100%;
  }
  .page-the-thao-cac-loai-keo-cuoc__advantages-list {
    text-align: left;
  }
  .page-the-thao-cac-loai-keo-cuoc__tips-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-the-thao-cac-loai-keo-cuoc__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-the-thao-cac-loai-keo-cuoc__hero-container {
    padding: 20px 15px;
    gap: 20px;
  }
  .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: 25px;
  }
  .page-the-thao-cac-loai-keo-cuoc__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__btn-primary,
  .page-the-thao-cac-loai-keo-cuoc__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95em !important;
  }
  
  .page-the-thao-cac-loai-keo-cuoc__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-the-thao-cac-loai-keo-cuoc__text-block {
    font-size: 0.95em;
    line-height: 1.5;
  }
  .page-the-thao-cac-loai-keo-cuoc__bet-type-card {
    margin-bottom: 30px;
  }
  .page-the-thao-cac-loai-keo-cuoc__card-content {
    padding: 20px;
  }
  .page-the-thao-cac-loai-keo-cuoc__card-title {
    font-size: 1.5em;
  }
  .page-the-thao-cac-loai-keo-cuoc__card-text {
    font-size: 0.9em;
  }
  .page-the-thao-cac-loai-keo-cuoc__guide-layout {
    gap: 30px;
  }
  .page-the-thao-cac-loai-keo-cuoc__step-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__step-title {
    font-size: 1.3em;
  }
  .page-the-thao-cac-loai-keo-cuoc__tips-item {
    padding: 25px;
  }
  .page-the-thao-cac-loai-keo-cuoc__tips-title {
    font-size: 1.4em;
  }
  .page-the-thao-cac-loai-keo-cuoc__advantages-item {
    font-size: 1em;
  }
  .page-the-thao-cac-loai-keo-cuoc__btn-large {
    font-size: 1em;
    padding: 15px 30px;
    width: 100%;
  }
  .page-the-thao-cac-loai-keo-cuoc__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-the-thao-cac-loai-keo-cuoc__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }
  
  /* General image and container mobile responsive styles */
  .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__hero-image img,
  .page-the-thao-cac-loai-keo-cuoc__card-image img,
  .page-the-thao-cac-loai-keo-cuoc__guide-image img,
  .page-the-thao-cac-loai-keo-cuoc__why-j88-image img {
    min-width: 200px !important; /* Ensure minimum size */
    min-height: 200px !important;
  }
  .page-the-thao-cac-loai-keo-cuoc__section,
  .page-the-thao-cac-loai-keo-cuoc__card,
  .page-the-thao-cac-loai-keo-cuoc__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-the-thao-cac-loai-keo-cuoc__cta-buttons,
  .page-the-thao-cac-loai-keo-cuoc__button-group,
  .page-the-thao-cac-loai-keo-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-cac-loai-keo-cuoc__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}