.lazy-post-list{width:100%}.lazy-post-list__grid{display:flex;flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto}.lazy-post-list__loader{display:flex;justify-content:center;padding:2rem 0;min-height:60px}.lazy-post-list__spinner{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.9375rem}.lazy-post-list__spinner:before{content:"";width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#e55c30;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:768px){.lazy-post-list__grid{gap:1.25rem}.lazy-post-list__loader{padding:1.5rem 0}}