/*
 Theme Name:   Uncode Child
 Template:     uncode
 Version:      1.0
*/

.footer-copyright {
  background: #27353a;
  color: #fff;
  font-size: 14px;

}

.footer-copyright .footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright .footer-right {
  white-space: nowrap;
}

.footer-copyright .sep {
  margin: 0 8px;
}

.footer-copyright a {
  color: inherit;
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-copyright .footer-inner {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}
