.tp-rating-widget {
	text-align: left;
    flex-direction: row;
    display: flex;
    gap: 10px;
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #cccccc;
}

.tp-rating-widget .tp-rating-stars {
    display: flex;
	align-items: center;
}

.tp-rating-widget .rating {
	font-weight: bold;
}