/* Dev-only branding overrides (gitignored via api/public) */

/* Landing: smaller header logo */
.site-header picture img {
  height: 1.75rem !important;
  max-height: 1.75rem !important;
}
@media (min-width: 1024px) {
  .site-header picture img {
    height: 2rem !important;
    max-height: 2rem !important;
  }
}

/* Admin/customer sidebar: smaller white logo */
.brand-logo img.sidebar-logo-image,
.sidebar-logo-image {
  height: 36px !important;
  max-height: 36px !important;
}

/* Login page: white logo */
.logo-link .brand-logo img {
  max-width: 200px !important;
}
@media (max-width: 768px) {
  .logo-link .brand-logo img {
    max-width: 160px !important;
  }
}
