/* CompressGecko Terms & Privacy */
.footer-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  margin-left:auto;
}
.footer-contact-link,
.terms-privacy-link{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  color:inherit;
  font:inherit;
  font-weight:800;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  cursor:pointer;
  opacity:.9;
}
.footer-contact-link:hover,
.terms-privacy-link:hover{opacity:1;color:#4a9f13}
footer:not(:has(.footer-inner)) .terms-privacy-link{
  float:right;
  margin-right:24px;
}
.cg-legal-open{overflow:hidden}
.cg-legal-backdrop{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(14,25,18,.62);
  backdrop-filter:blur(5px);
}
.cg-legal-dialog{
  width:min(900px,100%);
  max-height:min(86vh,900px);
  display:flex;
  flex-direction:column;
  background:#fff;
  color:#17231c;
  border:1px solid #dfe9d8;
  border-radius:24px;
  box-shadow:0 30px 100px rgba(0,0,0,.28);
  overflow:hidden;
}
.cg-legal-header{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:22px 24px 18px;
  border-bottom:1px solid #e5eee0;
  background:linear-gradient(180deg,#fbfff7,#fff);
}
.cg-legal-title-wrap{min-width:0;flex:1}
.cg-legal-title{
  margin:0;
  font-size:clamp(24px,4vw,34px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.cg-legal-updated{
  margin:7px 0 0;
  color:#748078;
  font-size:12px;
  font-weight:700;
}
.cg-legal-close{
  appearance:none;
  border:1px solid #dce6d7;
  background:#f6fbf2;
  color:#304130;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:12px;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.cg-legal-close:hover{background:#eaf7df}
.cg-legal-body{
  overflow:auto;
  padding:24px;
  line-height:1.62;
  overscroll-behavior:contain;
}
.cg-legal-intro{
  margin:0 0 24px;
  padding:15px 16px;
  border:1px solid #dff0ce;
  background:#f7fdee;
  border-radius:14px;
}
.cg-legal-section{margin-top:26px}
.cg-legal-section:first-of-type{margin-top:0}
.cg-legal-section h3{
  margin:0 0 12px;
  font-size:20px;
}
.cg-legal-list{
  margin:0;
  padding-left:24px;
}
.cg-legal-list li{
  margin:0 0 13px;
  padding-left:4px;
}
.cg-legal-list a{
  color:#347d12;
  font-weight:800;
  overflow-wrap:anywhere;
}
.cg-legal-note{
  margin:22px 0 0;
  padding-top:16px;
  border-top:1px solid #e3ebe0;
  color:#66736b;
  font-size:12px;
}
@media(max-width:640px){
  .cg-legal-backdrop{padding:10px}
  .cg-legal-dialog{max-height:92vh;border-radius:18px}
  .cg-legal-header{padding:18px 17px 14px}
  .cg-legal-body{padding:18px 17px}
  footer:not(:has(.footer-inner)) .terms-privacy-link{
    float:none;
    display:block;
    width:max-content;
    margin:10px auto 0;
  }
  .footer-inner .footer-links{
    width:100%;
    justify-content:flex-end;
  }
}
