.cost {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 1.25em;
  color: inherit
}

.cost small {
    font-size: var(--manifold-font-d1);
    opacity: 0.6;
  }

.starting {
  margin-right: 0.25em;
}
