/* Sidebar + auth logo scale (Betico/Ruvibet-style prominence) — no bundle change */

#root a[data-cheers-logo="1"] {
  display: block !important;
  width: 100% !important;
  max-width: 16rem;
  padding: 0.25rem 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#root a[data-cheers-logo="1"] img {
  display: block !important;
  width: 92% !important;
  max-width: 14.5rem !important;
  height: auto !important;
  max-height: 4.75rem !important;
  min-height: 3.25rem;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
}

/* Login / register centered wordmark */
#root .max-w-md a[data-cheers-logo="1"] img,
#root .max-w-md img[src="/logo.png"] {
  width: min(20rem, 88vw) !important;
  max-width: 20rem !important;
  max-height: 5.5rem !important;
  margin: 0 auto;
  object-position: center center !important;
}
