/* Site logo from backend settings */
.site-logo-img {
    max-width: 230px;
    max-height: 74px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}
.site-header .site-logo-img,
.header-bar .site-logo-img {
    max-height: 58px;
}
.site-footer .site-logo-img {
    max-height: 70px;
}
.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
