.page-th-thao-match-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

.page-th-thao-match-analysis-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-th-thao-match-analysis-section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-th-thao-match-analysis-section:last-of-type {
  border-bottom: none;
}

.page-th-thao-match-analysis-heading {
  color: #003366;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-th-thao-match-analysis-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-th-thao-match-analysis p {
  margin-bottom: 15px;
  font-size: 17px;
  text-align: justify;
}

.page-th-thao-match-analysis a {
  color: #003366;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-th-thao-match-analysis a:hover {
  color: #FFD700;
}

/* Hero Section */
.page-th-thao-match-analysis .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #003366, #001a33);
  color: #ffffff;
}

.page-th-thao-match-analysis .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-th-thao-match-analysis .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-th-thao-match-analysis .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-th-thao-match-analysis .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-th-thao-match-analysis-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-th-thao-match-analysis .hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-th-thao-match-analysis .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #003366;
  text-decoration: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-th-thao-match-analysis .cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-th-thao-match-analysis-intro {
  background-color: #ffffff;
}

.page-th-thao-match-analysis-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-th-thao-match-analysis-feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-match-analysis-feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-match-analysis-feature-item img {
  width: 150px; /* Min size 200x200px, adjusted for visual aesthetic */
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-th-thao-match-analysis-feature-item h3 {
  color: #003366;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Importance Section */
.page-th-thao-match-analysis-importance ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-th-thao-match-analysis-importance ul li {
  background-color: #e6f0fa; /* Light blue */
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #003366;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-th-thao-match-analysis-importance ul li strong {
  color: #003366;
}

.page-th-thao-match-analysis-image-full {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Factors Section */
.page-th-thao-match-analysis-factors {
  background-color: #fcfcfc;
}

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

.page-th-thao-match-analysis-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-match-analysis-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-match-analysis-card img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-th-thao-match-analysis-card h3 {
  color: #003366;
  font-size: 20px;
  margin-bottom: 10px;
}

.page-th-thao-match-analysis-card p {
  font-size: 16px;
  color: #555555;
  text-align: center;
}

/* Sports Guide Tabs */
.page-th-thao-match-analysis-sport-tabs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.page-th-thao-match-analysis-tab-header {
  padding: 15px 25px;
  cursor: pointer;
  background-color: #e0e0e0;
  color: #555555;
  border-radius: 5px;
  margin: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: bold;
}

.page-th-thao-match-analysis-tab-header.active {
  background-color: #FFD700;
  color: #003366;
}

.page-th-thao-match-analysis-tab-header:hover {
  background-color: #FFD700;
  color: #003366;
}

.page-th-thao-match-analysis-tab-content {
  display: none;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.5s ease-out;
}

.page-th-thao-match-analysis-tab-content.active {
  display: block;
}

.page-th-thao-match-analysis-content-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-th-thao-match-analysis-tab-content h3 {
  color: #003366;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.page-th-thao-match-analysis-tab-content p {
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Strategies Section */
.page-th-thao-match-analysis-strategies {
  background-color: #f9f9f9;
}

.page-th-thao-match-analysis-strategies ol {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 30px;
}

.page-th-thao-match-analysis-strategies ol li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #444444;
}

.page-th-thao-match-analysis-strategies ol li strong {
  color: #003366;
}

/* Promotions Section */
.page-th-thao-match-analysis-promotions {
  background-color: #e6f0fa;
}

.page-th-thao-match-analysis-promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-match-analysis-promo-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-match-analysis-promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-match-analysis-promo-card img {
  width: 100%;
  max-width: 350px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-th-thao-match-analysis-promo-card h3 {
  color: #003366;
  font-size: 22px;
  margin-bottom: 15px;
}

.page-th-thao-match-analysis-promo-card p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.page-th-thao-match-analysis-promo-button {
  display: inline-block;
  padding: 12px 25px;
  background: #003366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-th-thao-match-analysis-promo-button:hover {
  background: #FFD700;
  color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-th-thao-match-analysis-faq {
  background-color: #ffffff;
}

.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: #fdfdfd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 19px;
  color: #003366;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

.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; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid #eeeeee;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  color: #555555;
  text-align: justify;
}

/* Blog Section */
.page-th-thao-match-analysis-blog {
  background-color: #f0f6fc;
}

.page-th-thao-match-analysis-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-match-analysis-blog-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-match-analysis-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-match-analysis-blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-th-thao-match-analysis-blog-card h3 {
  font-size: 20px;
  color: #003366;
  margin: 20px 20px 10px;
  line-height: 1.4;
}

.page-th-thao-match-analysis-blog-card h3 a {
  color: #003366;
  text-decoration: none;
}

.page-th-thao-match-analysis-blog-card h3 a:hover {
  color: #FFD700;
}

.page-th-thao-match-analysis-blog-card p {
  font-size: 16px;
  color: #555555;
  margin: 0 20px 20px;
  text-align: justify;
}

.page-th-thao-match-analysis-read-more {
  display: inline-block;
  padding: 8px 15px;
  background-color: #FFD700;
  color: #003366;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-th-thao-match-analysis-read-more:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-th-thao-match-analysis-view-all-button {
  margin-top: 50px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Bottom CTA */
.page-th-thao-match-analysis-cta-bottom {
  background: linear-gradient(135deg, #003366, #001a33);
  color: #ffffff;
  text-align: center;
}

.page-th-thao-match-analysis-cta-bottom .page-th-thao-match-analysis-heading {
  color: #FFD700;
}

.page-th-thao-match-analysis-cta-bottom .page-th-thao-match-analysis-heading::after {
  background-color: #FFD700;
}

.page-th-thao-match-analysis-cta-bottom p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-th-thao-match-analysis-heading {
    font-size: 32px;
  }
  .page-th-thao-match-analysis-title {
    font-size: 40px;
  }
  .page-th-thao-match-analysis .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-th-thao-match-analysis-section {
    padding: 40px 0;
  }
  .page-th-thao-match-analysis-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-th-thao-match-analysis-title {
    font-size: 32px;
  }
  .page-th-thao-match-analysis .hero-content p {
    font-size: 16px;
  }
  .page-th-thao-match-analysis .cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .page-th-thao-match-analysis-features,
  .page-th-thao-match-analysis-grid,
  .page-th-thao-match-analysis-promo-cards,
  .page-th-thao-match-analysis-blog-grid {
    grid-template-columns: 1fr;
  }
  .page-th-thao-match-analysis-feature-item img {
    width: 120px;
    height: 120px;
  }
  .page-th-thao-match-analysis-tab-header {
    padding: 10px 15px;
    font-size: 14px;
  }
  .page-th-thao-match-analysis-tab-content {
    padding: 20px;
  }
  .page-th-thao-match-analysis-content-image {
    height: 250px;
  }
  .page-th-thao-match-analysis-tab-content h3 {
    font-size: 24px;
  }
  .faq-question h3 {
    font-size: 17px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-th-thao-match-analysis-heading {
    font-size: 24px;
  }
  .page-th-thao-match-analysis-title {
    font-size: 28px;
  }
  .page-th-thao-match-analysis .hero-content p {
    font-size: 15px;
  }
  .page-th-thao-match-analysis .cta-button {
    padding: 10px 25px;
    font-size: 16px;
  }
  .page-th-thao-match-analysis-card img {
    max-width: 250px;
    height: 180px;
  }
  .page-th-thao-match-analysis-promo-card img {
    max-width: 300px;
    height: 200px;
  }
  .page-th-thao-match-analysis-content-image {
    height: 180px;
  }
  .page-th-thao-match-analysis-tab-content h3 {
    font-size: 20px;
  }
  .page-th-thao-match-analysis-blog-card h3 {
    font-size: 18px;
  }
  .page-th-thao-match-analysis-blog-card p {
    font-size: 14px;
  }
  .page-th-thao-match-analysis-read-more {
    font-size: 12px;
    padding: 6px 12px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer p {
    font-size: 15px;
  }
}