.page-resources-2024-vietnam-betting-market-trends {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Default text color for dark body background */
  background-color: var(--dark-bg-1);
}

.page-resources-2024-vietnam-betting-market-trends__hero-section {
  position: relative;
  width: 100%;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0A2239;
  overflow: hidden;
}

.page-resources-2024-vietnam-betting-market-trends__hero-content {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

.page-resources-2024-vietnam-betting-market-trends__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-2024-vietnam-betting-market-trends__hero-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.page-resources-2024-vietnam-betting-market-trends__btn-primary,
.page-resources-2024-vietnam-betting-market-trends__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-2024-vietnam-betting-market-trends__btn-primary {
  background-color: #FFD700;
  color: #0A2239;
  border: 2px solid #FFD700;
}

.page-resources-2024-vietnam-betting-market-trends__btn-primary:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

.page-resources-2024-vietnam-betting-market-trends__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-2024-vietnam-betting-market-trends__btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-2px);
}

.page-resources-2024-vietnam-betting-market-trends__hero-video-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-resources-2024-vietnam-betting-market-trends__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-resources-2024-vietnam-betting-market-trends__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 3;
}

.page-resources-2024-vietnam-betting-market-trends__section-title {
  font-size: 2.5em;
  color: #0A2239;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-2024-vietnam-betting-market-trends__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-2024-vietnam-betting-market-trends__text-block {
  margin-bottom: 40px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-2024-vietnam-betting-market-trends__text-block h3 {
  font-size: 1.8em;
  color: #0A2239;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-2024-vietnam-betting-market-trends__text-block p {
  margin-bottom: 15px;
}

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

.page-resources-2024-vietnam-betting-market-trends__faq-section {
  padding: 60px 20px;
  background-color: #0A2239;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 40px;
}

.page-resources-2024-vietnam-betting-market-trends__faq-section .page-resources-2024-vietnam-betting-market-trends__section-title {
  color: #FFD700;
}

.page-resources-2024-vietnam-betting-market-trends__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-2024-vietnam-betting-market-trends__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-2024-vietnam-betting-market-trends__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-2024-vietnam-betting-market-trends__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-2024-vietnam-betting-market-trends__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-resources-2024-vietnam-betting-market-trends__faq-item.active .page-resources-2024-vietnam-betting-market-trends__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-2024-vietnam-betting-market-trends__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

.page-resources-2024-vietnam-betting-market-trends__faq-item.active .page-resources-2024-vietnam-betting-market-trends__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 20px;
}

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

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

  .page-resources-2024-vietnam-betting-market-trends__text-block h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-2024-vietnam-betting-market-trends {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-2024-vietnam-betting-market-trends__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-resources-2024-vietnam-betting-market-trends__hero-title {
    font-size: 2em;
  }

  .page-resources-2024-vietnam-betting-market-trends__hero-description {
    font-size: 1em;
  }

  .page-resources-2024-vietnam-betting-market-trends__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-2024-vietnam-betting-market-trends__btn-primary,
  .page-resources-2024-vietnam-betting-market-trends__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-2024-vietnam-betting-market-trends__hero-video-wrapper {
    margin-top: 30px;
    padding-bottom: 56.25% !important; /* Ensure aspect ratio */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-2024-vietnam-betting-market-trends__hero-video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-2024-vietnam-betting-market-trends__content-area {
    padding: 30px 15px;
    margin-top: -60px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-resources-2024-vietnam-betting-market-trends__text-block h3 {
    font-size: 1.4em;
  }

  .page-resources-2024-vietnam-betting-market-trends__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto;
  }

  .page-resources-2024-vietnam-betting-market-trends__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-2024-vietnam-betting-market-trends__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-2024-vietnam-betting-market-trends__faq-answer {
    padding: 0 15px;
  }

  .page-resources-2024-vietnam-betting-market-trends__faq-item.active .page-resources-2024-vietnam-betting-market-trends__faq-answer {
    padding: 10px 15px;
  }
}

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

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

  .page-resources-2024-vietnam-betting-market-trends__text-block h3 {
    font-size: 1.2em;
  }
}