/* Calanthe UI Overrides */

/* Login page logo — expand container and image beyond the default h-10 (40px).
   CALANTHE: scoped to the exact src used by AuthLayout ("assets/logo.svg",
   no leading slash). The sidebar logo uses "/assets/logo.svg" (with leading
   slash) and must NOT be matched here, otherwise the !important rule
   overrides its inline 24px sizing. */
div:has(> img[src="assets/logo.svg"]) {
  height: 120px !important;
}

img[src="assets/logo.svg"] {
  height: 120px !important;
  max-height: 120px !important;
  width: auto !important;
  max-width: 400px !important;
  margin: 0 auto;
  display: block;
}
