/* NC.EL.78 — 48-language grid scoped to CCU News footer (not global hub) */
footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 6px;
  max-width: 100%;
  margin: 0 auto;
}

footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  font-size: 0.72rem;
  line-height: 1.25;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-weight: 500;
}

footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid button .nc-el-lang-short {
  font-weight: 800;
  min-width: 1.5em;
  color: var(--ccu-gold, #c9a96e);
}

footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid button:hover {
  border-color: var(--ccu-gold, #c9a96e);
  background: rgba(255, 255, 255, 0.12);
}

footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid button.active {
  background: var(--ccu-gold, #c9a96e);
  border-color: var(--ccu-gold, #c9a96e);
  color: var(--ccu-navy, #0a1628);
}

footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid button.active .nc-el-lang-short {
  color: var(--ccu-navy, #0a1628);
}

footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-status {
  text-align: center;
  margin-top: 0.65rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  footer.ccu-site-footer .ccu-site-footer-lang .nc-el-lang-grid {
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  }
}
