.footer.license-site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: #020704;
}

.footer.license-site-footer .footer-bottom.license-footer {
  display: flex;
  min-height: 66px;
  margin: 0;
  padding: 18px 0;
  border-top: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  color: var(--muted-2, #778372);
  font-size: 13px;
  text-align: center;
}

.footer.license-site-footer .footer-bottom.license-footer > span {
  line-height: 1.7;
}

.footer.license-site-footer .footer-bottom.license-footer a {
  color: var(--green, #6ccb3f);
  font-weight: 750;
  white-space: nowrap;
}

.footer.license-site-footer .footer-bottom.license-footer a:hover {
  color: var(--white, #f7f8ef);
}

@media (max-width: 560px) {
  .footer.license-site-footer .footer-bottom.license-footer {
    min-height: 0;
    padding: 16px 0;
    font-size: 12px;
  }
}
