@charset "UTF-8";

.site-footer
{
  width: 100%;
  margin-top: 32px;
  text-align: center;
  font-size: 0.9rem;
}

.site-footer__inner
{
  max-width: 1800px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.site-footer__copy
{
  color: inherit;
}

.site-footer__sep
{
  opacity: 0.55;
}

.site-footer__link
{
  text-decoration: none;
  font-weight: 800;
}

.site-footer__link:hover
{
  text-decoration: underline;
}


@media (max-width: 380px)
{
  .site-footer__inner
  {
    white-space: normal;
    flex-wrap: wrap;
  }

  .site-footer__sep
  {
    display: none;
  }
}
