.skeleton-box{list-style:none}.skeleton-box--rows{border:1px solid #e9e9e9;border-radius:7px}.skeleton-box--rows>li{align-items:center;padding:12px;display:grid}.skeleton-box--rows>li:not(:last-child){border-bottom:1px solid #f1f1f1}@media screen and (max-width:768px){.skeleton-box--rows{border-left:0;border-right:0;border-radius:0}}.skeleton-box--card{flex-direction:column;gap:12px;margin:0;padding:0;display:flex}.skeleton-box--card>li{background:linear-gradient(90deg,#f1f1f1,#e2e2e2 50%,#f1f1f1) 0 0/200% 100%;border:1px solid #e2e2e2;border-radius:6px;height:95px;animation:1.4s ease-in-out infinite skeleton-box-card-shimmer}@media (max-width:768px){.skeleton-box--card>li{height:110px}}@keyframes skeleton-box-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
