/* PitchVaani Eden Gardens professional quick-facts table — v164. */
.pv-eg-facts-v163 .pv-eg-facts-table-panel {
  overflow: hidden;
  border: 1px solid rgba(9, 32, 76, .13);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 32, 76, .07);
}

.pv-eg-facts-v163 .pv-eg-facts-table-heading {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border-bottom: 1px solid rgba(9, 32, 76, .1);
  background: linear-gradient(110deg, #f3faf7, #e8f4ef);
}

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

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

.pv-eg-facts-v163 .pv-eg-facts-table-heading h2 {
  color: #0b1830;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.15;
}

.pv-eg-facts-v163 .pv-eg-facts-table-heading p {
  max-width: 760px;
  margin-top: .35rem;
  color: #526276;
  font-size: .82rem;
  line-height: 1.55;
}

.pv-eg-facts-v163 .pv-eg-professional-table-wrap {
  overflow-x: auto;
  background: #fff;
}

.pv-eg-facts-v163 .pv-eg-professional-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.pv-eg-facts-v163 .pv-eg-professional-table thead th {
  padding: .72rem 1rem;
  background: #08775b;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

.pv-eg-facts-v163 .pv-eg-professional-table thead th:first-child {
  width: 28%;
}

.pv-eg-facts-v163 .pv-eg-professional-table tbody tr {
  border-bottom: 1px solid #e5ece9;
}

.pv-eg-facts-v163 .pv-eg-professional-table tbody tr:last-child {
  border-bottom: 0;
}

.pv-eg-facts-v163 .pv-eg-professional-table tbody tr:nth-child(even) {
  background: #f8fbfa;
}

.pv-eg-facts-v163 .pv-eg-professional-table tbody tr.is-priority {
  background: #eef8f4;
}

.pv-eg-facts-v163 .pv-eg-professional-table th[scope='row'],
.pv-eg-facts-v163 .pv-eg-professional-table td {
  padding: .82rem 1rem;
  vertical-align: top;
  text-align: left;
}

.pv-eg-facts-v163 .pv-eg-professional-table th[scope='row'] {
  color: #0b1830;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.35;
}

.pv-eg-facts-v163 .pv-eg-professional-table td {
  color: #4d5e71;
  font-size: .78rem;
  line-height: 1.55;
}

.pv-eg-facts-v163 .pv-eg-professional-table td strong {
  color: #0b1830;
  font-weight: 900;
}

.pv-eg-facts-v163 .pv-eg-fact-value {
  display: inline-flex;
  align-items: center;
  margin-right: .42rem;
  padding: .2rem .52rem;
  border-radius: 999px;
  background: #dff3ec;
  color: #08775b;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.pv-eg-facts-v163 .pv-eg-fact-note {
  color: #687689;
}

.pv-eg-facts-v163 .pv-eg-future-row th,
.pv-eg-facts-v163 .pv-eg-future-row td {
  background: #fff8ea;
}

.pv-eg-facts-v163 .pv-eg-future-row .pv-eg-fact-value {
  background: #f5e3b7;
  color: #75500f;
}

@media (max-width: 700px) {
  .pv-eg-facts-v163 .pv-eg-facts-table-panel {
    border-radius: 13px;
  }

  .pv-eg-facts-v163 .pv-eg-facts-table-heading {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: .7rem;
    padding: 1rem;
  }

  .pv-eg-facts-v163 .pv-eg-facts-table-heading > span {
    width: 36px;
    height: 36px;
  }

  .pv-eg-facts-v163 .pv-eg-facts-table-heading h2 {
    font-size: 1.35rem;
  }

  .pv-eg-facts-v163 .pv-eg-facts-table-heading p {
    font-size: .76rem;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table,
  .pv-eg-facts-v163 .pv-eg-professional-table tbody {
    display: block;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table tbody {
    padding: .72rem;
    background: #f4f8f6;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table tbody tr {
    display: grid;
    gap: .3rem;
    margin-bottom: .6rem;
    padding: .75rem .8rem;
    border: 1px solid #dfe9e5;
    border-radius: 10px;
    background: #fff;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table th[scope='row'],
  .pv-eg-facts-v163 .pv-eg-professional-table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table th[scope='row'] {
    color: #08775b;
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .pv-eg-facts-v163 .pv-eg-professional-table td {
    font-size: .75rem;
    line-height: 1.5;
  }

  .pv-eg-facts-v163 .pv-eg-fact-value {
    margin-bottom: .2rem;
    font-size: .7rem;
  }
}
