.apartments-list.list-view{display:flex;flex-direction:column;gap:16px}.apartments-list.list-view .property-card-list-skeleton{background-color:#f5f5f5;box-shadow:0 4px 4px rgba(0,0,0,.1);transition:all .2s ease;height:78px;border-radius:16px}.apartments-list.list-view .property-card-list-skeleton .skeleton-placeholder{width:100%;height:100%;background:linear-gradient(90deg,#d7dfdf 25%,#c3caca 50%,#d8dfdf 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:16px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}