.site-footer {
  width: min(1380px, calc(100% - 36px));
  margin: 0 auto;
  padding: 6px 18px 24px;
  color: #66738a;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #294db8;
  text-decoration: underline;
}
