.school-card-skeleton{border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column}.school-card-skeleton__image-container{width:100%;height:240px;position:relative;overflow:hidden}.school-card-skeleton__image{width:100%;height:100%;background-color:#e0e0e0}.school-card-skeleton__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.school-card-skeleton__title{height:24px;width:80%;background-color:#e0e0e0;border-radius:4px}.school-card-skeleton__location{height:16px;width:60%;background-color:#e0e0e0;border-radius:4px}@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.pulse{animation:pulse 1.5s ease-in-out infinite}