#footerContainer {
  background: #1976d2;
  color: white;
  padding: 30px 20px;
  margin-top: 50px;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}

.footer-col h4 {
  margin-bottom: 10px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 6px;
}

.footer-col p {
  margin: 0 0 6px 0;
}

#footerContainer a {
  color: white;
  text-decoration: none;
}

#footerContainer a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 25px;
  font-size: 0.9rem;
}

.footer-flags {
  margin-top: 10px;
}

.lang-flag {
  width: 30px;
  cursor: pointer;
  margin-right: 8px;
}

.lang-flag:last-child {
  margin-right: 0;
}

.lang-error {
  margin-top: 10px;
  color: yellow;
  font-size: 0.8rem;
}