/* v55 — logo is always a single, fixed-size image; prevents giant stacked assets */
.fx-brand-picture,
.fx-footer-brand-picture,
.fx-admin-brand-picture {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 auto !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 0 !important;
}
.fx-brand-picture {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    border-radius: 13px !important;
}
.fx-footer-brand-picture {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    border-radius: 14px !important;
}
.fx-admin-brand-picture {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    border-radius: 12px !important;
}
.fx-brand-image,
.fx-footer-brand-image,
.fx-admin-brand-image {
    display: block !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.fx-brand-image {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
}
.fx-footer-brand-image {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
}
.fx-admin-brand-image {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
}
@media (max-width: 700px) {
    .fx-brand-picture,
    .fx-brand-image {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
    }
    .fx-footer-brand-picture,
    .fx-footer-brand-image {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
    }
    .fx-admin-brand-picture,
    .fx-admin-brand-image {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
    }
}
