.footer-edforall{
    margin:60px auto 24px;
    padding:18px 24px;
    width:min(1100px, calc(100% - 140px));
    margin-left:max(110px, calc((100% - 1100px) / 2 + 80px));
    background:rgba(255,255,255,.85);
    border-radius:22px;
    box-shadow:0 8px 22px rgba(0,0,0,.06);
    color:#4b5563;
    display:flex;
    justify-content:space-between;
    gap:12px;
    font-weight:800;
}

body.dark-mode .footer-edforall{
    background:#1f1f1f;
    color:#cbd5e1;
}

@media(max-width:900px){
    .footer-edforall{
        width:calc(100% - 100px);
        margin-left:82px;
        margin-right:18px;
        flex-direction:column;
        text-align:center;
    }
}
