footer.site-footer {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 0;
  padding: 4rem 1.5rem;
  border-top: 1px solid #353d28;
  background: #12160d;
  text-align: center;
}

footer.site-footer .midnight-kiss-logo--footer {
  display: block;
  width: 150px;
  height: 110px;
  margin: 0 auto;
}

footer.site-footer .midnight-kiss-logo--footer img {
  display: block;
  width: 150px;
  height: 110px;
  margin: 0 auto;
  object-fit: contain;
}

footer.site-footer > p {
  margin: 0;
  color: #b597a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}

footer.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.5rem;
  max-width: 900px;
  margin: 1.6rem auto 0;
}

footer.site-footer .footer-links a {
  margin: 0;
  color: #dfc3d1;
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

footer.site-footer .footer-links a:hover,
footer.site-footer .footer-links a:focus-visible {
  color: #fff;
}

