/* Custom overrides for minima theme */

/* Reduce the main content's max-width and center margin */
.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-footer {
  background: #222;
  color: #fff;
  padding: 2rem 0 1rem 0;
  text-align: center;
  margin-top: 3rem;
}

.site-footer .footer-content {
  max-width: 900px;
  margin: 0 auto;
}

.site-footer .footer-social {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.site-footer .footer-social li {
  display: inline-block;
}

.site-footer .footer-social a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 500;
  transition: color 0.2s;
}

.site-footer .footer-social a:hover {
  color: #1da1f2;
}

.site-footer svg {
  vertical-align: middle;
}

body {
  overflow-x: hidden;
}