.feed-common-container{width:100%;max-width:100%}.feed-common-loading{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex;box-shadow:0 0 0 1px #00000014}.feed-common-spinner{border:3px solid #e0e0e0;border-top-color:#0a66c2;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite feed-spin}@keyframes feed-spin{to{transform:rotate(360deg)}}.feed-common-loading span{color:#666;font-size:14px}.feed-common-error{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex;box-shadow:0 0 0 1px #00000014}.feed-common-error p{color:#cc1016;margin-bottom:16px;font-size:14px}.feed-common-retry-btn{color:#fff;cursor:pointer;background:#0a66c2;border:none;border-radius:20px;padding:8px 24px;font-size:14px;font-weight:600;transition:background .2s}.feed-common-retry-btn:hover{background:#004182}.feed-common-empty{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex;box-shadow:0 0 0 1px #00000014}.feed-common-empty-icon{color:#ccc;margin-bottom:16px;font-size:64px}.feed-common-empty-title{color:#333;margin:0 0 8px;font-size:20px;font-weight:600}.feed-common-empty-subtitle{color:#666;margin:0;font-size:14px}.feed-common-posts{flex-direction:column;gap:4px;display:flex}.feed-common-load-more{justify-content:center;padding:16px;display:flex}.feed-common-load-more-btn{color:#0a66c2;cursor:pointer;background:0 0;border:1px solid #0a66c2;border-radius:20px;padding:10px 32px;font-size:14px;font-weight:600;transition:all .2s}.feed-common-load-more-btn:hover:not(:disabled){background:#0a66c21a}.feed-common-load-more-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.feed-common-empty{padding:60px 16px}.feed-common-empty-icon{font-size:48px}.feed-common-empty-title{font-size:18px}}
