.brand-mark {
    width: 48px;
    height: 48px;
    padding: 0;
    flex: 0 0 48px;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .brand-mark {
    padding: 4px;
    background: #f7fbf8;
    border-radius: 14px;
}

.admin-topbar .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
}

@media (max-width: 560px) {
    .brand-mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}
