.hotel-loader{width:65px;display:grid;--mask:radial-gradient(12px at left 15px top 50%,#0000 95%,#000),radial-gradient(12px at right 15px top 50%,#0000 95%,#000);-webkit-mask:var(--mask);mask:var(--mask);-webkit-mask-composite:source-in;mask-composite:intersect;animation:hotel-loader-anim 1s infinite alternate}.hotel-loader:after,.hotel-loader:before{content:"";grid-area:1/1;height:30px;aspect-ratio:1;background:var(--loader-color);border-radius:50%}.hotel-loader:after{margin-left:auto}@keyframes hotel-loader-anim{to{width:40px}}