/* ENE v1.0.111 — preços de mentorias por nível, sem alterar o modelo visual de pricing. */
.ene-mentoring-pricing-grid-v1105,
.ene-mentoring-pricing-grid-v1106{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

.ene-mentor-price-matrix-v1110{
  display:grid!important;
  gap:10px!important;
  margin:24px 0 18px!important;
}
.ene-mentor-price-row-v1110{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:baseline;
}
.ene-mentor-price-row-v1110 small{
  color:var(--ene-m1106-muted)!important;
  font-size:.76rem!important;
  font-weight:400!important;
}
.ene-mentor-price-row-v1110 strong{
  color:inherit!important;
  font-size:1.02rem!important;
  line-height:1.25!important;
  font-weight:600!important;
  white-space:nowrap;
}
.ene-mentor-price-card-v1105.is-featured .ene-mentor-price-row-v1110 small{
  color:rgba(255,255,255,.72)!important;
}
.ene-mentor-price-card-v1105.is-featured .ene-mentor-price-row-v1110 strong{
  color:#fff!important;
}
.ene-mentor-price-features-v1105 li span{
  overflow-wrap:anywhere;
}
.ene-mentor-price-note-v1105 strong{
  color:inherit!important;
  font-weight:600!important;
}

.ene-mentoring-price-comparison-v1110 td strong{
  color:var(--ene-m1106-text)!important;
  font-weight:600!important;
}
.ene-mentoring-text-comparison-v1110 td:not(:first-child){
  text-align:left!important;
  line-height:1.55!important;
  color:var(--ene-m1106-muted)!important;
}
.ene-mentoring-compare-table-v1106 th small{
  max-width:220px;
  margin-inline:auto;
  line-height:1.35!important;
}

.ene-admin-body .ene-service-plan-fields-v1105 label small{
  display:block;
  margin:4px 0 7px;
  color:#657089;
  font-size:.76rem;
  font-weight:400;
}

@media (max-width:1180px){
  .ene-mentoring-pricing-grid-v1105,
  .ene-mentoring-pricing-grid-v1106{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:720px){
  .ene-mentoring-pricing-grid-v1105,
  .ene-mentoring-pricing-grid-v1106{
    grid-template-columns:1fr!important;
  }
}
