/* Sticky "Učitaj još" bottom-right; ne dira postojeće stilove .chip/.row */
.more-wrap {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 999;
}
.more-wrap .chip {
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
@media (max-width: 420px) {
  .more-wrap {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
}
