/* style/industry-news-vietnam-gambling-regulations.css */

/* Variables */
:root {
  --page-industry-news-vietnam-gambling-regulations-primary-color: #003366;
  --page-industry-news-vietnam-gambling-regulations-secondary-color: #FFCC00;
  --page-industry-news-vietnam-gambling-regulations-light-bg: #f8f8f8;
  --page-industry-news-vietnam-gambling-regulations-dark-text: #333;
  --page-industry-news-vietnam-gambling-regulations-white-text: #fff;
  --page-industry-news-vietnam-gambling-regulations-border-radius: 8px;
  --page-industry-news-vietnam-gambling-regulations-transition-speed: 0.3s ease;
}

.page-industry-news-vietnam-gambling-regulations__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-vietnam-gambling-regulations__hero-section {
  background: linear-gradient(135deg, var(--page-industry-news-vietnam-gambling-regulations-primary-color), #004d99);
  color: var(--page-industry-news-vietnam-gambling-regulations-white-text);
  padding: 100px 0;
  text-align: center;
}

.page-industry-news-vietnam-gambling-regulations__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-industry-news-vietnam-gambling-regulations__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.page-industry-news-vietnam-gambling-regulations__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: var(--page-industry-news-vietnam-gambling-regulations-border-radius);
  text-decoration: none;
  font-weight: bold;
  transition: background-color var(--page-industry-news-vietnam-gambling-regulations-transition-speed), color var(--page-industry-news-vietnam-gambling-regulations-transition-speed);
  cursor: pointer;
}

.page-industry-news-vietnam-gambling-regulations__btn--primary {
  background-color: var(--page-industry-news-vietnam-gambling-regulations-secondary-color);
  color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
  border: 2px solid var(--page-industry-news-vietnam-gambling-regulations-secondary-color);
}

.page-industry-news-vietnam-gambling-regulations__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-industry-news-vietnam-gambling-regulations__section--light-bg {
  background-color: var(--page-industry-news-vietnam-gambling-regulations-light-bg);
  color: var(--page-industry-news-vietnam-gambling-regulations-dark-text);
}

.page-industry-news-vietnam-gambling-regulations__section--dark-bg {
  background-color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
  color: var(--page-industry-news-vietnam-gambling-regulations-white-text);
}

.page-industry-news-vietnam-gambling-regulations__content-section {
  padding: 80px 0;
}

.page-industry-news-vietnam-gambling-regulations__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 50px;
  color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
  font-weight: 700;
}

.page-industry-news-vietnam-gambling-regulations__section-title--white {
  color: var(--page-industry-news-vietnam-gambling-regulations-white-text);
}

.page-industry-news-vietnam-gambling-regulations__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.page-industry-news-vietnam-gambling-regulations__text-block--white {
  color: var(--page-industry-news-vietnam-gambling-regulations-white-text);
}

.page-industry-news-vietnam-gambling-regulations__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-industry-news-vietnam-gambling-regulations__image {
  max-width: 100%;
  height: auto;
  border-radius: var(--page-industry-news-vietnam-gambling-regulations-border-radius);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-news-vietnam-gambling-regulations__list {
  list-style: disc inside;
  margin-left: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}

.page-industry-news-vietnam-gambling-regulations__list li {
  margin-bottom: 10px;
}

.page-industry-news-vietnam-gambling-regulations__cta-section {
  background: var(--page-industry-news-vietnam-gambling-regulations-secondary-color);
  padding: 80px 0;
  text-align: center;
  color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
}

.page-industry-news-vietnam-gambling-regulations__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-industry-news-vietnam-gambling-regulations__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-vietnam-gambling-regulations__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-industry-news-vietnam-gambling-regulations__btn--secondary {
  background-color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
  color: var(--page-industry-news-vietnam-gambling-regulations-secondary-color);
  border: 2px solid var(--page-industry-news-vietnam-gambling-regulations-primary-color);
}

.page-industry-news-vietnam-gambling-regulations__btn--secondary:hover {
  background-color: #004d99;
  border-color: #004d99;
}

.page-industry-news-vietnam-gambling-regulations__faq-section {
  padding: 80px 0;
}

.page-industry-news-vietnam-gambling-regulations__faq-item {
  background-color: var(--page-industry-news-vietnam-gambling-regulations-white-text);
  border-radius: var(--page-industry-news-vietnam-gambling-regulations-border-radius);
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-industry-news-vietnam-gambling-regulations__faq-question {
  font-size: 1.4em;
  color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-industry-news-vietnam-gambling-regulations__faq-answer {
  font-size: 1.1em;
  line-height: 1.7;
  color: var(--page-industry-news-vietnam-gambling-regulations-dark-text);
}

.page-industry-news-vietnam-gambling-regulations__contact-section {
  background-color: var(--page-industry-news-vietnam-gambling-regulations-primary-color);
  padding: 80px 0;
  text-align: center;
  color: var(--page-industry-news-vietnam-gambling-regulations-white-text);
}

.page-industry-news-vietnam-gambling-regulations__contact-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-industry-news-vietnam-gambling-regulations__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-vietnam-gambling-regulations__hero-subtitle {
    font-size: 1em;
  }

  .page-industry-news-vietnam-gambling-regulations__section-title,
  .page-industry-news-vietnam-gambling-regulations__cta-title {
    font-size: 2em;
  }

  .page-industry-news-vietnam-gambling-regulations__btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-industry-news-vietnam-gambling-regulations__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-industry-news-vietnam-gambling-regulations__hero-title {
    font-size: 2em;
  }

  .page-industry-news-vietnam-gambling-regulations__section-title,
  .page-industry-news-vietnam-gambling-regulations__cta-title {
    font-size: 1.8em;
  }

  .page-industry-news-vietnam-gambling-regulations__text-block,
  .page-industry-news-vietnam-gambling-regulations__list,
  .page-industry-news-vietnam-gambling-regulations__faq-answer {
    font-size: 0.95em;
  }

  .page-industry-news-vietnam-gambling-regulations__faq-question {
    font-size: 1.2em;
  }

  .page-industry-news-vietnam-gambling-regulations__btn {
    width: 100%;
    box-sizing: border-box;
  }
}