.fk-vat { display: inline-flex; gap: 2px; padding: 2px; border-radius: 100px; }
.fk-vat__btn {
display: inline-flex; align-items: center; justify-content: center;
min-height: 28px; padding: 4px 12px;
border-radius: 100px; font-size: .85rem; line-height: 1;
text-decoration: none; white-space: nowrap;
}
.fk-vat__btn.fk-is-on { font-weight: 600; } @media (pointer: coarse) {
.fk-vat__btn { min-height: 44px; padding-inline: 16px; }
}
.fk-ceny__nota { margin-top: 10px; } .fk-cena { display: none; }
html.fk-ceny-brutto .fk-cena--brutto,
html.fk-ceny-netto .fk-cena--netto { display: contents; } html:not(.fk-ceny-netto):not(.fk-ceny-brutto) .fk-cena--brutto { display: contents; }