a,a:hover{text-decoration:none}.pet-card__wrapper{column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:48px}.pet-card{max-width:238px}.pet-card__animal-name{display:flex;gap:12px;margin-bottom:8px}.pet-card__animal-status{line-height:150%;margin-bottom:12px}.pet-card__feature-image{background-repeat:no-repeat;background-size:cover;border:1px solid #cdcfd5;border-radius:4px;box-shadow:0 24.632px 49.263px 0 rgba(0,0,0,.14);height:197px;margin-bottom:24px;width:100%}.pet-filters{margin-bottom:32px}.pet-filters .pet-filter__list{display:flex;flex-wrap:wrap;gap:10px}.pet-filters .pet-filter__list .pet-filter{align-items:anchor-center;background:var(--Dark-Tertiary,#f4f4f5);border:1px solid var(--Blue-Grey,#cdcfd5);border-radius:4px;cursor:pointer;display:flex;gap:12px;padding:6px 14px;width:max-content}.pet-filters .pet-filter__list .pet-filter.active{background:var(--White,#fff);box-shadow:0 4px 16px 0 rgba(0,0,0,.08)}.no-records,.pet-filters .pet-filter__title{color:var(--Grey-1,#828282);font-size:12px;line-height:16px;margin-bottom:16px;text-transform:uppercase}.check-icon{display:none;height:19px;width:19px}.loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:10px solid #f3f3f3;border-radius:50%;border-top-color:#009f50;height:120px;width:120px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader__wrapper{align-items:center;background-color:#00000050;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}@media (max-width:767px){.pet-card__wrapper{column-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:48px}}@media (max-width:600px){.pet-card__wrapper{column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:48px}.pet-card{max-width:unset}}@media (max-width:461px){.pet-card__wrapper{display:grid;grid-template-columns:repeat(1,1fr);row-gap:20px}}