/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
.footer {
  height: 54px;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  padding-inline: 0.5rem;
  position: relative;
  margin: 0;
  padding: 0 1rem;
}
.footer > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .footer__left {
    visibility: hidden;
  }
}
.footer__link {
  font-weight: 600;
}
.footer__link:hover {
  color: var(--primary);
}

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