.star-border-container{position:relative;display:inline-block;overflow:hidden;border-radius:.5rem}.inner-content{position:relative;z-index:1;border-radius:calc(.5rem - 1px)}.border-gradient-bottom,.border-gradient-top{content:"";position:absolute;left:-50%;top:-50%;width:200%;height:200%;z-index:0;transform-origin:center;animation-name:rotate;animation-timing-function:linear;animation-iteration-count:infinite}.border-gradient-bottom{animation-delay:-3s}@keyframes rotate{to{transform:rotate(1turn)}}