.page-th-thao-bng- {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #e5e5d1; /* Light color for text on dark background */
  background-color: #1A1A2E; /* Main background color */
}

.page-th-thao-bng--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-th-thao-bng--highlight {
  color: #E94560; /* Accent color for highlights */
}

.page-th-thao-bng--btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px 10px 10px 0;
  white-space: nowrap;
}

.page-th-thao-bng--btn-primary {
  background-color: #E94560; /* Accent color for primary buttons */
  color: #1A1A2E;
}

.page-th-thao-bng--btn-primary:hover {
  background-color: #a33043;
  color: #e5e5d1;
}

.page-th-thao-bng--btn-secondary {
  background-color: transparent;
  color: #E94560;
  border: 2px solid #E94560;
}

.page-th-thao-bng--btn-secondary:hover {
  background-color: #E94560;
  color: #1A1A2E;
}

.page-th-thao-bng--btn-text {
  background-color: transparent;
  color: #e5e5d1;
  border: none;
  padding: 12px 0;
  margin-left: 20px;
}

.page-th-thao-bng--btn-text:hover {
  color: #E94560;
  text-decoration: underline;
}

/* Hero Section */
.page-th-thao-bng--hero-section {
  position: relative;
  background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5c 100%);
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.page-th-thao-bng--hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-th-thao-bng--hero-section .page-th-thao-bng--container {
  position: relative;
  z-index: 1;
}

.page-th-thao-bng--hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #e5e5d1;
  line-height: 1.2;
}

.page-th-thao-bng--hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #b0b0c0;
}

.page-th-thao-bng--hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* General Section Styling */
.page-th-thao-bng--section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #e5e5d1;
  padding-top: 60px;
}

.page-th-thao-bng--section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #b0b0c0;
}

/* Why Choose Us Section */
.page-th-thao-bng--why-choose-us {
  padding: 80px 0;
  background-color: #1A1A2E;
  position: relative;
}

.page-th-thao-bng--features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-th-thao-bng--feature-item {
  background-color: #2c2c4a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-th-thao-bng--feature-item:hover {
  transform: translateY(-10px);
}

.page-th-thao-bng--feature-title {
  font-size: 1.5em;
  color: #E94560;
  margin-bottom: 15px;
}

.page-th-thao-bng--feature-item p {
  color: #b0b0c0;
}

