.seo-links-strip {
  width: min(1500px, calc(100vw - 1.6rem));
  margin: 0.2rem auto 0.5rem;
}

.seo-links-strip__inner {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  padding: 0.48rem 0.7rem;
}

.seo-links-strip__title {
  margin: 0 0 0.28rem;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-subtle);
  font-weight: 700;
}

.seo-links-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.seo-links-strip__links a {
  text-decoration: none;
  font-size: 0.83rem;
  color: var(--text-subtle);
}

.seo-links-strip__links a:hover {
  color: var(--brand-dark);
}

.site-footer {
  width: min(1500px, calc(100vw - 1.6rem));
  margin: 0 auto 0.55rem;
}

.site-footer__inner {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.42rem 0.75rem;
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--text-subtle);
}

.site-footer__inner a {
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 979px) {
  .seo-links-strip {
    width: min(1100px, calc(100vw - 1rem));
    margin-bottom: 0.7rem;
  }

  .site-footer {
    width: min(1100px, calc(100vw - 1rem));
    margin-bottom: 0.9rem;
  }

  .site-footer__inner {
    justify-content: flex-start;
  }
}
