/*$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
*/
.ResponsiveCommand i {
  display: none;
}
@media (max-width: 640px) {
  .ResponsiveCommand i {
    display: unset;
  }
  .ResponsiveCommand span,
  .ResponsiveCommand font,
  .ResponsiveCommand .command__text {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .ResponsiveIconCommand span,
  .ResponsiveIconCommand font,
  .ResponsiveIconCommand .command__text {
    display: none !important;
  }
}

.favoritesHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .favoritesHeader h2 {
    font-size: x-large;
  }
}
@media (max-width: 425px) {
  .favoritesHeader {
    flex-direction: column;
    gap: 0.5rem;
  }
  .favoritesHeader > * {
    width: 100%;
  }
  .favoritesHeader h2 {
    width: 100%;
  }
}

.favoriteGrid {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  min-width: 0;
}
.favoriteGrid .favoriteGrid__item {
  min-width: 0;
}
.favoriteGrid .favoriteGrid__item .missionCard {
  min-width: 0;
}
@media (max-width: 1536px) {
  .favoriteGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1280px) {
  .favoriteGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .favoriteGrid {
    grid-template-columns: repeat(3, 0.7fr);
  }
}
@media (max-width: 768px) {
  .favoriteGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .favoriteGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 425px) {
  .favoriteGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 375px) {
  .favoriteGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.favoriteCard--fadeOut {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

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