/* FREEGO v64 - keep Privacy Policy link visible above copyright in footer */
.footer.see-more-footer .footer-brand .footer-privacy-link{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:5 !important;
  width:max-content !important;
  margin:clamp(8px,.9vw,12px) 0 clamp(6px,.7vw,10px) !important;
  padding:0 !important;
  color:rgba(255,255,255,.76) !important;
  font-family:Manrope,Inter,Arial,sans-serif !important;
  font-size:clamp(.62rem,.7vw,.78rem) !important;
  line-height:1.45 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
}
.footer.see-more-footer .footer-brand .footer-privacy-link:hover,
.footer.see-more-footer .footer-brand .footer-privacy-link:focus-visible{
  color:rgba(217,182,90,.96) !important;
  text-decoration:none !important;
}
.footer.see-more-footer .footer-brand p{
  margin-top:0 !important;
}

/* Mobile footer text must stay on the left, not centered */
@media(max-width:760px){
  .footer.see-more-footer .footer-inner{
    align-items:flex-start !important;
    text-align:left !important;
  }
  .footer.see-more-footer .footer-brand{
    align-items:flex-start !important;
    text-align:left !important;
    width:100% !important;
  }
  .footer.see-more-footer .footer-brand .footer-logo-link,
  .footer.see-more-footer .footer-brand .footer-privacy-link,
  .footer.see-more-footer .footer-brand p{
    margin-left:0 !important;
    margin-right:auto !important;
    text-align:left !important;
  }
  .footer.see-more-footer .footer-brand .footer-privacy-link{
    align-self:flex-start !important;
  }
}
