/* style/match-predictions-analysis-vietnamese-local-matches.css */
.page-match-predictions-analysis-vietnamese-local-matches {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text on dark background */
  background-color: #0A1931;
  line-height: 1.6;
}

.page-match-predictions-analysis-vietnamese-local-matches__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-match-predictions-analysis-vietnamese-local-matches__section {
  padding: 60px 0;
  text-align: center;
}

.page-match-predictions-analysis-vietnamese-local-matches__section--dark {
  background-color: #0F2540;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero {
  background: linear-gradient(135deg, #0A1931 0%, #1A3A60 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero .page-match-predictions-analysis-vietnamese-local-matches__container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero-link:hover {
  text-decoration: underline;
}

.page-match-predictions-analysis-vietnamese-local-matches__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-match-predictions-analysis-vietnamese-local-matches__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-match-predictions-analysis-vietnamese-local-matches__btn--primary {
  background-color: #FFD700;
  color: #0A1931;
}

.page-match-predictions-analysis-vietnamese-local-matches__btn--primary:hover {
  background-color: #E0B500;
  transform: translateY(-2px);
}

.page-match-predictions-analysis-vietnamese-local-matches__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-match-predictions-analysis-vietnamese-local-matches__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-2px);
}

.page-match-predictions-analysis-vietnamese-local-matches__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-match-predictions-analysis-vietnamese-local-matches__subsection-title {
  font-size: 2em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-match-predictions-analysis-vietnamese-local-matches__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-match-predictions-analysis-vietnamese-local-matches__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-match-predictions-analysis-vietnamese-local-matches__list-item {
  background-color: #1A3A60;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
}

.page-match-predictions-analysis-vietnamese-local-matches__list-item::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-match-predictions-analysis-vietnamese-local-matches__list--numbered {
  list-style: decimal;
  padding-left: 40px;
}

.page-match-predictions-analysis-vietnamese-local-matches__list--numbered .page-match-predictions-analysis-vietnamese-local-matches__list-item {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
  color: #E0E0E0;
}

.page-match-predictions-analysis-vietnamese-local-matches__list--numbered .page-match-predictions-analysis-vietnamese-local-matches__list-item::before {
  content: none;
}

.page-match-predictions-analysis-vietnamese-local-matches__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-match-predictions-analysis-vietnamese-local-matches__grid-item {
  background-color: #0F2540;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  color: #E0E0E0;
}

.page-match-predictions-analysis-vietnamese-local-matches__grid-item .page-match-predictions-analysis-vietnamese-local-matches__subsection-title {
  color: #FFD700;
  margin-top: 0;
}

.page-match-predictions-analysis-vietnamese-local-matches__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  object-fit: cover;
}

.page-match-predictions-analysis-vietnamese-local-matches__image-centered {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-match-predictions-analysis-vietnamese-local-matches__image-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-match-predictions-analysis-vietnamese-local-matches__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-match-predictions-analysis-vietnamese-local-matches__inline-link:hover {
  text-decoration: underline;
}

.page-match-predictions-analysis-vietnamese-local-matches__faq-item {
  background-color: #1A3A60;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}

.page-match-predictions-analysis-vietnamese-local-matches__faq-question {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-match-predictions-analysis-vietnamese-local-matches__faq-answer {
  color: #E0E0E0;
  font-size: 1.05em;
  margin-bottom: 0;
}

.page-match-predictions-analysis-vietnamese-local-matches__cta {
  padding: 80px 0;
  background: linear-gradient(90deg, #0A1931, #2C5282);
}

.page-match-predictions-analysis-vietnamese-local-matches__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-match-predictions-analysis-vietnamese-local-matches__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-match-predictions-analysis-vietnamese-local-matches__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-match-predictions-analysis-vietnamese-local-matches__hero-title {
    font-size: 2.5em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__hero-description {
    font-size: 1.1em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__section-title {
    font-size: 2em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__subsection-title {
    font-size: 1.6em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__text-content,
  .page-match-predictions-analysis-vietnamese-local-matches__list-item,
  .page-match-predictions-analysis-vietnamese-local-matches__faq-answer {
    font-size: 1em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__hero-actions,
  .page-match-predictions-analysis-vietnamese-local-matches__cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__content-grid {
    grid-template-columns: 1fr;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__hero {
    padding: 80px 0;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__cta {
    padding: 60px 0;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 480px) {
  .page-match-predictions-analysis-vietnamese-local-matches__hero-title {
    font-size: 2em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__section-title {
    font-size: 1.8em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__subsection-title {
    font-size: 1.4em;
  }

  .page-match-predictions-analysis-vietnamese-local-matches__btn {
    width: 100%;
    max-width: 250px;
  }
}