/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .ck-star-ratings-block {
    display: flex;
 }

.ck-star-ratings-block > span {
	display: inline-flex !important;
	margin-inline-end: 0.3em;
}

.ck-star-ratings-block > span span svg {
    flex-shrink: 0;
}

.ck-star-ratings-block svg {
    display: inline-block !important;
    max-width: none !important;
}

.ck-star-ratings-block > span span {
    display: inline-flex;
    flex-shrink: 0;
    overflow: hidden;
    width: 12px;
}

.ck-star-ratings-block > span span:nth-child(2n) {
    justify-content: flex-end;
}

.ck-star-ratings-block .is-rating-unfilled {
    fill-opacity: .33;
}
