.js-unclickable {
    pointer-events: none; /* Neleidžia pelytei sąveikauti su elementu /
    / šiek tiek stiliaus, kad atrodytų kaip disabled */
    opacity: 0.6;
    cursor: default;
}

a.hover-underline:hover {
    text-decoration: underline !important;
}
