.page-th-thao-betting-rules {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1A2B3C; /* Dark text for readability */
  background-color: #f8f8f8;
}

.page-th-thao-betting-rules .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background-color: #1A2B3C; /* Secondary color for background */
  color: #ffffff;
  overflow: hidden;
}

.page-th-thao-betting-rules .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-th-thao-betting-rules .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-th-thao-betting-rules .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-th-thao-betting-rules .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-th-thao-betting-rules h1 {
  font-size: 3.2em;
  color: #FFD700; /* Primary color for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-th-thao-betting-rules .hero-content p {
  font-size: 1.3em;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-th-thao-betting-rules .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1A2B3C;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-th-thao-betting-rules .cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #FFD700);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-th-thao-betting-rules .section-content {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-th-thao-betting-rules .section-alt-bg {
  background-color: #f2f2f2;
}

.page-th-thao-betting-rules .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-th-thao-betting-rules h2 {
  font-size: 2.5em;
  color: #1A2B3C;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-th-thao-betting-rules h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-th-thao-betting-rules h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #1A2B3C;
  padding-left: 15px;
}

.page-th-thao-betting-rules p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #333;
}

.page-th-thao-betting-rules ul,
.page-th-thao-betting-rules ol {
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 1.05em;
  color: #333;
}

.page-th-thao-betting-rules ul li,
.page-th-thao-betting-rules ol li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.page-th-thao-betting-rules strong {
  color: #1A2B3C;
}

.page-th-thao-betting-rules .content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-th-thao-betting-rules h1 {
    font-size: 2.8em;
  }
  .page-th-thao-betting-rules h2 {
    font-size: 2.2em;
  }
  .page-th-thao-betting-rules h3 {
    font-size: 1.6em;
  }
  .page-th-thao-betting-rules .hero-content p {
    font-size: 1.2em;
  }
  .page-th-thao-betting-rules .cta-button {
    padding: 15px 35px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-th-thao-betting-rules .hero-section {
    padding: 60px 15px;
  }
  .page-th-thao-betting-rules h1 {
    font-size: 2.2em;
  }
  .page-th-thao-betting-rules h2 {
    font-size: 1.8em;
  }
  .page-th-thao-betting-rules h3 {
    font-size: 1.4em;
  }
  .page-th-thao-betting-rules .hero-content p {
    font-size: 1em;
  }
  .page-th-thao-betting-rules .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-th-thao-betting-rules .section-content {
    padding: 40px 0;
  }
  .page-th-thao-betting-rules .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-th-thao-betting-rules h1 {
    font-size: 1.8em;
  }
  .page-th-thao-betting-rules h2 {
    font-size: 1.6em;
  }
  .page-th-thao-betting-rules h3 {
    font-size: 1.2em;
  }
  .page-th-thao-betting-rules p,
  .page-th-thao-betting-rules ul li,
  .page-th-thao-betting-rules ol li {
    font-size: 0.95em;
  }
  .page-th-thao-betting-rules .cta-button {
    width: 100%;
    max-width: 280px;
  }
}