/* Shared footer, matching the builds.htm reference. */
.cc-site-footer{box-sizing:border-box;width:100%;margin:0;border:0;background:#000;color:#fff;padding:2rem 0;text-align:center;font:400 14px/1.5 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:normal}
.cc-site-footer *{box-sizing:border-box}
.cc-site-footer .cc-footer-container{max-width:1440px;margin:0 auto;padding:0 2rem}
.cc-site-footer .cc-footer-content{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}
.cc-site-footer .cc-footer-bottom{display:flex;width:100%;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;text-align:left}
.cc-site-footer .cc-footer-copyline{display:block}
.cc-site-footer .cc-footer-copy{order:-1;margin-right:0;color:#ccc;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;text-align:left;flex:0 1 auto;min-width:0}
.cc-site-footer .cc-footer-license{display:block;font-size:12px;color:#8a8a8a;line-height:1.5}
.cc-site-footer .cc-footer-legal{display:inline-flex;gap:2rem;margin-left:auto}
.cc-site-footer .cc-footer-legal>span{display:inline-flex;flex-direction:column;gap:.3rem}
.cc-site-footer a{color:#ccc;text-decoration:none;transition:color .3s ease;font:inherit;overflow-wrap:anywhere}
.cc-site-footer a:hover{color:#ffb400}
.cc-site-footer a:focus-visible{outline:2px solid #ffb400;outline-offset:4px}
@media(max-width:768px){
  .cc-site-footer .cc-footer-container{padding:0 1rem}
  .cc-site-footer .cc-footer-content{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:1.75rem 1rem;text-align:left}
  .cc-site-footer .cc-footer-bottom{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:1rem;grid-column:1/-1}
  .cc-site-footer .cc-footer-legal{grid-column:1/-1;width:100%;margin-left:0;display:grid!important;grid-template-columns:minmax(0,1fr) max-content;gap:1rem}
  .cc-site-footer .cc-footer-legal>span:first-child{justify-self:start;align-items:flex-start;text-align:left}
  .cc-site-footer .cc-footer-legal>span:last-child{justify-self:end;align-items:flex-end;text-align:right}
  .cc-site-footer .cc-footer-copy{order:0;margin-right:0;font-size:12px;color:#aaa}
  .cc-site-footer .cc-footer-rights{display:block}
}
