.modal.review-modal form > label {
    display: block;
    clear: both;
    margin: 0 0 1em;
}

.modal.review-modal input:first-child {
    margin-top: 0;
}

.modal.review-modal input,
.modal.review-modal textarea {
    display: block;
    width: 100%;
    border-color: #E2E4E9;
    background-image: none;
}

.modal.review-modal .stars-container {
    float: none;
    clear: both;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0;
}

.modal .stars-container > label:before {
    display: none;
}

.modal .stars-container > input:not(:checked) + label svg {
    fill: transparent;
}

.modal .stars-container > input:checked ~ label svg,
.modal .stars-container > input:checked + label:hover svg, 
.modal .stars-container > input:checked + label:hover ~ label svg, 
.modal .stars-container > input:checked ~ label:hover svg, 
.modal .stars-container > input:checked ~ label:hover ~ label svg, 
.modal .stars-container > label:hover ~ input:checked ~ label svg {
    fill: #333;
}

.modal.review-modal-updated form > label {
    display: block;
    clear: both;
    margin-bottom: 1.5em;
}
.modal.review-modal-updated input,
.modal.review-modal-updated textarea {
    display: block;
    width: 100%;
    margin-top: .5em;
}
.modal.review-modal-updated .stars-container {
    float: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	margin-top: .5em;
    margin-left: 0;
}
.modal.review-modal-updated .stars-container label {
    cursor: pointer;
    margin-right: 5px;
}
.modal.review-modal-updated .stars-container:not(:checked) > input {
    position: static;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}