/* Logo component styles */

.logo-image {
    max-height: 1.4rem !important;
    width: auto !important;
    height: auto !important;
    /* Prevent layout shift by reserving space based on aspect ratio */
    /* Logo aspect ratio is 535:82 = 6.52:1 */
    aspect-ratio: 535 / 82;
}
