/* PromptSaar footer without Explore column */

@media(min-width:768px){
  .ps-premium-footer .ps-footer-links{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(150px,1fr)) !important;
    width:100% !important;
    max-width:440px !important;
    margin-left:auto !important;
    gap:34px 48px !important;
    justify-self:end !important;
  }

  .ps-premium-footer .ps-footer-column{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
}

@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%,360px) !important;
    max-width:360px !important;
    margin:30px auto 0 !important;
    gap:24px 28px !important;
    justify-items:center !important;
  }

  .ps-premium-footer .ps-footer-column,
  .ps-premium-footer .ps-footer-column:last-child{
    grid-column:auto !important;
    width:100% !important;
    max-width:145px !important;
    margin:0 auto !important;
    justify-self:center !important;
    text-align:left !important;
  }

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

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

@media(max-width:380px){
  .ps-premium-footer .ps-footer-links{
    gap:22px 16px !important;
  }

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