/* extracted from templates/base.html */
.footer-logo-badge,
.footer-brand-badge,
.footer-icon-badge,
.footer-badge-icon,
.footer-card .footer-badge,
.footer-card .footer-icon{
    width:78px !important;
    height:78px !important;
    min-width:78px !important;
    min-height:78px !important;
    border-radius:22px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    padding:0 !important;
    background:linear-gradient(135deg,#ffffff,#fff5fa) !important;
    box-shadow:0 10px 24px rgba(157,23,77,.14) !important;
}

.footer-logo-img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    display:block !important;
    border-radius:20px !important;
    background:#fff !important;
    padding:6px !important;
}

@media(max-width:991px){
    .footer-logo-badge,
    .footer-brand-badge,
    .footer-icon-badge,
    .footer-badge-icon,
    .footer-card .footer-badge,
    .footer-card .footer-icon{
        width:68px !important;
        height:68px !important;
        min-width:68px !important;
        min-height:68px !important;
        border-radius:18px !important;
    }

    .footer-logo-img{
        border-radius:16px !important;
        padding:5px !important;
    }
}
