.comment-rating-container{display:inline-block;height:46px;padding:0 10px}.comment-rating-container:not(:checked)>input{display:none}.comment-rating-container:not(:checked)>label{float:right;width:1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:30px;color:#ccc}.comment-rating-container:not(:checked)>label:before{content:'★ '}.comment-rating-container>input:checked ~ label{color:#ffc700}.comment-rating-container:not(:checked)>label:hover,.comment-rating-container:not(:checked)>label:hover ~ label{color:#deb217}.comment-rating-container>input:checked+label:hover,.comment-rating-container>input:checked+label:hover ~ label,.comment-rating-container>input:checked ~ label:hover,.comment-rating-container>input:checked ~ label:hover ~ label,.comment-rating-container>label:hover ~ input:checked ~ label{color:#c59b08}.indeterminate-progress-bar{background-color:#d1d5db;border-radius:9999px;height:.5rem;position:relative;overflow:hidden}.indeterminate-progress-bar__progress{background-color:#3b82f6;border-radius:9999px;position:absolute;bottom:0;top:0;width:50%;animation-duration:2s;animation-iteration-count:infinite;animation-name:indeterminate-progress-bar}@keyframes indeterminate-progress-bar{from{left:-50%}to{left:100%}}