/*
 * IslandTravelAtlas official brand logo.
 * The image is decorative inside an already-labelled home link.
 */

body.ita-site .pm-brand-mark {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(18, 127, 145, 0.22);
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow:
    0 3px 10px rgba(4, 45, 58, 0.12),
    0 0 0 2px rgba(255, 255, 255, 0.72);
}

body.ita-site .pm-brand-mark img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

body.ita-site .pm-footer .pm-brand-mark {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.22),
    0 0 0 2px rgba(255, 255, 255, 0.16);
}

@media (max-width: 760px) {
  body.ita-site .pm-brand-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.ita-site .pm-brand:hover .pm-brand-mark {
    transform: translateY(-1px);
    transition:
      transform 160ms ease,
      box-shadow 160ms ease;
  }
}
