.page-the-thao-ca-cuoc-bong-ro {
  font-family: Arial, sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-the-thao-ca-cuoc-bong-ro__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-the-thao-ca-cuoc-bong-ro__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #FF8C1A; /* Main color */
  line-height: 1.2;
}

.page-the-thao-ca-cuoc-bong-ro__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #FFA53A; /* Auxiliary color */
}

.page-the-thao-ca-cuoc-bong-ro__text-block p {
  margin-bottom: 15px;
}

.page-the-thao-ca-cuoc-bong-ro__btn-primary,
.page-the-thao-ca-cuoc-bong-ro__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}

.page-the-thao-ca-cuoc-bong-ro__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 132, 26, 0.4);
}

.page-the-thao-ca-cuoc-bong-ro__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-the-thao-ca-cuoc-bong-ro__btn-secondary {
  background-color: transparent;
  color: #FF8C1A;
  border: 2px solid #FF8C1A; /* Border */
}

.page-the-thao-ca-cuoc-bong-ro__btn-secondary:hover {
  background-color: #FF8C1A;
  color: #ffffff;
}

.page-the-thao-ca-cuoc-bong-ro__btn-outline {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  color: #FF8C1A;
  border: 1px solid #FF8C1A;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-the-thao-ca-cuoc-bong-ro__btn-outline:hover {
  background-color: #FF8C1A;
  color: #ffffff;
}

/* Hero Section */
.page-the-thao-ca-cuoc-bong-ro__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #0D0E12;
}

.page-the-thao-ca-cuoc-bong-ro__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-the-thao-ca-cuoc-bong-ro__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-the-thao-ca-cuoc-bong-ro__main-title {
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FF8C1A; /* Main color */
}

.page-the-thao-ca-cuoc-bong-ro__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-the-thao-ca-cuoc-bong-ro__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-ca-cuoc-bong-ro__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

/* Intro Section (Module 1) */
.page-the-thao-ca-cuoc-bong-ro__intro-section {
  padding: 60px 0;
  background-color: #0D0E12;
  text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-ca-cuoc-bong-ro__icon-box {
  background-color: #17191F; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-the-thao-ca-cuoc-bong-ro__icon-box:hover {
  transform: translateY(-5px);
}

.page-the-thao-ca-cuoc-bong-ro__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FF8C1A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-the-thao-ca-cuoc-bong-ro__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* Ensure image is also circular */
  display: block;
}

.page-the-thao-ca-cuoc-bong-ro__icon-box-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFA53A;
}

.page-the-thao-ca-cuoc-bong-ro__icon-box-text {
  color: #FFF3E6;
}

/* Content Area */
.page-the-thao-ca-cuoc-bong-ro__content-area {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-the-thao-ca-cuoc-bong-ro__grid-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-the-thao-ca-cuoc-bong-ro__grid-two-col--reverse {
  grid-template-areas: "image text";
}

.page-the-thao-ca-cuoc-bong-ro__grid-two-col .page-the-thao-ca-cuoc-bong-ro__text-block {
  grid-area: text;
}

.page-the-thao-ca-cuoc-bong-ro__grid-two-col .page-the-thao-ca-cuoc-bong-ro__image-block {
  grid-area: image;
}

.page-the-thao-ca-cuoc-bong-ro__grid-two-col--reverse .page-the-thao-ca-cuoc-bong-ro__text-block {
  order: 2;
}

.page-the-thao-ca-cuoc-bong-ro__grid-two-col--reverse .page-the-thao-ca-cuoc-bong-ro__image-block {
  order: 1;
}

.page-the-thao-ca-cuoc-bong-ro__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: block;
}

.page-the-thao-ca-cuoc-bong-ro__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  color: #FFF3E6;
}

.page-the-thao-ca-cuoc-bong-ro__list li {
  margin-bottom: 10px;
}

/* Promo Section */
.page-the-thao-ca-cuoc-bong-ro__promo-section {
  padding: 60px 0;
  background-color: #17191F;
  text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__promo-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #FFF3E6;
}

.page-the-thao-ca-cuoc-bong-ro__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-the-thao-ca-cuoc-bong-ro__promo-card {
  background-color: #0D0E12;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-the-thao-ca-cuoc-bong-ro__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-the-thao-ca-cuoc-bong-ro__promo-card-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFA53A;
}

.page-the-thao-ca-cuoc-bong-ro__promo-card-text {
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-the-thao-ca-cuoc-bong-ro__cta-full-width {
  margin-top: 40px;
}

/* FAQ Section */
.page-the-thao-ca-cuoc-bong-ro__faq-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-the-thao-ca-cuoc-bong-ro__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-the-thao-ca-cuoc-bong-ro__faq-item {
  background-color: #17191F;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #FFF3E6;
}

.page-the-thao-ca-cuoc-bong-ro__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1em;
  color: #FF8C1A;
  list-style: none;
  background-color: #17191F;
  border-bottom: 1px solid #A84F0C; /* Border */
}

.page-the-thao-ca-cuoc-bong-ro__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao-ca-cuoc-bong-ro__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-the-thao-ca-cuoc-bong-ro__faq-item[open] .page-the-thao-ca-cuoc-bong-ro__faq-question {
  border-bottom: 1px solid #A84F0C; /* Border */
}

