/* PromptSaar approved balanced mobile footer */

@media(max-width:767px){
  .ps-premium-footer .ps-footer-links{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:min(100%,390px) !important;
    max-width:390px !important;
    margin:34px auto 0 !important;
    padding:0 !important;
    gap:28px 34px !important;
    align-items:start !important;
    justify-items:center !important;
  }

  .ps-premium-footer .ps-footer-column{
    width:100% !important;
    max-width:150px !important;
    margin:0 auto !important;
    padding:0 !important;
    text-align:left !important;
    justify-self:center !important;
  }

  .ps-premium-footer .ps-footer-column h3{
    width:100% !important;
    margin:0 0 16px !important;
    text-align:left !important;
  }

  .ps-premium-footer .ps-footer-column a{
    display:block !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 0 12px !important;
    text-align:left !important;
    justify-content:flex-start !important;
  }

  .ps-premium-footer .ps-footer-column:last-child{
    grid-column:1 / -1 !important;
    width:150px !important;
    max-width:150px !important;
    margin-top:0 !important;
    justify-self:center !important;
  }
}

@media(max-width:390px){
  .ps-premium-footer .ps-footer-links{
    width:min(100%,350px) !important;
    gap:26px 18px !important;
  }

  .ps-premium-footer .ps-footer-column{
    max-width:135px !important;
  }

  .ps-premium-footer .ps-footer-column:last-child{
    width:135px !important;
    max-width:135px !important;
  }
}