img.logo {
  height: 44px !important;
  width: auto !important;
  max-width: 280px !important;
  object-fit: contain !important;
  cursor: pointer;
}
#vs-dash-btn {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  margin-right: 8px;
  border-radius: 6px;
  background: #22c55e;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
  flex: none;
}
#vs-dash-btn:hover { background: #16a34a; }
