.page-the-thao-betting-tips {
  --primary-color: #0A2463;
  --secondary-color: #E3B505;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f8f8;
  --bg-dark: #0A2463;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-the-thao-betting-tips-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-the-thao-betting-tips-section {
  padding: 60px 0;
}

.page-the-thao-betting-tips-section:nth-of-type(even) {
  background-color: var(--bg-light);
}

.page-the-thao-betting-tips h1,
.page-the-thao-betting-tips h2,
.page-the-thao-betting-tips h3 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-the-thao-betting-tips h1 {
  font-size: 2.8em;
  color: var(--text-light);
}

.page-the-thao-betting-tips h2 {
  font-size: 2.2em;
}

.page-the-thao-betting-tips h3 {
  font-size: 1.8em;
  margin-top: 20px;
}

.page-the-thao-betting-tips p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-the-thao-betting-tips ul,
.page-the-thao-betting-tips ol {
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 1.1em;
}

.page-the-thao-betting-tips ul li,
.page-the-thao-betting-tips ol li {
  margin-bottom: 10px;
}

.page-the-thao-betting-tips-cta-button {
  display: inline-block;
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-the-thao-betting-tips-cta-button:hover {
  background-color: darken(var(--secondary-color), 10%); /* This will be handled by preprocessor or manual calculation */
  background-color: #c9a404; /* Manually darkened version of E3B505 */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao-betting-tips-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a3a7c 100%);
  padding: 80px 0;
  color: var(--text-light);
  text-align: center;
}

.page-the-thao-betting-tips-hero-content {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-the-thao-betting-tips-hero-content p {
  font-size: 1.2em;
  margin-bottom: 25px;
}

.page-the-thao-betting-tips-hero-image {
  margin-top: 40px;
}

.page-the-thao-betting-tips-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-the-thao-betting-tips-card {
  background-color: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-the-thao-betting-tips-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-the-thao-betting-tips-card img {
  max-width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-the-thao-betting-tips-card h3 {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-the-thao-betting-tips-card p {
  font-size: 1em;
  color: #555555;
}

.page-the-thao-betting-tips-register-guide ol {
  list-style-type: decimal;
  padding-left: 20px;
  font-size: 1.1em;
}

.page-the-thao-betting-tips-register-guide ol li {
  margin-bottom: 15px;
  line-height: 1.8;
}

.page-the-thao-betting-tips-register-guide ol li strong {
  color: var(--primary-color);
}

.page-the-thao-betting-tips-conclusion .page-the-thao-betting-tips-cta-final {
  margin-top: 40px;
  font-size: 1.3em;
  padding: 18px 40px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-the-thao-betting-tips-conclusion .page-the-thao-betting-tips-cta-final:hover {
  background-color: darken(var(--primary-color), 10%); /* This will be handled by preprocessor or manual calculation */
  background-color: #071c4c; /* Manually darkened version of 0A2463 */
  color: var(--text-light);
}

/* FAQ Styles */
.page-the-thao-betting-tips .faq-list {
  margin-top: 40px;
}

.page-the-thao-betting-tips .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-the-thao-betting-tips .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--text-light);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-the-thao-betting-tips .faq-question:hover {
  background: var(--bg-light);
}

.page-the-thao-betting-tips .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
  text-align: left;
}

.page-the-thao-betting-tips .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-the-thao-betting-tips .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-the-thao-betting-tips .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  color: #555555;
}

.page-the-thao-betting-tips .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 25px;
  border-top: 1px solid var(--border-color);
}

.page-the-thao-betting-tips .faq-answer p {
  margin: 0;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-the-thao-betting-tips h1 {
    font-size: 2.4em;
  }
  .page-the-thao-betting-tips h2 {
    font-size: 1.8em;
  }
  .page-the-thao-betting-tips h3 {
    font-size: 1.4em;
  }
  .page-the-thao-betting-tips-hero-content p {
    font-size: 1.1em;
  }
  .page-the-thao-betting-tips-card img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-the-thao-betting-tips-section {
    padding: 40px 0;
  }
  .page-the-thao-betting-tips-hero {
    padding: 60px 0;
  }
  .page-the-thao-betting-tips h1 {
    font-size: 2em;
  }
  .page-the-thao-betting-tips h2 {
    font-size: 1.6em;
  }
  .page-the-thao-betting-tips h3 {
    font-size: 1.3em;
  }
  .page-the-thao-betting-tips-grid {
    grid-template-columns: 1fr;
  }
  .page-the-thao-betting-tips-card {
    padding: 20px;
  }
  .page-the-thao-betting-tips-card img {
    height: 180px;
  }
  .page-the-thao-betting-tips-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-the-thao-betting-tips .faq-question {
    padding: 15px 20px;
  }
  .page-the-thao-betting-tips .faq-question h3 {
    font-size: 1.1em;
  }
  .page-the-thao-betting-tips .faq-toggle {
    font-size: 20px;
  }
  .page-the-thao-betting-tips .faq-answer {
    padding: 0 20px;
  }
  .page-the-thao-betting-tips .faq-item.active .faq-answer {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-the-thao-betting-tips-hero {
    padding: 40px 0;
  }
  .page-the-thao-betting-tips h1 {
    font-size: 1.8em;
  }
  .page-the-thao-betting-tips h2 {
    font-size: 1.4em;
  }
  .page-the-thao-betting-tips h3 {
    font-size: 1.2em;
  }
  .page-the-thao-betting-tips-hero-content p {
    font-size: 1em;
  }
  .page-the-thao-betting-tips-card img {
    height: 150px;
  }
  .page-the-thao-betting-tips-cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}