/* Site Footer widget — logo polish.
   Keeps the footer logo image from scaling up beyond the dark band when the
   uploaded asset is large. Height is still set by .site-logo-img--footer
   in theme.css (40px) — this clamp is just a safeguard. */

.site-footer .site-logo-img {
    max-height: 48px;
    object-fit: contain;
    width: auto;
}

/* When only the logo image is set (no text), drop the gap so it doesn't
   leave a phantom space. */
.site-footer .site-logo:not(:has(.logo-text)) {
    gap: 0;
}
