/* PitchVaani Eden Gardens quick facts, matches and metro heading refinement — v163. */
.pv-eg-facts-v163 .pv-eg-facts-panel {
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 1px solid rgba(9, 32, 76, .12);
  border-radius: 16px;
  background: #f7fbfa;
  box-shadow: 0 18px 50px rgba(9, 32, 76, .07);
}

.pv-eg-facts-v163 .pv-eg-facts-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.pv-eg-facts-v163 .pv-eg-facts-heading > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #dff4ed;
  color: #08775b;
}

.pv-eg-facts-v163 .pv-eg-facts-heading h2,
.pv-eg-facts-v163 .pv-eg-facts-heading p {
  margin: 0;
}

.pv-eg-facts-v163 .pv-eg-facts-heading p {
  max-width: 760px;
  margin-top: .35rem;
  color: #536276;
  line-height: 1.6;
}

.pv-eg-facts-v163 .pv-eg-primary-facts,
.pv-eg-facts-v163 .pv-eg-detail-facts {
  display: grid;
  gap: .8rem;
}

.pv-eg-facts-v163 .pv-eg-primary-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pv-eg-facts-v163 .pv-eg-primary-fact,
.pv-eg-facts-v163 .pv-eg-detail-fact {
  min-width: 0;
  border: 1px solid rgba(9, 32, 76, .1);
  border-radius: 12px;
  background: #fff;
}

.pv-eg-facts-v163 .pv-eg-primary-fact {
  padding: 1rem;
  border-top: 3px solid #0b8c6c;
}

.pv-eg-facts-v163 .pv-eg-fact-label {
  display: block;
  margin-bottom: .35rem;
  color: #08775b;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pv-eg-facts-v163 .pv-eg-primary-fact strong {
  display: block;
  color: #0b1830;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.1;
}

.pv-eg-facts-v163 .pv-eg-primary-fact small {
  display: block;
  margin-top: .42rem;
  color: #657387;
  font-size: .72rem;
  line-height: 1.45;
}

.pv-eg-facts-v163 .pv-eg-detail-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: .9rem;
}

.pv-eg-facts-v163 .pv-eg-detail-fact {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .7rem;
  padding: .85rem;
}

.pv-eg-facts-v163 .pv-eg-detail-fact > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #eaf7f3;
  color: #08775b;
}

.pv-eg-facts-v163 .pv-eg-detail-fact h3,
.pv-eg-facts-v163 .pv-eg-detail-fact p {
  margin: 0;
}

.pv-eg-facts-v163 .pv-eg-detail-fact h3 {
  color: #101d33;
  font-size: .86rem;
  line-height: 1.25;
}

.pv-eg-facts-v163 .pv-eg-detail-fact p {
  margin-top: .25rem;
  color: #536276;
  font-size: .74rem;
  line-height: 1.5;
}

.pv-eg-facts-v163 .pv-eg-future-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  align-items: start;
  margin-top: .9rem;
  padding: .85rem 1rem;
  border-left: 3px solid #d59a32;
  border-radius: 0 10px 10px 0;
  background: #fff7e8;
  color: #4a3a1d;
  font-size: .76rem;
  line-height: 1.55;
}

.pv-eg-facts-v163 .pv-eg-future-note strong {
  color: #815a13;
}

.pv-eg-matches-v163 .pv-eg-upcoming-panel {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(9, 32, 76, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(9, 32, 76, .08);
}

.pv-eg-matches-v163 .pv-eg-upcoming-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  background: #e8f7f2;
}

.pv-eg-matches-v163 .pv-eg-upcoming-heading > span {
  color: #08775b;
}

.pv-eg-matches-v163 .pv-eg-upcoming-heading h2,
.pv-eg-matches-v163 .pv-eg-upcoming-heading p {
  margin: 0;
}

