.logo,
.site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    line-height: 1;
}

.logo::before,
.site-footer-brand::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    background: url("images/cricteacher-logo.svg") center/contain no-repeat;
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.22));
}

.site-footer-brand::before {
    width: 46px;
    height: 46px;
}

.logo-section .logo {
    gap: 0.95rem;
}

.logo-section .logo::before {
    width: 64px;
    height: 64px;
}

@media (max-width: 768px) {
    .logo::before,
    .site-footer-brand::before {
        width: 36px;
        height: 36px;
    }

    .logo-section .logo::before {
        width: 56px;
        height: 56px;
    }
}
