/* MagicHellas: logo-only (top-left, global) */
.mh-corner-logo{
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
}

.mh-corner-logo img{
  height: 56px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.28));
}

@media (max-width: 760px){
  .mh-corner-logo img{ height: 46px; }
}
