/* Scale down the header logo in the copilot chat */
header img[alt="logo"],
header img[src*="logo"],
.MuiToolbar-root img,
[class*="header"] img {
  max-height: 24px !important;
  width: auto !important;
}
