/* Reuse the original CERRA artwork without changing its pixels. */
img[src$="cerra-logo-cdb4bf73.png"] {
  object-fit: contain;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
}
.app-sidebar-logo img[src$="cerra-logo-cdb4bf73.png"] {
  width: 180px;
  height: 60px !important;
}
.app-sidebar-logo img[src$="cerra-logo-cdb4bf73.png"] + span {
  display: none;
}