.page-th-thao-bng--feature-image {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 60px auto 0;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* How to Bet Section */
.page-th-thao-bng--how-to-bet {
  padding: 80px 0;
  background-color: #22223a;
}

.page-th-thao-bng--steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-th-thao-bng--step-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-th-thao-bng--step-number {
  font-size: 2.5em;
  color: #E94560;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-th-thao-bng--step-title {
  font-size: 1.4em;
  color: #e5e5d1;
  margin-bottom: 15px;
}

.page-th-thao-bng--step-item p {
  color: #b0b0c0;
  margin-bottom: 20px;
}

.page-th-thao-bng--step-btn {
  background-color: #E94560;
  color: #1A1A2E;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-th-thao-bng--step-btn:hover {
  background-color: #a33043;
  color: #e5e5d1;
}

/* Betting Markets Section */
.page-th-thao-bng--betting-markets {
  padding: 80px 0;
  background-color: #1A1A2E;
}

.page-th-thao-bng--markets-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-th-thao-bng--market-item {
  background-color: #2c2c4a;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-th-thao-bng--market-title {
  font-size: 1.3em;
  color: #e5e5d1;
  margin-bottom: 10px;
}

.page-th-thao-bng--market-item p {
  color: #b0b0c0;
}

.page-th-thao-bng--market-image {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 60px auto 0;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* Responsible Gambling Section */
.page-th-thao-bng--responsible-gambling {
  padding: 80px 0;
  background-color: #22223a;
}

.page-th-thao-bng--rg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-th-thao-bng--rg-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-th-thao-bng--rg-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-th-thao-bng--rg-title {
  font-size: 1.4em;
  color: #E94560;
  margin-bottom: 15px;
}

.page-th-thao-bng--rg-item p {
  color: #b0b0c0;
}

/* Latest News Section */
.page-th-thao-bng--latest-news {
  padding: 80px 0;
  background-color: #1A1A2E;
}

.page-th-thao-bng--news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-th-thao-bng--news-item {
  background-color: #2c2c4a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.page-th-thao-bng--news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-th-thao-bng--news-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-th-thao-bng--news-link {
  color: #e5e5d1;
  text-decoration: none;
}

.page-th-thao-bng--news-link:hover {
  color: #E94560;
  text-decoration: underline;
}

.page-th-thao-bng--news-excerpt {
  color: #b0b0c0;
  margin-bottom: 15px;
}

.page-th-thao-bng--read-more {
  color: #E94560;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
}

.page-th-thao-bng--read-more:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-th-thao-bng--faq {
  padding: 80px 0;
  background-color: #22223a;
}

.page-th-thao-bng--accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-th-thao-bng--accordion-item {
  background-color: #1A1A2E;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-th-thao-bng--accordion-header {
  padding: 20px 25px;
  color: #e5e5d1;
  font-size: 1.2em;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-th-thao-bng--accordion-header:hover {
  background-color: #2c2c4a;
}

.page-th-thao-bng--accordion-header::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #E94560;
  transition: transform 0.3s ease;
}

.page-th-thao-bng--accordion-header.active::after {
  content: '-';
  transform: translateY(-50%) rotate(0deg);
}

.page-th-thao-bng--accordion-content {
  padding: 0 25px 20px;
  color: #b0b0c0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-th-thao-bng--accordion-content p {
  margin-bottom: 0;
}

/* CTA Section */
.page-th-thao-bng--cta-section {
  background-color: #E94560;
  padding: 80px 0;
  text-align: center;
  color: #1A1A2E;
}

.page-th-thao-bng--cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #1A1A2E;
}

.page-th-thao-bng--cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #2c2c4a;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn {
  margin: 10px;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn-primary {
  background-color: #1A1A2E;
  color: #E94560;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn-primary:hover {
  background-color: #2c2c4a;
  color: #E94560;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn-secondary {
  border-color: #1A1A2E;
  color: #1A1A2E;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn-secondary:hover {
  background-color: #1A1A2E;
  color: #E94560;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn-text {
  color: #1A1A2E;
}

.page-th-thao-bng--cta-actions .page-th-thao-bng--btn-text:hover {
  color: #2c2c4a;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-th-thao-bng--hero-title {
    font-size: 2.8em;
  }
  .page-th-thao-bng--section-title {
    font-size: 2em;
  }
  .page-th-thao-bng--cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-th-thao-bng--hero-title {
    font-size: 2.2em;
  }
  .page-th-thao-bng--hero-description {
    font-size: 1.1em;
  }
  .page-th-thao-bng--hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .page-th-thao-bng--btn {
    width: 80%;
    margin: 10px 0;
  }
  .page-th-thao-bng--section-title {
    font-size: 1.8em;
  }
  .page-th-thao-bng--section-description {
    font-size: 1em;
  }
  .page-th-thao-bng--cta-title {
    font-size: 2em;
  }
  .page-th-thao-bng--cta-description {
    font-size: 1em;
  }
  .page-th-thao-bng--cta-actions .page-th-thao-bng--btn {
    width: 90%;
  }
  .page-th-thao-bng--cta-actions .page-th-thao-bng--btn-text {
    margin-left: 0;
    text-align: center;
    display: block;
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-th-thao-bng--hero-title {
    font-size: 1.8em;
  }
  .page-th-thao-bng--hero-description {
    font-size: 0.9em;
  }
  .page-th-thao-bng--section-title {
    font-size: 1.5em;
  }
  .page-th-thao-bng--cta-title {
    font-size: 1.6em;
  }
  .page-th-thao-bng--step-number {
    font-size: 2em;
  }
  .page-th-thao-bng--feature-title, .page-th-thao-bng--step-title, .page-th-thao-bng--market-title, .page-th-thao-bng--rg-title, .page-th-thao-bng--news-title {
    font-size: 1.2em;
  }
}