.page-resources-vietnam-online-gambling-market-deep-analysis {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is #000, so text should be light */
  background-color: #000; /* Ensure main content area also has dark background */
}

.page-resources-vietnam-online-gambling-market-deep-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #0A2463; /* Main brand color for hero */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Auxiliary brand color for title */
}

.page-resources-vietnam-online-gambling-market-deep-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-vietnam-online-gambling-market-deep-analysis__section {
  padding: 60px 20px;
  color: #ffffff;
  background-color: #000;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-vietnam-online-gambling-market-deep-analysis__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-online-gambling-market-deep-analysis__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__list-item {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__card {
  background-color: rgba(10, 36, 99, 0.8); /* Dark blue with transparency */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: 1px solid #0A2463;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__card-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  text-align: center;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__btn-primary {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for primary button */
  color: #0A2463; /* Dark text for auxiliary background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__btn-primary:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

.page-resources-vietnam-online-gambling-market-deep-analysis__btn-centered {
  display: block;
  margin: 40px auto;
  text-align: center;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-section {
  background-color: #0A2463; /* Dark brand color for FAQ section */
  padding: 60px 20px;
  color: #ffffff;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.1); /* Slightly lighter background for FAQ items */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-title {
  margin: 0;
  color: #FFD700;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-item.active .page-resources-vietnam-online-gambling-market-deep-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  font-size: 1.1em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-vietnam-online-gambling-market-deep-analysis__faq-item.active .page-resources-vietnam-online-gambling-market-deep-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px 25px 25px;
}

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

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

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

@media (max-width: 768px) {
  .page-resources-vietnam-online-gambling-market-deep-analysis__hero-section {
    flex-direction: column;
    padding-top: var(--header-offset, 120px) !important;
  }

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

  .page-resources-vietnam-online-gambling-market-deep-analysis__hero-description {
    font-size: 1em;
  }

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

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

  .page-resources-vietnam-online-gambling-market-deep-analysis__paragraph,
  .page-resources-vietnam-online-gambling-market-deep-analysis__list-item,
  .page-resources-vietnam-online-gambling-market-deep-analysis__faq-answer p {
    font-size: 1em;
  }

  .page-resources-vietnam-online-gambling-market-deep-analysis__grid-container {
    grid-template-columns: 1fr;
  }

  /* Mobile responsive image CSS */
  .page-resources-vietnam-online-gambling-market-deep-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-vietnam-online-gambling-market-deep-analysis__section,
  .page-resources-vietnam-online-gambling-market-deep-analysis__card,
  .page-resources-vietnam-online-gambling-market-deep-analysis__container,
  .page-resources-vietnam-online-gambling-market-deep-analysis__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  
  /* Mobile responsive button CSS */
  .page-resources-vietnam-online-gambling-market-deep-analysis__btn-primary,
  .page-resources-vietnam-online-gambling-market-deep-analysis a[class*="button"],
  .page-resources-vietnam-online-gambling-market-deep-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-resources-vietnam-online-gambling-market-deep-analysis__cta-buttons,
  .page-resources-vietnam-online-gambling-market-deep-analysis__button-group,
  .page-resources-vietnam-online-gambling-market-deep-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  
  .page-resources-vietnam-online-gambling-market-deep-analysis__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-vietnam-online-gambling-market-deep-analysis__faq-answer {
    padding: 0 20px;
  }

  .page-resources-vietnam-online-gambling-market-deep-analysis__faq-item.active .page-resources-vietnam-online-gambling-market-deep-analysis__faq-answer {
    padding: 15px 20px 20px 20px;
  }
}