.star-border-container{display:inline-block;position:relative;border-radius:1.5rem;overflow:hidden}.border-gradient-bottom{bottom:-12px;right:-250%;animation:star-movement-bottom linear infinite alternate}.border-gradient-bottom,.border-gradient-top{position:absolute;width:300%;height:50%;opacity:.7;border-radius:50%;z-index:0}.border-gradient-top{top:-12px;left:-250%;animation:star-movement-top linear infinite alternate}.inner-content{position:relative;background:oklch(.145 0 0);color:#fff;font-size:16px;padding:1.5rem;border-radius:1.5rem;z-index:1}@media (min-width:640px){.inner-content{padding:2rem}}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}