/* DIP UI Runtime v1.1 — globally enqueued by DIP Content Tools */
.dip-brand-logo{
  display:block;
  width:62px;
  height:40px;
  flex:0 0 62px;
  background-image:url("images/dip-logo.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

.mobile-menu-brand .dip-brand-logo{
  width:58px;
  height:42px;
  flex-basis:58px;
}

@media(max-width:560px){
  .dip-brand-logo{
    width:54px;
    height:38px;
    flex-basis:54px;
  }
}

@media(prefers-reduced-motion:reduce){
  .mobile-menu-layer,
  .mobile-menu-panel,
  .theme-toggle,
  .mobile-menu-toggle{
    transition:none!important;
    animation:none!important;
  }
}
