.loader-small{width:25px;aspect-ratio:1;display:grid}.loader-small:after,.loader-small:before{content:"";grid-area:1/1;--c:no-repeat radial-gradient(farthest-side,#fff 92%,#0000);background:var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 50%,var(--c) 0 50%;background-size:6px 6px;animation:l12 1s infinite}.loader-small:before{margin:2px;filter:hue-rotate(45deg);background-size:4px 4px;animation-timing-function:linear}@keyframes l12{to{transform:rotate(.5turn)}}