.star-border{--star-border-speed:6s;box-sizing:border-box;border-radius:10px;width:100%;display:block;position:relative;overflow:hidden}.star-border__gradient{opacity:.65;z-index:0;pointer-events:none;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;position:absolute}.star-border__gradient--bottom{width:300%;height:50%;animation-name:star-border-move-bottom;animation-duration:var(--star-border-speed);border-radius:50%;bottom:-12px;right:-250%}.star-border__gradient--top{width:300%;height:50%;animation-name:star-border-move-top;animation-duration:var(--star-border-speed);border-radius:50%;top:-12px;left:-250%}.star-border__inner{z-index:1;position:relative}@keyframes star-border-move-bottom{0%{opacity:1;transform:translate(0%)}to{opacity:.35;transform:translate(-100%)}}@keyframes star-border-move-top{0%{opacity:1;transform:translate(0%)}to{opacity:.35;transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.star-border__gradient{opacity:.2;animation:none}}
