.sp-module-content .mod-languages ul.lang-inline {
  background-color: black;
}

/* Footer */
.site-footer {
  color: #fff;
  padding: 0 0;
  font-family: Arial, sans-serif;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}

/* Layout */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-col {
  flex: 1 1 280px;
  margin: 0 20px;
}
.footer-col h3 {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

/* Contact column */
.contact-col p {
  margin: 6px 0;
  line-height: 1.5;
}

/* Social icons */
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #222;
  border-radius: 4px;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}
.social-icons li a:hover {
  background-color: #555;
}
