/* Hard cap for IQBusiness branding in the app shell. The deployed bundle contains a wordmark class that can grow to 34rem. */
#root img[src*="iqbusiness"],
#root img[alt*="IQBusiness"],
#root img[alt*="IQ Business"],
#root a[href] img[src*="wordmark"],
#root header img,
#root aside img {
  width: auto !important;
  min-width: 0 !important;
  max-width: 132px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 36px !important;
  object-fit: contain !important;
}

#root header a:has(img[src*="iqbusiness"]),
#root header a:has(img[alt*="IQBusiness"]),
#root aside a:has(img[src*="iqbusiness"]),
#root aside a:has(img[alt*="IQBusiness"]) {
  max-width: 148px !important;
  width: auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

#root img[src*="iqbusiness-wordmark"],
#root img[src*="iqbusiness-official"],
#root img[src*="iqbusiness-mark"] {
  max-width: 132px !important;
  max-height: 36px !important;
}

@media (min-width: 1024px) {
  #root img[src*="iqbusiness"],
  #root img[alt*="IQBusiness"],
  #root img[alt*="IQ Business"],
  #root a[href] img[src*="wordmark"],
  #root header img,
  #root aside img {
    max-width: 148px !important;
    max-height: 40px !important;
  }
}
