/* Kalypso (https://kalypso.sail.game/) — tenant style override.
   Loaded last in the CRM CSS cascade (see impl/CRM/frmPageModernCRM.php),
   so anything here wins over css/main.css and admin custom CSS.
   Placeholder — fill in from Figma: https://www.figma.com/proto/rtE0TYd8oq6zcTiNMvIzuJ/Publisher-Suite?node-id=24-972
*/
.menu-logo-area img {
    height: 70px !important;
    width: auto;
    max-width: 170px;
    object-fit: contain;
}

/* Login screen logo (logo-no-bg.png, 275x113 native) — bigger to anchor the left-panel composition */
.login-page .left-side-panel .logo-wrapper img {
    width: 400px;
    height: auto;
}
