/* Small accessibility touches that keep the original look: minimum 24px tap size for tiny labels and icon buttons. */
a.label, .label a, .hz-label { display: inline-flex; align-items: center; min-height: 24px; }
.item-tool span, .item-tool-favorite, .item-tool-compare, .item-tool-preview { min-width: 24px; min-height: 24px; display: inline-flex; align-items: center; justify-content: center; }
