.seat-pack {
  transition: filter .18s ease, box-shadow .18s ease, transform .15s ease;
}
.seat-pack:hover {
  filter: brightness(1.05) saturate(1.06);
}
/* Boja i rotacija: loungerStyle u ui.js; ivica statusa preko inline border-a */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

@media (max-width: 639px) {
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
}
