.dp-spinner{display:inline-block;flex:none;box-sizing:border-box;border-style:solid;border-radius:50%;border-color:color-mix(in srgb,currentColor 28%,transparent);border-block-start-color:currentColor;animation:dp-spin .7s linear infinite}.dp-spinner--sm{width:12px;height:12px;border-width:1.5px}.dp-spinner--md{width:16px;height:16px;border-width:2px}@keyframes dp-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.dp-spinner{animation:none;border-color:currentColor;opacity:.55}}