.crania-demo-footer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px clamp(14px, 4vw, 54px);
  color: #fffdf3;
  background: #050b09;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.crania-demo-footer p {
  flex: 1 1 auto;
  max-width: none;
  margin: 0;
  color: rgba(255, 253, 243, 0.82);
  font-size: 0.84rem;
  line-height: 1.3;
  text-align: left;
}

.crania-demo-footer b,
.crania-demo-footer strong {
  color: #ffffff;
}

.crania-demo-footer .footer-links {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
}

.crania-demo-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.crania-demo-footer .footer-link-crania {
  border-color: rgba(203, 213, 225, 0.28);
  color: #d1d5db;
  background: rgba(107, 114, 128, 0.38);
}

.crania-demo-footer .footer-link-owner {
  border-color: rgba(255, 255, 255, 0.88);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
}

.crania-demo-footer a:hover {
  border-color: rgba(255, 224, 198, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.crania-demo-footer .footer-link-crania:hover {
  border-color: rgba(203, 213, 225, 0.48);
  color: #f8fafc;
  background: rgba(107, 114, 128, 0.56);
}

.crania-demo-footer .footer-link-owner:hover {
  border-color: #ffffff;
  color: #020617;
  background: #ffffff;
}

@media (max-width: 1180px) {
  .crania-demo-footer {
    flex-wrap: wrap;
  }

  .crania-demo-footer p,
  .crania-demo-footer .footer-links {
    width: 100%;
  }

  .crania-demo-footer .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .crania-demo-footer {
    align-items: stretch;
  }

  .crania-demo-footer a {
    flex: 1 1 100%;
  }
}
