/*
 * Price integrity safeguard.
 * marketfav currently calculates an artificial crossed-out price from the
 * current value. Hide it until the module receives a real old-price field.
 */
html body .nsv-marketfav-page .nsv-favorite-room__price del {
  display: none !important;
}
