.app-footer{background-color:#fff;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding:10px 20px;display:flex;box-shadow:0 -2px 4px #0000000d}.app-footer ul{flex-direction:row;align-items:center;margin:0;padding:0;list-style:none;display:flex}.app-footer li{color:var(--brand-gray);padding:0 5px;font-size:14px}.footer-links{color:var(--brand-gray);font-size:14px}.footer-links a{color:var(--brand-gray);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--brand-primary);text-decoration:underline}@media only screen and (max-width:600px){.app-footer{text-align:center;flex-direction:column;gap:10px}.app-footer ul{flex-wrap:wrap;justify-content:center}}
