@charset "UTF-8";
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 60px;
  line-height: var(--spacing);
  box-shadow: var(--shadow);
}

footer a {
  color: var(--text) !important;
}

footer a:hover {
  color: var(--primary) !important;
}

footer .icon {
  font-size: var(--xl);
  width: 16px;
  height: 16px;
}

footer svg {
  width: 150px;
  margin: 0; /* 清除上下外边距 */
  padding: 0; /* 清除内边距 */
  display: block; /* 避免行内元素的间隙 */
}

/*# sourceMappingURL=footer.css.map */