/**
 * VRCC Local Fixes - "from" price on villa tiles.
 *
 * Set to sit under the tile's own facts line without competing with the villa
 * name: the amount in the site's navy, the words around it small and quiet.
 * Deliberately restrained - this is orientation, not an offer.
 */

.vrcc-lf-from {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #29394b;
}

.vrcc-lf-from strong {
  font-size: 18px;
  font-weight: 700;
}

.vrcc-lf-from__label {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}
