/* TrekPatrolCRM */

.trekpatrolcrm-logo {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

.navbar-brand .trekpatrolcrm-logo {
    max-width: 150px !important;
    max-height: 40px !important;
}

.page-card-head .trekpatrolcrm-logo,
.login-content .trekpatrolcrm-logo {
    max-width: 220px !important;
    max-height: 100px !important;
}

.footer-powered,
.powered-by {
    display: none !important;
}

/* TREK_AXIS_LAUNCHER_SCALE_START */

/*
 * TREK AXIS shield artwork is portrait-heavy inside
 * its square source image. Keep the source ratio intact
 * and reduce only its optical size so it matches the
 * surrounding Desk launcher icons.
 */
img[src*="trekaxis-logo-dark.png"],
img[src*="trekaxis-logo-light.png"] {
    transform: scale(0.95);
    transform-origin: center center;
    object-fit: contain;
    border-radius: 8px;
}

/* TREK_AXIS_LAUNCHER_SCALE_END */
