/* Shared NIR footer — homepage exact */

/* Shared site footer — exact homepage chrome, all pages */
.footer {
  border-top: none;
  padding-top: 8px;
  padding-bottom: 40px;
  color: var(--muted);
  font-size: 11px;
  background: transparent;
}
.footer p {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 28px;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: var(--margin, 72px);
  padding-right: var(--margin, 72px);
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--muted);
  line-height: 1;
}
.footer p > span:nth-child(2) {
  margin-left: 0;
  order: unset;
  width: auto;
}
.footer-li {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  height: 11px;
  line-height: 1;
  text-decoration: none;
}
.footer-li svg {
  display: block;
  width: 10px;
  height: 10px;
}
.footer-res {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  height: 11px;
  line-height: 1;
}
.footer-res svg {
  display: block;
  width: 11px;
  height: 11px;
}
@media (max-width: 800px) {
  .footer p {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }
  .footer p > span:nth-child(2) {
    order: unset;
    width: auto;
    margin: 0;
  }
  .footer-li {
    transform: none;
    height: auto;
    min-width: 32px;
    min-height: 32px;
    padding: 8px 0;
    box-sizing: content-box;
  }
  .footer-li svg {
    width: 13px;
    height: 13px;
  }
  .footer-res {
    transform: none;
    height: auto;
    min-width: 32px;
    min-height: 32px;
    padding: 8px 0;
    box-sizing: content-box;
  }
  .footer-res svg {
    width: 13px;
    height: 13px;
  }
}
