:root {
  --primary-color: #0A2342;
  --secondary-color: #FFC107;
  --text-on-dark: #ffffff;
  --text-on-light: #333333;
  --background-dark: #000;
  --background-light: #f5f5f5;
  --border-color: #e0e0e0;
}

.page-resources-vietnam-betting-market-trends {
  color: var(--text-on-dark); /* Body background is dark (#000), so use light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: 120px; /* Desktop: Ensure content is not hidden by fixed header */
}

.page-resources-vietnam-betting-market-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-vietnam-betting-market-trends__hero-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--text-on-dark);
}

.page-resources-vietnam-betting-market-trends__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--text-on-dark);
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-vietnam-betting-market-trends__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vietnam-betting-market-trends__highlight-text {
  color: var(--secondary-color);
  font-weight: bold;
}

.page-resources-vietnam-betting-market-trends__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-vietnam-betting-market-trends__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vietnam-betting-market-trends__btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-vietnam-betting-market-trends__btn-primary:hover {
  background-color: #e6b000; /* Slightly darker amber */
  border-color: #e6b000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-betting-market-trends__btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-vietnam-betting-market-trends__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-betting-market-trends__content-section {
  padding: 60px 0;
}

.page-resources-vietnam-betting-market-trends__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-on-dark);
}

.page-resources-vietnam-betting-market-trends__light-bg {
  background-color: var(--background-light);
  color: var(--text-on-light);
}

.page-resources-vietnam-betting-market-trends__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: inherit; /* Inherit color from parent section */
  font-weight: bold;
}

.page-resources-vietnam-betting-market-trends__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
  font-weight: 600;
}

.page-resources-vietnam-betting-market-trends__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-vietnam-betting-market-trends__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  box-sizing: border-box;
}

.page-resources-vietnam-betting-market-trends__image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.page-resources-vietnam-betting-market-trends__conclusion-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--background-light);
  color: var(--text-on-light);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-vietnam-betting-market-trends__main-title {
    font-size: 2.8em;
  }

  .page-resources-vietnam-betting-market-trends__section-title {
    font-size: 2.2em;
  }

  .page-resources-vietnam-betting-market-trends__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-vietnam-betting-market-trends {
    padding-top: 100px !important; /* Mobile: Ensure content is not hidden by fixed header */
    font-size: 15px;
  }

  .page-resources-vietnam-betting-market-trends__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-vietnam-betting-market-trends__hero-section,
  .page-resources-vietnam-betting-market-trends__content-section,
  .page-resources-vietnam-betting-market-trends__conclusion-section {
    padding: 40px 0;
  }

  .page-resources-vietnam-betting-market-trends__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-vietnam-betting-market-trends__description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-resources-vietnam-betting-market-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-vietnam-betting-market-trends__cta-button {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-resources-vietnam-betting-market-trends__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-vietnam-betting-market-trends__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-vietnam-betting-market-trends__paragraph {
    font-size: 1em;
  }

  .page-resources-vietnam-betting-market-trends img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-resources-vietnam-betting-market-trends__main-title {
    font-size: 1.8em;
  }

  .page-resources-vietnam-betting-market-trends__section-title {
    font-size: 1.6em;
  }
}