.cc-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cc-lang a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
.cc-lang a.is-active,
.cc-lang a:hover {
  color: #fff;
}
.cc-lang-sep {
  color: rgba(255, 255, 255, 0.28);
}
.cc-lang-float {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;
  background: rgba(14, 14, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
}
@media (max-width: 991px) {
  .cc-lang {
    margin: 12px 0 4px;
  }
}

/* Keep the original footer bottom layout: legal links on one row. */
.footer_legal-wrapper {
  flex-wrap: nowrap;
  align-items: center;
}
.footer_legal-wrapper .cookie-manager_component {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  z-index: auto;
}
.footer_social-wrapper {
  max-width: 16.5rem;
}
.footer_social-item .text-size-small {
  line-height: 1.35;
}
@media (max-width: 991px) {
  .footer_legal-wrapper {
    flex-wrap: wrap;
  }
  .footer_social-wrapper {
    max-width: none;
  }
}
