/*
 * Shared public frontend shell.
 * Loaded once from frontend_head_assets() on the homepage and every subpage.
 */

.active-users-footer{
  margin:0;
  padding:0;
  background:#0a0d10;
  border-top:1px solid rgba(189,146,50,.28);
  color:#aeb7be;
}

.active-users-footer__inner{
  width:min(1280px,calc(100% - 32px));
  min-height:34px;
  margin:0 auto;
  padding:9px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px 16px;
  flex-wrap:wrap;
  font-size:11px;
  line-height:1.3;
}

.active-users-footer__inner span{
  color:#d4d9dd;
  white-space:nowrap;
}

.active-users-footer__inner span+span::before{
  content:"•";
  margin-right:16px;
  color:#bd9232;
}

@media(max-width:640px){
  .active-users-footer__inner{
    padding:9px 12px;
    font-size:10.5px;
  }
}
