/* style/gambling-news-market-report-analysis.css */
.page-gambling-news-market-report-analysis {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-gambling-news-market-report-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-news-market-report-analysis__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #204080 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-news-market-report-analysis__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:hero:market_analysis,data,growth,online_gambling,vietnam]');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.page-gambling-news-market-report-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-market-report-analysis__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-gambling-news-market-report-analysis__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-gambling-news-market-report-analysis__section:nth-child(odd) {
  background-color: #f8f8f8;
}

.page-gambling-news-market-report-analysis__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-gambling-news-market-report-analysis__subsection-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-gambling-news-market-report-analysis__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
}

.page-gambling-news-market-report-analysis__text-content--cta {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #0A2463;
  margin-top: 40px;
}

.page-gambling-news-market-report-analysis__highlight-keyword {
  color: #0A2463;
  font-weight: bold;
}

.page-gambling-news-market-report-analysis__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-gambling-news-market-report-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-market-report-analysis__image-caption {
  font-style: italic;
  color: #666;
  margin-top: 15px;
  font-size: 0.95em;
}

.page-gambling-news-market-report-analysis__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #444;
}

.page-gambling-news-market-report-analysis__list li {
  margin-bottom: 10px;
}

.page-gambling-news-market-report-analysis__list--checklist {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page-gambling-news-market-report-analysis__list--checklist li::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-gambling-news-market-report-analysis__btn {
  display: inline-block;
  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;
  margin: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-gambling-news-market-report-analysis__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-gambling-news-market-report-analysis__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-gambling-news-market-report-analysis__btn--secondary {
  background-color: transparent;
  color: #0A2463;
  border: 2px solid #0A2463;
}

.page-gambling-news-market-report-analysis__btn--secondary:hover {
  background-color: #0A2463;
  color: #FFD700;
  transform: translateY(-3px);
}

.page-gambling-news-market-report-analysis__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-gambling-news-market-report-analysis__criterion-item {
  background-color: #f0f4f8;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-top: 5px solid #0A2463;
}

.page-gambling-news-market-report-analysis__criterion-item:hover {
  transform: translateY(-5px);
}

.page-gambling-news-market-report-analysis__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.page-gambling-news-market-report-analysis__criterion-title {
  font-size: 1.4em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-gambling-news-market-report-analysis__criterion-text {
  font-size: 1em;
  color: #555;
}

.page-gambling-news-market-report-analysis__image-wrapper--large {
  margin: 60px 0;
}

.page-gambling-news-market-report-analysis__image-wrapper--large .page-gambling-news-market-report-analysis__image {
  max-height: 500px;
  object-fit: cover;
}

.page-gambling-news-market-report-analysis__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gambling-news-market-report-analysis__hero-title {
    font-size: 2.8em;
  }

  .page-gambling-news-market-report-analysis__hero-subtitle {
    font-size: 1.3em;
  }

  .page-gambling-news-market-report-analysis__section-title {
    font-size: 2em;
  }

  .page-gambling-news-market-report-analysis__subsection-title {
    font-size: 1.6em;
  }

  .page-gambling-news-market-report-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-gambling-news-market-report-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-gambling-news-market-report-analysis__hero-subtitle {
    font-size: 1.1em;
  }

  .page-gambling-news-market-report-analysis__section {
    padding: 40px 0;
  }

  .page-gambling-news-market-report-analysis__section-title {
    font-size: 1.8em;
  }

  .page-gambling-news-market-report-analysis__subsection-title {
    font-size: 1.4em;
  }

  .page-gambling-news-market-report-analysis__criteria-grid {
    grid-template-columns: 1fr;
  }

  .page-gambling-news-market-report-analysis__btn {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-gambling-news-market-report-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-gambling-news-market-report-analysis__hero-subtitle {
    font-size: 1em;
  }

  .page-gambling-news-market-report-analysis__section {
    padding: 30px 0;
  }

  .page-gambling-news-market-report-analysis__container {
    padding: 0 15px;
  }
}