@import url("kptn-theme.css");

body .footer::after {
  content: none !important;
  display: none !important;
}

.footer-static {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-static > span {
  color: #a09798;
  font-size: .72rem;
}

.footer-static nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.footer-static a,
.footer-static button,
.entry-footer a,
.entry-footer button {
  padding: 0;
  border: 0;
  background: none;
  color: #bdb5b5;
  font: inherit;
  font-size: .72rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.entry-footer {
  position: fixed;
  z-index: 6;
  left: 15px;
  right: 15px;
  bottom: 10px;
  color: #94898a;
  font-size: .68rem;
  line-height: 1.7;
  text-align: center;
}

.entry-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 18px;
}

@media (max-width: 700px) {
  .footer-static {
    align-items: flex-start;
    flex-direction: column;
  }
}
