
@media(min-width:768px){
 footer [class*="md:flex-row"]{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:24px}
 footer nav.group>ul{display:block!important}
 footer nav.group>label{cursor:default;margin-bottom:1rem}
 footer nav.group>label>svg{display:none}
 footer [class*="md:max-w-sm"]{width:auto!important;max-width:26rem}
}
