
.shadow-sm-hover:hover { box-shadow: 0 .5rem 1rem rgba(0,0,0,.08) !important; }
.minh-100 { min-height: 100vh; }
.cursor-pointer { cursor: pointer; }
.w-fit { width: fit-content; }
.img-cover { object-fit: cover; }
.icon-20 { font-size: 20px; }
.icon-24 { font-size: 24px; }
.icon-32 { font-size: 32px; }
.skeleton {
  background: linear-gradient(90deg, #f2f2f2 25%, #e9e9e9 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: shine 1.4s ease infinite;
}
@keyframes shine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
