/**
 * Štýl pre riadok ceny zo Sheetu (nad štandardnou cenou Shoptetu).
 * Úpravy: farba, veľkosť, odsadenie.
 */
.sheet-drive-price {
  display: block;
  margin: 0 0 0.35em 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

/* Blok OPC + cena + „s DPH“ v jednom riadku (nad cenou Shoptetu) */
.sheet-drive-price--with-opc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3em 0.45em;
  font-weight: inherit;
  line-height: inherit;
}

.sheet-drive-price__opc {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.sheet-drive-price__from-sheet {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.sheet-drive-price__vat {
  font-family: inherit;
  font-weight: 400;
  font-size: 0.65em;
  line-height: 1;
  color: inherit;
  white-space: nowrap;
  align-self: center;
  position: relative;
  top: 0.02em;
}

.sheet-drive-price--muted {
  font-weight: 400;
  font-size: 0.95em;
  color: #555;
}
