/* Set max width for chat header logo, keeping aspect ratio. */
.containerArea .chatHeader img {
    max-width: var(--logo-max-width);
    height: auto;
}

/* Hide agent/bot name in header. */
.chatHeader .headerText.logo {
    visibility: hidden;
}
