/* style/resources-vietnam-gambling-market-analysis.css */
:root {
  --primary-color: #FFD700;
  --secondary-color: #8B0000;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #121212;
  --bg-light: #f0f0f0;
  --card-bg-dark: rgba(255, 255, 255, 0.08);
  --card-bg-light: #ffffff;
  --border-color: #333333;
}

.page-resources-vietnam-gambling-market-analysis {
  color: var(--text-light); /* Body background is dark, so text is light */
  background-color: var(--bg-dark);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

/* Fixed navigation bar padding */
.page-resources-vietnam-gambling-market-analysis__hero-article-section {
  position: relative;
  padding-top: 120px; /* Desktop: Adjust based on actual header height */
  padding-bottom: 60px;
  background-color: #1a1a1a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-vietnam-gambling-market-analysis__main-title {
  font-size: 3.2em;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vietnam-gambling-market-analysis__intro-text {
  font-size: 1.2em;
  color: var(--text-light);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vietnam-gambling-market-analysis__cta-wrapper {
  margin-top: 30px;
}

.page-resources-vietnam-gambling-market-analysis__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: var(--text-dark);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.page-resources-vietnam-gambling-market-analysis__cta-button:hover {
  background: #e6b800; /* Slightly darker primary color */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-vietnam-gambling-market-analysis__content-section {
  padding: 60px 0;
  background-color: var(--bg-dark);
}

.page-resources-vietnam-gambling-market-analysis__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-vietnam-gambling-market-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-vietnam-gambling-market-analysis__sub-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid var(--secondary-color);
  padding-left: 15px;
}

.page-resources-vietnam-gambling-market-analysis p {
  margin-bottom: 15px;
  color: var(--text-light);
  font-size: 1.05em;
}

.page-resources-vietnam-gambling-market-analysis__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-vietnam-gambling-market-analysis__list-item {
  margin-bottom: 10px;
  color: var(--text-light);
  font-size: 1.05em;
}

.page-resources-vietnam-gambling-market-analysis__list-item strong {
  color: var(--primary-color);
}

.page-resources-vietnam-gambling-market-analysis__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-vietnam-gambling-market-analysis__link {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-vietnam-gambling-market-analysis__link:hover {
  color: #e6b800;
  text-decoration: underline;
}

.page-resources-vietnam-gambling-market-analysis__conclusion-text {
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background-color: var(--card-bg-dark);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-gambling-market-analysis__final-cta-section {
  padding: 80px 0;
  background-color: var(--secondary-color);
  text-align: center;
  color: var(--text-light);
}

.page-resources-vietnam-gambling-market-analysis__final-cta-title {
  font-size: 2.8em;
  color: var(--primary-color);
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-vietnam-gambling-market-analysis__final-cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vietnam-gambling-market-analysis__cta-button--large {
  padding: 18px 50px;
  font-size: 1.2em;
}

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

  .page-resources-vietnam-gambling-market-analysis__section-title {
    font-size: 2.2em;
  }

  .page-resources-vietnam-gambling-market-analysis__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-vietnam-gambling-market-analysis__hero-article-section {
    padding-top: 100px !important; /* Mobile: Adjust based on actual header height */
    padding-bottom: 40px;
  }

  .page-resources-vietnam-gambling-market-analysis__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-vietnam-gambling-market-analysis__main-title {
    font-size: 2em;
  }

  .page-resources-vietnam-gambling-market-analysis__intro-text,
  .page-resources-vietnam-gambling-market-analysis p,
  .page-resources-vietnam-gambling-market-analysis__list-item {
    font-size: 1em;
  }

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

  .page-resources-vietnam-gambling-market-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

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

  .page-resources-vietnam-gambling-market-analysis__image {
    margin: 20px auto;
  }

  .page-resources-vietnam-gambling-market-analysis__final-cta-section {
    padding: 60px 0;
  }

  .page-resources-vietnam-gambling-market-analysis__final-cta-title {
    font-size: 2em;
  }

  .page-resources-vietnam-gambling-market-analysis__final-cta-description {
    font-size: 1.1em;
  }

  .page-resources-vietnam-gambling-market-analysis__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  /* Ensure all images are responsive */
  .page-resources-vietnam-gambling-market-analysis img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

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

  .page-resources-vietnam-gambling-market-analysis__section-title {
    font-size: 1.6em;
  }

  .page-resources-vietnam-gambling-market-analysis__sub-title {
    font-size: 1.2em;
  }

  .page-resources-vietnam-gambling-market-analysis__final-cta-title {
    font-size: 1.8em;
  }

  .page-resources-vietnam-gambling-market-analysis__final-cta-description {
    font-size: 1em;
  }
}