/* ===========================================
   VelkoobchodPlus - Top bar odkazy Pro firmy / Pro školy
   Vložit do custom.css
   =========================================== */

.vp-top-links {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

a.vp-top-link,
a.vp-top-link:visited {
  color: inherit !important;
  text-decoration: none !important;
  white-space: nowrap;
}

a.vp-top-link:hover {
  color: #9a0000 !important;
}

@media (max-width: 768px) {
  .vp-top-links {
    display: none;
  }
}
