/* Miejska Gallery — Morebar */
.mgvt-morebar-wrap {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-decoration: none;
}
.mgvt-more-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 20px; /* większy font */
  color: #ffffff;
  background: linear-gradient(90deg, #3354d8 0%, #18afef 100%);
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  .mgvt-morebar-wrap { width: 100%; }
}
