/* Small route-specific refinements kept outside the preserved LP bundle. */
.mym-scale__chart-chip--two,
.mym-scale__chart-chip--three {
  padding: 10px 13px;
}

.mym-scale__chart-chip--two span,
.mym-scale__chart-chip--three span {
  font-size: 8px;
}

.mym-scale__chart-chip--two strong,
.mym-scale__chart-chip--three strong {
  font-size: 12px;
}

@media (max-width: 760px) {
  .mym-scale__chart-chip--two,
  .mym-scale__chart-chip--three {
    padding: 8px 10px;
  }

  .mym-scale__chart-chip--two strong,
  .mym-scale__chart-chip--three strong {
    font-size: 10px;
  }
}

.mym-blueprint .mym-services-draft__grid {
  width: min(100%, 760px);
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 561px) and (max-width: 900px) {
  .mym-blueprint .mym-services-draft__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .mym-blueprint .mym-services-draft__grid {
    grid-template-columns: 1fr !important;
  }
}
