/* One shared emblem for the public website and AI Station workspace. */
.orvext-site .orvext-brand-mark,
.workspace-shell .workspace-brand-mark {
  background: #090b14 url("/brand/ai-station-mark.png") center / contain no-repeat !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: hidden;
}
.orvext-site .orvext-brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.orvext-site .orvext-brand-mark > *,
.workspace-shell .workspace-brand-mark > * {
  display: none !important;
}
.orvext-site .orvext-brand-mark::before,
.orvext-site .orvext-brand-mark::after,
.workspace-shell .workspace-brand-mark::before,
.workspace-shell .workspace-brand-mark::after {
  content: none !important;
  display: none !important;
}
