/* VityCare Branding Override for Postiz */

/* Hide ALL Postiz logo SVGs */
svg[width="60"][height="60"][viewBox="0 0 60 60"],
svg[width="101"][height="33"][viewBox="0 0 101 33"] {
  display: none !important;
}

/* Fix org-switcher dropdown: z-index + prevent overflow clipping */
.group-hover\:flex,
.group .absolute {
  z-index: 9999 !important;
}
.flex.flex-1.gap-\[1px\],
.flex.flex-1.gap-\[1px\] > * {
  overflow: visible !important;
}

/* Brighten VityCare signet in dark mode */
.dark img[src="/logo.svg"] {
  filter: brightness(2.2) contrast(1.1) !important;
}
