#top-panel {
  position: fixed;
  top: env(safe-area-inset-top, 0px);
  left: 0;
  right: 0;
  height: 56px;
  padding: 0 16px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 240, 235, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139, 69, 19, 0.16);
  pointer-events: none;
}

#gallery-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2c2c3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 62vw;
}

#vk-user {
  font-size: 12px;
  color: #8b4513;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30vw;
}
