:root {
  --primary-color: #1A202C;
  --secondary-color: #FFD700;
  --text-light: #E0E0E0;
  --text-dark: #1A202C;
  --bg-dark: #1A202C;
  --bg-light: #F9F9F9;
  --card-bg: #2C3E50;
  --border-color: #4A5568;
}

.page-tin-tc-kwin-latest-match-report {
  font-family: 'Arial', sans-serif;
  color: var(--text-light);
  background-color: var(--bg-dark);
  line-height: 1.6;
}

.page-tin-tc-kwin-latest-match-report .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-tin-tc-kwin-latest-match-report section {
  padding: 60px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.page-tin-tc-kwin-latest-match-report section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.page-tin-tc-kwin-latest-match-report h1,
.page-tin-tc-kwin-latest-match-report h2,
.page-tin-tc-kwin-latest-match-report h3 {
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-tin-tc-kwin-latest-match-report h1 {
  font-size: 2.8em;
  color: #ffffff;
}

.page-tin-tc-kwin-latest-match-report h2 {
  font-size: 2.2em;
  color: var(--secondary-color);
}

.page-tin-tc-kwin-latest-match-report h3 {
  font-size: 1.6em;
  color: var(--secondary-color);
  text-align: left;
}

.page-tin-tc-kwin-latest-match-report p {
  margin-bottom: 15px;
  color: var(--text-light);
}

.page-tin-tc-kwin-latest-match-report a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-tin-tc-kwin-latest-match-report a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Hero Section */
.page-tin-tc-kwin-latest-match-report .hero-event-report {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #3a475a 100%);
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-tin-tc-kwin-latest-match-report .hero-event-report .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-tin-tc-kwin-latest-match-report .hero-event-report .hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.page-tin-tc-kwin-latest-match-report .hero-event-report .hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-tin-tc-kwin-latest-match-report .hero-event-report h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-tin-tc-kwin-latest-match-report .hero-event-report p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #cccccc;
}

.page-tin-tc-kwin-latest-match-report .cta-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--bg-dark);
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-tin-tc-kwin-latest-match-report .cta-button:hover {
  background-color: #ffffff;
  color: var(--bg-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

/* Section Intro & General Content */
.page-tin-tc-kwin-latest-match-report .section-intro p,
.page-tin-tc-kwin-latest-match-report .section-betting-strategy p,
.page-tin-tc-kwin-latest-match-report .section-cta-final p {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Highlights Section */
.page-tin-tc-kwin-latest-match-report .highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-tin-tc-kwin-latest-match-report .highlight-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-tin-tc-kwin-latest-match-report .highlight-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-tin-tc-kwin-latest-match-report .highlight-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.page-tin-tc-kwin-latest-match-report .highlight-item .highlight-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Sports and Casino Categories */
.page-tin-tc-kwin-latest-match-report .sports-categories,
.page-tin-tc-kwin-latest-match-report .game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-tin-tc-kwin-latest-match-report .sport-item,
.page-tin-tc-kwin-latest-match-report .game-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-tin-tc-kwin-latest-match-report .sport-item h3,
.page-tin-tc-kwin-latest-match-report .game-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-tin-tc-kwin-latest-match-report .game-item .game-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Betting Strategy */
.page-tin-tc-kwin-latest-match-report .strategy-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-tin-tc-kwin-latest-match-report .strategy-item {
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-tin-tc-kwin-latest-match-report .strategy-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

/* FAQ Section */
.page-tin-tc-kwin-latest-match-report .section-faq {
  background-color: #1a202c;
}

.page-tin-tc-kwin-latest-match-report .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-tin-tc-kwin-latest-match-report .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.page-tin-tc-kwin-latest-match-report .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--card-bg);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-tin-tc-kwin-latest-match-report .faq-question:hover {
  background: #3a475a;
}

.page-tin-tc-kwin-latest-match-report .faq-question h3 {
  margin: 0;
  color: var(--text-light);
  font-size: 1.2em;
  text-align: left;
}

.page-tin-tc-kwin-latest-match-report .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-tin-tc-kwin-latest-match-report .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

.page-tin-tc-kwin-latest-match-report .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #2C3E50;
  color: var(--text-light);
}

.page-tin-tc-kwin-latest-match-report .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
}

.page-tin-tc-kwin-latest-match-report .faq-answer p {
  margin-bottom: 0;
  color: var(--text-light);
}

/* Final CTA Section */
.page-tin-tc-kwin-latest-match-report .section-cta-final {
  text-align: center;
  background: linear-gradient(135deg, #3a475a, var(--bg-dark));
  padding: 80px 0;
}

.page-tin-tc-kwin-latest-match-report .section-cta-final h2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-tin-tc-kwin-latest-match-report .section-cta-final p {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #cccccc;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-tin-tc-kwin-latest-match-report h1 {
    font-size: 2.5em;
  }

  .page-tin-tc-kwin-latest-match-report h2 {
    font-size: 1.8em;
  }

  .page-tin-tc-kwin-latest-match-report h3 {
    font-size: 1.4em;
  }

  .page-tin-tc-kwin-latest-match-report .hero-event-report .hero-image {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-tin-tc-kwin-latest-match-report section {
    padding: 40px 0;
  }

  .page-tin-tc-kwin-latest-match-report .hero-event-report h1 {
    font-size: 2em;
  }

  .page-tin-tc-kwin-latest-match-report .hero-event-report p {
    font-size: 1em;
  }

  .page-tin-tc-kwin-latest-match-report .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-tin-tc-kwin-latest-match-report .highlight-grid,
  .page-tin-tc-kwin-latest-match-report .sports-categories,
  .page-tin-tc-kwin-latest-match-report .game-categories,
  .page-tin-tc-kwin-latest-match-report .strategy-items {
    grid-template-columns: 1fr;
  }

  .page-tin-tc-kwin-latest-match-report .faq-question {
    padding: 15px 20px;
  }

  .page-tin-tc-kwin-latest-match-report .faq-question h3 {
    font-size: 1.1em;
  }

  .page-tin-tc-kwin-latest-match-report .faq-answer {
    padding: 0 20px;
  }

  .page-tin-tc-kwin-latest-match-report .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-tin-tc-kwin-latest-match-report h1 {
    font-size: 1.8em;
  }

  .page-tin-tc-kwin-latest-match-report h2 {
    font-size: 1.5em;
  }

  .page-tin-tc-kwin-latest-match-report h3 {
    font-size: 1.2em;
  }

  .page-tin-tc-kwin-latest-match-report .hero-event-report .hero-image {
    max-width: 100%;
  }
}