#star-rating {
    display: flex; 
    align-items: center; 
    justify-content: space-evenly; 
}

#rating-title {
    margin-top: 15px;
}

#rating-subtitle {
    font-size: 12px;
}

#review-text {
    width: 100%;
    height: 75px;
}

.star {
    cursor: pointer; 
    font-size: 2.5rem; 
    color: rgb(255, 194, 14);
    line-height: 0;
    margin: 20px 0 30px;
}

.star-button {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.poi-tooltip-route-btn.review {
    margin-top: 10px;
}

.poi-tooltip-route-buttons.review {
	flex-direction: row;
    justify-content: space-evenly;
	align-items: center;
}

.review-div-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: var(--primary-color);
    border-radius: 25px;
    width: 75px;
}

.review-img-container { margin-top: 5px;}