footer{height:20rem;padding:3rem;flex-direction:column;background:var(--light-grey);gap:2rem;margin-top:auto}footer,footer .footer-top{justify-content:space-between;align-items:center}footer .footer-top{width:100%;gap:1.5rem}footer .footer-top nav{display:flex;align-items:center;gap:1.5rem}footer .footer-top nav .footer-sign-in-btn .btn-link{align-items:center;padding:.5rem .75rem .5rem .5rem;gap:.5rem;border-radius:.25rem;background:var(--light-grey)}footer .footer-top nav .footer-sign-in-btn .btn-link>svg{width:1rem;height:1rem;flex-shrink:0}footer .footer-top img{width:6.651rem;height:2rem;cursor:pointer}footer .footer-bottom{flex:1 1;width:100%;height:20rem;justify-content:end;align-items:center;flex-direction:column}footer .footer-bottom p{font-size:.75rem}footer .footer-bottom a{display:inline}@media(orientation:portrait){footer .footer-top{align-items:flex-start}footer .footer-top nav{flex-direction:column;align-items:flex-end}footer .footer-top nav .menu-dropdown{margin-left:-.5rem}footer .footer-top nav .footer-sign-in-btn .btn-link{margin-right:-.5rem}footer .footer-bottom{flex-direction:column;text-align:end;align-items:end;padding-bottom:1.5rem}}