/* Official XANOCON logo sizing shared across public and admin pages. */
.brand img {
    display: block;
    width: auto;
    height: 64px;
    object-fit: contain;
}

.footer-brand img {
    height: 112px;
}

.admin-brand img {
    display: block;
    width: auto;
    height: 78px;
    object-fit: contain;
}

.login-brand {
    justify-content: center;
}

.login-brand img {
    display: block;
    width: auto;
    height: 132px;
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width: 680px) {
    .brand img { height: 52px; }
    .footer-brand img { height: 96px; }
}
