.fat-mobile-footer{
position:fixed;
bottom:0;
left:0;
width:100%;
height:72px;

background:#fff;

display:flex;
justify-content:space-around;
align-items:center;

box-shadow:0 -3px 20px rgba(0,0,0,.08);

z-index:99999;

padding-bottom:env(safe-area-inset-bottom);
}

.fat-mobile-footer a{
flex:1;

display:flex;

flex-direction:column;

align-items:center;

gap:6px;

text-decoration:none;

color:#555;

font-size:12px;
}

.fat-mobile-footer svg{
width:22px;
height:22px;
}

.current-menu-item{
color:#000;
}