/* BENKO CHESS CLUB – PROFESSIONAL FULL-WIDTH FOOTER v3
   Isti ton kao sticky header, bez zaobljenja i bez zlatne linije.
   Footer nije sticky: vidi se tek na kraju stranice.
   Samo dva reda: link ka glavnom Benko Chess sajtu i copyright.
*/
html:root body .bc-footer.bc-footer{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  margin-top:var(--bc-bottom-gap,44px)!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(8,36,92,.97)!important;
  color:#fff!important;
  box-shadow:none!important;
  text-align:center!important;
  font-family:Arial,Helvetica,sans-serif!important;
  position:static!important;
}
html:root body .bc-footer .bc-footer-inner{
  width:min(1535px,calc(100% - 36px))!important;
  max-width:1535px!important;
  margin:0 auto!important;
  padding:14px 0 12px!important;
}
html:root body .bc-footer .bc-footer-line{
  margin:0!important;
  padding:0!important;
  line-height:1.35!important;
}
html:root body .bc-footer .bc-footer-main{
  margin-bottom:6px!important;
}
html:root body .bc-footer .bc-footer-home,
html:root body .bc-footer .bc-footer-home:link,
html:root body .bc-footer .bc-footer-home:visited,
html:root body .bc-footer .bc-footer-home:hover,
html:root body .bc-footer .bc-footer-home:active{
  color:#fff!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
html:root body .bc-footer .bc-footer-home strong{
  color:inherit!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
html:root body .bc-footer .bc-footer-home:focus-visible{
  outline:2px solid rgba(255,255,255,.75)!important;
  outline-offset:4px!important;
  border-radius:3px!important;
}
/* Stari blok društvenih mreža je uklonjen iz HTML-a; ovo je dodatna zaštita. */
html:root body .bc-footer .bc-footer-social{
  display:none!important;
}
html:root body .bc-footer .bc-footer-copy{
  color:#cbd8f0!important;
  font-size:12.5px!important;
  font-weight:400!important;
}
@media(max-width:560px){
  html:root body .bc-footer.bc-footer{
    margin-top:var(--bc-bottom-gap,28px)!important;
  }
  html:root body .bc-footer .bc-footer-inner{
    width:calc(100% - 20px)!important;
    padding:12px 0 11px!important;
  }
  html:root body .bc-footer .bc-footer-main{
    margin-bottom:5px!important;
  }
  html:root body .bc-footer .bc-footer-home strong{
    font-size:14px!important;
  }
  html:root body .bc-footer .bc-footer-copy{
    font-size:12px!important;
  }
}
