/* The official blue-and-black Moveo logo needs a light surface on dark navigation. */
a.brand {
  box-sizing: border-box;
  width: 136px !important;
  justify-content: center;
  padding: 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 7px 22px rgba(1, 14, 22, 0.16);
}

a.brand img {
  display: block;
  width: 100% !important;
  height: auto;
  object-fit: contain;
  filter: none !important;
}

@media (max-width: 760px) {
  a.brand {
    width: 116px !important;
    padding: 4px 7px;
    border-radius: 11px;
  }
}

img.footer-brand,
.footer-brand > img {
  box-sizing: border-box;
  height: auto;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  background: #fff;
  filter: none !important;
}
