@import url("./styles-base.css");

/* Official RETIQON branding overrides */
.nav { min-height: 108px; }
.brand .brand-logo-full {
  width: 84px !important;
  height: 99px !important;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 17px rgba(154,108,255,.38));
}
.footer .brand .brand-logo-full {
  width: 92px !important;
  height: 109px !important;
}
.window-logo {
  width: 28px !important;
  height: 33px !important;
  object-fit: contain;
  border-radius: 6px;
}
.side-brand img {
  width: 104px !important;
  height: auto !important;
  max-height: 123px;
  object-fit: contain;
}
.nav-actions > a.btn-secondary[href*="/downloads/"] {
  font-size: 0;
}
.nav-actions > a.btn-secondary[href*="/downloads/"]::after {
  content: "Download";
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 760px) {
  .nav { min-height: 90px; }
  .brand .brand-logo-full {
    width: 68px !important;
    height: 80px !important;
  }
}
@media (max-width: 520px) {
  .brand .brand-logo-full {
    width: 60px !important;
    height: 71px !important;
  }
  .side-brand img {
    width: 66px !important;
    max-height: 78px;
  }
}
