.yad-brand img {
  width: 178px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}
.yad-brand small {
  font-weight: 650;
  padding-left: 10px;
  border-left: 1px solid var(--line);
}
.workspace-signin {
  margin-left: auto;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.priority-link {
  align-self: flex-start;
  color: var(--blue);
  font-weight: 800;
  padding: 8px 0;
  text-decoration: none;
}
@media (max-width: 850px) {
  .yad-brand img { width: 150px; }
  .workspace-signin { display: none; }
}