.pv-eg-matches-v163 .pv-eg-upcoming-heading p {
  margin-top: .25rem;
  color: #536276;
  font-size: .78rem;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary {
  padding: 1.1rem 1.25rem 1.25rem;
  border-bottom: 1px solid rgba(9, 32, 76, .1);
  background: #f8fbfa;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary > h3 {
  margin: 0 0 .85rem;
  color: #0b1830;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.25;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary-card {
  min-width: 0;
  padding: .9rem 1rem;
  border: 1px solid rgba(9, 32, 76, .1);
  border-left: 3px solid #0b8c6c;
  border-radius: 10px;
  background: #fff;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary-card span,
.pv-eg-matches-v163 .pv-eg-fixture-summary-card strong,
.pv-eg-matches-v163 .pv-eg-fixture-summary-card p {
  display: block;
  margin: 0;
  overflow-wrap: anywhere;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary-card span {
  color: #08775b;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary-card strong {
  margin-top: .38rem;
  color: #17243a;
  font-size: .88rem;
  line-height: 1.4;
}

.pv-eg-matches-v163 .pv-eg-fixture-summary-card p {
  margin-top: .32rem;
  color: #5d6c7d;
  font-size: .76rem;
  line-height: 1.5;
}

.pv-eg-matches-v163 .pv-eg-schedule-highlights {
  padding: 1.15rem 1.35rem 1.25rem;
  border-bottom: 1px solid rgba(9, 32, 76, .1);
  background: #fbfdfc;
}

.pv-eg-matches-v163 .pv-eg-schedule-highlights h3 {
  margin: 0 0 .8rem;
  color: #0b1830;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.18rem, 2.2vw, 1.5rem);
  line-height: 1.25;
}

.pv-eg-matches-v163 .pv-eg-schedule-highlights ul {
  display: grid;
  gap: .68rem;
  margin: 0;
  padding-left: 1.25rem;
}

.pv-eg-matches-v163 .pv-eg-schedule-highlights li {
  padding-left: .15rem;
  color: #283548;
  font-size: .86rem;
  line-height: 1.62;
}

.pv-eg-matches-v163 .pv-eg-schedule-highlights li::marker {
  color: #08775b;
}

.pv-eg-matches-v163 .pv-eg-schedule-highlights li > strong {
  color: #0b1830;
}

.pv-eg-matches-v163 .pv-eg-fixture-card {
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
}

.pv-eg-matches-v163 .pv-eg-fixture-topline {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
}

.pv-eg-matches-v163 .pv-eg-fixture-badge,
.pv-eg-matches-v163 .pv-eg-fixture-status {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 900;
}

.pv-eg-matches-v163 .pv-eg-fixture-badge {
  padding: .34rem .7rem;
  background: #09204c;
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pv-eg-matches-v163 .pv-eg-fixture-status {
  color: #08775b;
}

.pv-eg-matches-v163 .pv-eg-fixture-teams {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  margin: 1rem 0;
  color: #0b1830;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.4rem, 2.55vw, 2.05rem);
  font-weight: 800;
  line-height: 1.1;
}

.pv-eg-matches-v163 .pv-eg-fixture-teams small {
  color: #08775b;
  font-family: inherit;
  font-size: .55em;
  font-style: italic;
}

.pv-eg-matches-v163 .pv-eg-fixture-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin: 0;
}

.pv-eg-matches-v163 .pv-eg-fixture-details > div {
  padding: .7rem .8rem;
  border-radius: 10px;
  background: #f4f8f7;
}

.pv-eg-matches-v163 .pv-eg-fixture-details dt {
  color: #08775b;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pv-eg-matches-v163 .pv-eg-fixture-details dd {
  margin: .2rem 0 0;
  color: #17243a;
  font-size: .78rem;
  font-weight: 800;
}

.pv-eg-matches-v163 .pv-eg-countdown-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: center;
  margin-top: .9rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(9, 32, 76, .1);
  color: #536276;
  font-size: .69rem;
}

.pv-eg-matches-v163 .pv-eg-countdown-strip time {
  color: #08775b;
  font-weight: 900;
}

.pv-eg-travel-v163 .pv-aj-ref-route-content,
.pv-eg-travel-v163 .pv-aj-ref-route-heading > div,
.pv-eg-travel-v163 .pv-aj-ref-route-facts div {
  min-width: 0;
}

.pv-eg-travel-v163 .pv-aj-ref-route-heading h2,
.pv-eg-travel-v163 .pv-aj-ref-route-heading p,
.pv-eg-travel-v163 .pv-aj-ref-route-facts dd {
  overflow-wrap: anywhere;
}

.pv-eg-travel-v163 .pv-aj-ref-route-visual {
  position: relative;
  display: grid;
  place-content: stretch;
  min-height: 210px;
  overflow: hidden;
  padding: 0;
  background: #d9eee8;
}

.pv-eg-travel-v163 .pv-aj-ref-route-visual img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.pv-eg-travel-v163 .pv-aj-ref-route-visual span {
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  max-width: calc(100% - 1.3rem);
  padding: .34rem .6rem;
  border-radius: 999px;
  background: rgba(9, 32, 76, .88);
  color: #fff;
  font-family: inherit;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}

@media (max-width: 900px) {
  .pv-eg-facts-v163 .pv-eg-primary-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-eg-facts-v163 .pv-eg-detail-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .pv-eg-facts-v163 .pv-eg-facts-panel {
    padding: 1rem;
  }

  .pv-eg-facts-v163 .pv-eg-detail-facts,
  .pv-eg-matches-v163 .pv-eg-fixture-details {
    grid-template-columns: 1fr;
  }

  .pv-eg-facts-v163 .pv-eg-primary-fact {
    padding: .8rem;
  }

  .pv-eg-matches-v163 .pv-eg-upcoming-heading {
    padding: .9rem 1rem;
  }

  .pv-eg-matches-v163 .pv-eg-fixture-summary {
    padding: 1rem;
  }

  .pv-eg-matches-v163 .pv-eg-fixture-summary-grid {
    grid-template-columns: 1fr;
  }

  .pv-eg-matches-v163 .pv-eg-schedule-highlights {
    padding: 1rem;
  }

  .pv-eg-matches-v163 .pv-eg-schedule-highlights li {
    font-size: .8rem;
  }

  .pv-eg-matches-v163 .pv-eg-fixture-teams {
    gap: .5rem;
    font-size: clamp(1.22rem, 6.3vw, 1.65rem);
  }

  .pv-eg-travel-v163 .pv-aj-ref-route-heading {
    gap: .7rem;
  }

  .pv-eg-travel-v163 .pv-aj-ref-route-heading > span {
    flex: 0 0 36px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #e6f5f0;
    color: #08775b;
  }

  .pv-eg-travel-v163 .pv-aj-ref-route-heading h2 {
    font-size: 1.38rem;
    line-height: 1.15;
  }

  .pv-eg-travel-v163 .pv-aj-ref-route-visual {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .pv-eg-travel-v163 .pv-aj-ref-route-visual img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}
