/* Base styles for the page */
.page-the-thao-lich-thi-dau-ty-le-keo {
  font-family: Arial, sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: transparent; /* Rely on body background from shared.css */
}

/* Hero Section */
.page-the-thao-lich-thi-dau-ty-le-keo__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: #0D0E12; /* Background */
}

.page-the-thao-lich-thi-dau-ty-le-keo__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
  flex-wrap: wrap; /* Allow wrapping for responsiveness */
}

.page-the-thao-lich-thi-dau-ty-le-keo__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-the-thao-lich-thi-dau-ty-le-keo__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Use clamp for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFB04D; /* Glow color for main title */
}

.page-the-thao-lich-thi-dau-ty-le-keo__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-primary,
.page-the-thao-lich-thi-dau-ty-le-keo__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  border: none;
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-secondary {
  background: transparent;
  color: #FFA53A;
  border: 2px solid #FFA53A; /* Auxiliary color */
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-secondary:hover {
  background: #FFA53A;
  color: #0D0E12;
}

.page-the-thao-lich-thi-dau-ty-le-keo__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-the-thao-lich-thi-dau-ty-le-keo__hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* General Content Area */
.page-the-thao-lich-thi-dau-ty-le-keo__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-the-thao-lich-thi-dau-ty-le-keo__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #FFA53A; /* Auxiliary color */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-the-thao-lich-thi-dau-ty-le-keo__section-description {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #FFF3E6;
}

/* Card Styles */
.page-the-thao-lich-thi-dau-ty-le-keo__card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-the-thao-lich-thi-dau-ty-le-keo__card-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-the-thao-lich-thi-dau-ty-le-keo__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FF8C1A; /* Primary color */
  margin-bottom: 10px;
}

.page-the-thao-lich-thi-dau-ty-le-keo__card-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #FFF3E6;
  flex-grow: 1; /* Allow text to grow */
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-text-link {
  color: #FFA53A;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-the-thao-lich-thi-dau-ty-le-keo__btn-text-link:hover {
  color: #FFB04D;
  text-decoration: underline;
}

/* Schedule Section */
.page-the-thao-lich-thi-dau-ty-le-keo__schedule-grid,
.page-the-thao-lich-thi-dau-ty-le-keo__odds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Why Choose Section */
.page-the-thao-lich-thi-dau-ty-le-keo__dark-section {
  background-color: #17191F; /* Card BG as section background */
  padding: 80px 20px;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__why-choose-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.page-the-thao-lich-thi-dau-ty-le-keo__why-choose-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-the-thao-lich-thi-dau-ty-le-keo__why-choose-list li {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao-lich-thi-dau-ty-le-keo__list-item-title {
  font-size: 1.25rem;
  color: #FFA53A; /* Auxiliary color */
  margin-bottom: 10px;
}

.page-the-thao-lich-thi-dau-ty-le-keo__why-choose-list p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Guide Section */
.page-the-thao-lich-thi-dau-ty-le-keo__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-lich-thi-dau-ty-le-keo__guide-step {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__guide-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 20px auto;
}

.page-the-thao-lich-thi-dau-ty-le-keo__step-title {
  font-size: 1.2rem;
  color: #FF8C1A;
  margin-bottom: 10px;
}

.page-the-thao-lich-thi-dau-ty-le-keo__guide-step p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__guide-step a {
  color: #FFA53A;
  text-decoration: underline;
}

.page-the-thao-lich-thi-dau-ty-le-keo__guide-step a:hover {
  color: #FFB04D;
}

/* FAQ Section */
.page-the-thao-lich-thi-dau-ty-le-keo__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-item summary {
  list-style: none;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #FF8C1A;
  position: relative;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-qtext {
  flex-grow: 1;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #FFA53A;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-item[open] .page-the-thao-lich-thi-dau-ty-le-keo__faq-toggle {
  content: "−";
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #FFF3E6;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-answer p {
  margin-bottom: 10px;
}

.page-the-thao-lich-thi-dau-ty-le-keo__faq-answer a {
  color: #FFA53A;
  text-decoration: underline;
}
.page-the-thao-lich-thi-dau-ty-le-keo__faq-answer a:hover {
  color: #FFB04D;
}

/* Global Image and Container responsiveness */
.page-the-thao-lich-thi-dau-ty-le-keo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao-lich-thi-dau-ty-le-keo__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__hero-content {
    text-align: center;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-the-thao-lich-thi-dau-ty-le-keo__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__hero-container {
    padding: 0 15px !important;
    gap: 30px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__main-title {
    font-size: 2rem !important;
    margin-bottom: 15px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__hero-description {
    font-size: 1rem !important;
    margin-bottom: 25px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Buttons */
  .page-the-thao-lich-thi-dau-ty-le-keo__btn-primary,
  .page-the-thao-lich-thi-dau-ty-le-keo__btn-secondary,
  .page-the-thao-lich-thi-dau-ty-le-keo a[class*="button"],
  .page-the-thao-lich-thi-dau-ty-le-keo 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 !important;
    padding-right: 15px !important;
  }

  /* Button containers */
  .page-the-thao-lich-thi-dau-ty-le-keo__cta-buttons,
  .page-the-thao-lich-thi-dau-ty-le-keo__button-group,
  .page-the-thao-lich-thi-dau-ty-le-keo__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    display: flex !important; /* Ensure flex for column */
    flex-direction: column !important; /* Stack buttons vertically */
  }

  /* Content Area */
  .page-the-thao-lich-thi-dau-ty-le-keo__content-area,
  .page-the-thao-lich-thi-dau-ty-le-keo__why-choose-section,
  .page-the-thao-lich-thi-dau-ty-le-keo__guide-section,
  .page-the-thao-lich-thi-dau-ty-le-keo__faq-section {
    padding: 30px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__section-title {
    font-size: 1.5rem !important;
    margin-bottom: 15px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__section-description {
    font-size: 0.9rem !important;
    margin-bottom: 25px !important;
  }

  /* Schedule and Odds Grid */
  .page-the-thao-lich-thi-dau-ty-le-keo__schedule-grid,
  .page-the-thao-lich-thi-dau-ty-le-keo__odds-grid {
    grid-template-columns: 1fr !important; /* Single column */
    gap: 20px !important;
  }

  /* Why Choose List */
  .page-the-thao-lich-thi-dau-ty-le-keo__why-choose-list {
    grid-template-columns: 1fr !important; /* Single column */
    gap: 20px !important;
    margin: 30px 0 !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__list-item-title {
    font-size: 1.1rem !important;
  }

  /* Guide Steps */
  .page-the-thao-lich-thi-dau-ty-le-keo__guide-steps {
    grid-template-columns: 1fr !important; /* Single column */
    gap: 20px !important;
    margin-top: 30px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__guide-icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.5rem !important;
  }

  /* FAQ Section */
  .page-the-thao-lich-thi-dau-ty-le-keo__faq-list {
    margin-top: 30px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__faq-item summary {
    font-size: 1rem !important;
    padding: 15px 20px !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__faq-toggle {
    font-size: 1.3rem !important;
  }

  .page-the-thao-lich-thi-dau-ty-le-keo__faq-answer {
    padding: 0 20px 15px 20px !important;
    font-size: 0.9rem !important;
  }

  /* General Images */
  .page-the-thao-lich-thi-dau-ty-le-keo img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}