.page-the-thao-ca-cuoc-bong-ro__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #FFF3E6;
}

.page-the-thao-ca-cuoc-bong-ro__faq-answer a {
  color: #FFA53A;
  text-decoration: underline;
}

.page-the-thao-ca-cuoc-bong-ro__faq-answer a:hover {
  color: #FF8C1A;
}

/* CTA Bottom Section */
.page-the-thao-ca-cuoc-bong-ro__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
  background-color: #17191F;
}

.page-the-thao-ca-cuoc-bong-ro__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #FFF3E6;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao-ca-cuoc-bong-ro__main-title {
    font-size: 2.8em;
  }

  .page-the-thao-ca-cuoc-bong-ro__section-title {
    font-size: 2em;
  }

  .page-the-thao-ca-cuoc-bong-ro__icon-box-media {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .page-the-thao-ca-cuoc-bong-ro {
    font-size: 15px;
    line-height: 1.5;
  }

  /* HERO Section */
  .page-the-thao-ca-cuoc-bong-ro__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }

  .page-the-thao-ca-cuoc-bong-ro__hero-container {
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-the-thao-ca-cuoc-bong-ro__hero-content {
    text-align: center;
    flex: 1 1 100%;
  }

  .page-the-thao-ca-cuoc-bong-ro__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-the-thao-ca-cuoc-bong-ro__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-the-thao-ca-cuoc-bong-ro__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-the-thao-ca-cuoc-bong-ro__btn-primary,
  .page-the-thao-ca-cuoc-bong-ro__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-the-thao-ca-cuoc-bong-ro__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }

  .page-the-thao-ca-cuoc-bong-ro__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Intro Section (Module 1) */
  .page-the-thao-ca-cuoc-bong-ro__intro-section {
    padding: 40px 0;
  }

  .page-the-thao-ca-cuoc-bong-ro__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-the-thao-ca-cuoc-bong-ro__intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-ca-cuoc-bong-ro__icon-box-media {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  .page-the-thao-ca-cuoc-bong-ro__icon-box-title {
    font-size: 1.3em;
  }

  /* Content Sections (General text/image layouts) */
  .page-the-thao-ca-cuoc-bong-ro__content-area {
    padding: 40px 0;
  }

  .page-the-thao-ca-cuoc-bong-ro__grid-two-col {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-the-thao-ca-cuoc-bong-ro__grid-two-col--reverse .page-the-thao-ca-cuoc-bong-ro__text-block {
    order: initial; /* Reset order for mobile */
  }

  .page-the-thao-ca-cuoc-bong-ro__grid-two-col--reverse .page-the-thao-ca-cuoc-bong-ro__image-block {
    order: initial; /* Reset order for mobile */
  }

  .page-the-thao-ca-cuoc-bong-ro__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao-ca-cuoc-bong-ro__sub-title {
    font-size: 1.5em;
  }

  .page-the-thao-ca-cuoc-bong-ro__list {
    margin-left: 15px;
  }

  /* Promo Section */
  .page-the-thao-ca-cuoc-bong-ro__promo-section {
    padding: 40px 0;
  }

  .page-the-thao-ca-cuoc-bong-ro__promo-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-the-thao-ca-cuoc-bong-ro__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-ca-cuoc-bong-ro__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao-ca-cuoc-bong-ro__promo-card-title {
    font-size: 1.2em;
  }

  .page-the-thao-ca-cuoc-bong-ro__cta-full-width .page-the-thao-ca-cuoc-bong-ro__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* FAQ Section */
  .page-the-thao-ca-cuoc-bong-ro__faq-section {
    padding: 40px 0;
  }

  .page-the-thao-ca-cuoc-bong-ro__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-the-thao-ca-cuoc-bong-ro__faq-answer {
    padding: 10px 20px 15px;
  }

  /* CTA Bottom Section */
  .page-the-thao-ca-cuoc-bong-ro__cta-bottom-section {
    padding: 40px 0;
  }

  .page-the-thao-ca-cuoc-bong-ro__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-the-thao-ca-cuoc-bong-ro__cta-bottom-section .page-the-thao-ca-cuoc-bong-ro__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-the-thao-ca-cuoc-bong-ro__cta-bottom-section .page-the-thao-ca-cuoc-bong-ro__btn-primary,
  .page-the-thao-ca-cuoc-bong-ro__cta-bottom-section .page-the-thao-ca-cuoc-bong-ro__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* General image and container responsiveness */
  .page-the-thao-ca-cuoc-bong-ro img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-ca-cuoc-bong-ro__container,
  .page-the-thao-ca-cuoc-bong-ro__hero-container,
  .page-the-thao-ca-cuoc-bong-ro__intro-section,
  .page-the-thao-ca-cuoc-bong-ro__content-area,
  .page-the-thao-ca-cuoc-bong-ro__promo-section,
  .page-the-thao-ca-cuoc-bong-ro__faq-section,
  .page-the-thao-ca-cuoc-bong-ro__cta-bottom-section,
  .page-the-thao-ca-cuoc-bong-ro__icon-box,
  .page-the-thao-ca-cuoc-bong-ro__promo-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}