.user-rating-table .rating-bar{display:flex;align-items:center;gap:1.5rem;margin-bottom:.4rem;font-size:var(--wp--preset--font-size--small)}.user-rating-table .rating-bar:last-child{margin-bottom:0}.user-rating-table .rating-bar .rating-number{flex-basis:40px}.user-rating-table .rating-bar .bar-container{border:1px solid var(--wp--preset--color--gold);border-radius:0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small);padding:.3rem;text-align:center;color:#fff;flex-grow:1}@media (min-width:981px){.user-rating-table .rating-bar .bar-container{width:190px}}.user-rating-table .rating-bar .bar-container .bar{height:calc(30px - .2rem);border-radius:0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small);background-color:var(--wp--preset--color--gold)}.user-rating-table .rating-bar .percentage{font-weight:700;flex-basis:30px}