/* Shared StreetMate logo presentation.
   Keeps all header, footer and admin marks aligned with the Illustrator logo style. */

.logo .mark,
.top .mark,
.route-page .mark{
  display:block;
  object-fit:contain;
  flex:0 0 auto;
  filter:drop-shadow(0 0 10px rgba(37,239,255,.32)) drop-shadow(0 0 10px rgba(255,43,138,.18));
}

.dashboard-hero-brand .brand-mark{
  display:block;
  object-fit:contain;
  padding:3px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(37,239,255,.22);
  border-radius:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 0 22px rgba(37,239,255,.18);
}

.admin-brand .brand-mark,
.editor-brand-mark{
  overflow:hidden;
}

.admin-brand .brand-mark img,
.editor-brand-mark img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 0 9px rgba(37,239,255,.3)) drop-shadow(0 0 8px rgba(255,43,138,.18));
}
