@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton-item{background-color:#fafafa;border:1px solid #dcdcdc;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:16px;display:flex}.skeleton-radio{background-color:#e0e0e0;border-radius:50%;flex-shrink:0;width:20px;height:20px}.skeleton-content{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton-line{background-color:#e0e0e0;border-radius:4px;height:12px}.skeleton-line--title{width:60%;height:14px}.skeleton-line--address{width:80%}.skeleton-line--tag{width:30%}