.article-layout-match {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1240px;
}

.article-layout-match .article-content {
  max-width: none;
}

.article-layout-match > .sidebar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-layout-match .article-image {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.ct-match-article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 70px;
  color: var(--text);
  font-family: "Noto Sans Devanagari", system-ui, sans-serif;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.ct-match-article .ct-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 45px 35px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b5f32, #087f43);
  color: #fff;
  box-shadow: var(--shadow);
}

.ct-match-article .ct-hero::after {
  content: "\1F3CF";
  position: absolute;
  right: 35px;
  bottom: -30px;
  font-size: 150px;
  opacity: .1;
}

.ct-match-article .ct-badge {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--secondary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ct-match-article .ct-hero h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.25;
}

.ct-match-article .ct-hero p {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  color: #f5fff8;
  font-size: 19px;
}

.ct-match-article .ct-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ct-match-article .ct-meta span {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  font-size: 14px;
}

.ct-match-article .ct-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0;
}

.ct-match-article .ct-score-card,
.ct-match-article .ct-card,
.ct-match-article .ct-side-card {
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}

.ct-match-article .ct-score-card {
  padding: 25px;
  border-top: 5px solid var(--secondary);
  border-radius: 8px;
  text-align: center;
}

.ct-match-article .ct-score-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 30px;
}

.ct-match-article .ct-score-card span {
  color: var(--muted);
  font-size: 15px;
}

.ct-match-article .ct-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.ct-match-article .ct-main {
  min-width: 0;
}

.ct-match-article .ct-card {
  margin-bottom: 25px;
  padding: 32px;
  border-left: 5px solid var(--primary);
  border-radius: 8px;
}

.ct-match-article .ct-card h2 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 30px;
  line-height: 1.35;
}

.ct-match-article .ct-card h3 {
  margin: 25px 0 10px;
  color: var(--primary);
  font-size: 23px;
}

.ct-match-article .ct-card p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 17px;
}

.ct-match-article .ct-highlight {
  margin: 22px 0;
  padding: 20px;
  border-left: 5px solid var(--secondary);
  border-radius: 8px;
  background: #fff7e8;
  color: #3e4548;
}

.ct-match-article .ct-highlight strong,
.ct-match-article .ct-fact b,
.ct-match-article .ct-side-card h3,
.ct-match-article .ct-source strong {
  color: var(--primary);
}

.ct-match-article .ct-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.ct-match-article .ct-fact {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-muted);
}

.ct-match-article .ct-fact b {
  display: block;
  margin-bottom: 5px;
}

.ct-match-article .ct-sidebar {
  position: sticky;
  top: 112px;
}

.ct-match-article .ct-side-card {
  margin-bottom: 20px;
  padding: 24px;
  border-top: 5px solid var(--secondary);
  border-radius: 8px;
}

.ct-match-article .ct-side-card h3 {
  margin: 0 0 15px;
  font-size: 22px;
}

.ct-match-article .ct-side-card ul {
  margin: 0;
  padding-inline-start: 20px;
}

.ct-match-article .ct-side-card li {
  margin-bottom: 10px;
  font-size: 15px;
}

.ct-match-article .ct-table-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.ct-match-article .ct-table {
  display: table;
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}

.ct-match-article .ct-table th {
  padding: 13px;
  background: var(--primary);
  color: #fff;
  text-align: left;
}

.ct-match-article .ct-table td {
  padding: 13px;
  border-bottom: 1px solid var(--line);
}

.ct-match-article .ct-table tr:nth-child(even) {
  background: var(--surface-muted);
}

.ct-match-article .ct-faq {
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-muted);
}

.ct-match-article .ct-faq strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 17px;
}

.ct-match-article .ct-source {
  margin-top: 25px;
  padding: 22px;
  border-radius: 8px;
  background: var(--surface-muted);
  color: var(--muted);
  font-size: 14px;
}

.ct-match-article .ct-footer-note {
  margin-top: 25px;
  padding: 25px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  text-align: center;
}

.ct-match-article .ct-footer-note strong {
  color: var(--secondary);
}

.ct-match-article img,
.ct-match-article iframe,
.ct-match-article video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .article-layout-match > .sidebar,
  .ct-match-article .ct-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .ct-match-article .ct-sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .article-layout-match {
    padding-top: 20px;
  }

  .ct-match-article {
    padding: 20px 0 46px;
  }

  .ct-match-article .ct-hero {
    padding: 30px 20px;
  }

  .ct-match-article .ct-hero h2 {
    font-size: 30px;
  }

  .ct-match-article .ct-hero p {
    font-size: 16px;
  }

  .ct-match-article .ct-score-grid,
  .ct-match-article .ct-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .ct-match-article .ct-card {
    padding: 22px 18px;
  }

  .ct-match-article .ct-card h2 {
    font-size: 25px;
  }

  .ct-match-article .ct-card p {
    font-size: 17px;
    line-height: 1.8;
  }
}
