/* Shared footer details supplied by the user; keep registration text intact. */
footer.boban-site-footer,
#boban-home-concept footer.boban-site-footer { padding-top: 24px; padding-bottom: 24px; }
footer.boban-site-footer :is(.footer-inner, .de-footer-inner, .hanhai-footer-inner, .stream-footer-inner),
#boban-home-concept .boban-site-footer .boban-mm-footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
footer.boban-site-footer .boban-site-legal {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  width: 100%;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: #64758a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
footer.boban-site-footer .boban-site-legal span { white-space: nowrap; }
#boban-home-concept .boban-site-footer .boban-site-legal {
  color: #b6c2cf;
  border-color: rgba(255, 255, 255, .18);
}
#boban-home-concept .boban-site-footer .boban-mm-footer-links {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  footer.boban-site-footer .boban-site-legal {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
  }
}

footer.boban-site-footer .boban-site-legal a{color:inherit;font:inherit;text-decoration:none}
footer.boban-site-footer .boban-site-legal a:hover{text-decoration:underline}
