.page-resources-vietnam-online-betting-market-analysis {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-vietnam-online-betting-market-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-vietnam-online-betting-market-analysis__hero {
  background: linear-gradient(135deg, #E44D26, #336699);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-vietnam-online-betting-market-analysis__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-vietnam-online-betting-market-analysis__subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-vietnam-online-betting-market-analysis__hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
  object-fit: cover;
}

.page-resources-vietnam-online-betting-market-analysis__cta-button {
  display: inline-block;
  background-color: #f0ad4e; /* Màu vàng cam sáng hơn để tương phản */
  color: #ffffff;
  padding: 18px 45px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 40px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-vietnam-online-betting-market-analysis__cta-button:hover {
  background-color: #ec971f;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-vietnam-online-betting-market-analysis__section {
  padding: 60px 0;
  text-align: left;
}

.page-resources-vietnam-online-betting-market-analysis__section--alt-bg {
  background-color: #f0f4f7;
}

.page-resources-vietnam-online-betting-market-analysis__section-title {
  font-size: 2.2em;
  color: #E44D26;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-vietnam-online-betting-market-analysis__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-vietnam-online-betting-market-analysis__image-content {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-vietnam-online-betting-market-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-resources-vietnam-online-betting-market-analysis__list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-resources-vietnam-online-betting-market-analysis__list li strong {
  color: #336699;
}

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

.page-resources-vietnam-online-betting-market-analysis__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-vietnam-online-betting-market-analysis__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-vietnam-online-betting-market-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-resources-vietnam-online-betting-market-analysis__card-title {
  font-size: 1.6em;
  color: #E44D26;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-vietnam-online-betting-market-analysis__card-description {
  font-size: 1em;
  color: #666666;
  margin-bottom: 25px;
}

.page-resources-vietnam-online-betting-market-analysis__card-button {
  display: inline-block;
  background-color: #336699;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-vietnam-online-betting-market-analysis__card-button:hover {
  background-color: #2a527c;
  transform: translateY(-2px);
}

.page-resources-vietnam-online-betting-market-analysis__paragraph-end {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #777777;
}

.page-resources-vietnam-online-betting-market-analysis__link-button {
  display: inline-block;
  background-color: #E44D26;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-vietnam-online-betting-market-analysis__link-button:hover {
  background-color: #c23b1c;
  transform: translateY(-2px);
}

.page-resources-vietnam-online-betting-market-analysis__cta-button--bottom {
  margin-top: 60px;
}

/* FAQ Section Styling */
.page-resources-vietnam-online-betting-market-analysis__faq-section {
  padding-bottom: 80px;
}

.faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  font-size: 1.2em;
  color: #333333;
  margin: 0;
  flex-grow: 1;
  text-align: left;
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #E44D26;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #336699;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.faq-answer p {
  margin: 0;
  color: #666666;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-vietnam-online-betting-market-analysis__main-title {
    font-size: 2.8em;
  }
  .page-resources-vietnam-online-betting-market-analysis__subtitle {
    font-size: 1.2em;
  }
  .page-resources-vietnam-online-betting-market-analysis__section-title {
    font-size: 2em;
  }
  .page-resources-vietnam-online-betting-market-analysis__card {
    padding: 25px;
  }
  .page-resources-vietnam-online-betting-market-analysis__card-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-vietnam-online-betting-market-analysis__hero {
    padding: 60px 0;
  }
  .page-resources-vietnam-online-betting-market-analysis__main-title {
    font-size: 2.2em;
  }
  .page-resources-vietnam-online-betting-market-analysis__subtitle {
    font-size: 1em;
  }
  .page-resources-vietnam-online-betting-market-analysis__cta-button {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-resources-vietnam-online-betting-market-analysis__section {
    padding: 40px 0;
  }
  .page-resources-vietnam-online-betting-market-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-resources-vietnam-online-betting-market-analysis__section p,
  .page-resources-vietnam-online-betting-market-analysis__list li {
    font-size: 1em;
  }
  .page-resources-vietnam-online-betting-market-analysis__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-vietnam-online-betting-market-analysis__card-image {
    height: 180px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-vietnam-online-betting-market-analysis__main-title {
    font-size: 1.8em;
  }
  .page-resources-vietnam-online-betting-market-analysis__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-resources-vietnam-online-betting-market-analysis__section-title {
    font-size: 1.5em;
  }
  .page-resources-vietnam-online-betting-market-analysis__card-title {
    font-size: 1.2em;
  }
  .page-resources-vietnam-online-betting-market-analysis__card-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}