.skeleton-card{background-color:#f5f8fc;border:1px solid rgba(82,88,102,.2);border-radius:1rem;box-shadow:0 0 transparent,0 0 transparent,0 .375rem .375rem -.125rem rgba(168,179,207,.4);display:flex;flex-direction:column;height:auto;justify-content:space-around;margin:2rem;padding:.5rem;transition:all .2s ease;width:330px}.skeleton-card__header{display:flex;flex-direction:column;margin:.5rem 0 .5rem .5rem}.skeleton-card__header .header__img{height:40%;-o-object-fit:cover;object-fit:cover}.skeleton-card__header .header__title{color:#0e1217;font-size:1.0625rem;font-weight:700;line-height:1.375rem;margin:.5rem}.skeleton-card__body{margin:0 .5rem}.skeleton-card__body .body__text{color:#525866;font-size:.8125rem}.skeleton-card__body .body__img{height:10rem;margin:.5rem 0}.skeleton-card__body .body__img img{border-radius:.75rem;height:100%;margin:auto;-o-object-fit:cover;object-fit:cover;width:100%}.skeleton-card__footer{align-items:center;display:flex;justify-content:space-around;margin:.5rem}.skeleton-card:hover{border-color:rgba(82,88,102,.4)}.skeleton{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.skeleton-text{border-radius:.25rem;height:2.5rem;margin-bottom:.5rem;width:100%}.skeleton-text__small{height:.5rem;width:30%}.skeleton-text__body{margin-top:1rem;width:94%}.skeleton-text__body__small{height:1rem}.skeleton-text__body.last{margin-bottom:1rem}.skeleton-footer{width:30%}