<style>

#author{
	width: 100% !important;
}

.rating-star {
  cursor: pointer;
  display: inline-block;
}

.rating-shape {
  stroke="#2B3A24";
	fill="#2B3A24"
	cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.2s ease;
}

.rating-shape.hovered,
.rating-shape.selected {
  opacity: 1;
}

.rating-display {
  font-size: 1rem;
  color: #2B1E38;
}

.rating-star > svg{
	cursor: pointer;
}

.rating-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

.rating-stars {
	display: flex;
	gap: 5px;
}

.comment-form-author, .comment-form-comment{
    position: relative;
    display: flex;
    align-items: start !important;
    width: 100%;
    flex-direction: column !important;
}

.comment-form-author > label, .comment-form-comment > label{
	margin-left: 10px;
	margin-bottom: -12px;
	z-index: 4;
	padding: 5px 10px;
	background-color: white;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}


</style><style>

#author{
	width: 100% !important;
}

.rating-star {
  cursor: pointer;
  display: inline-block;
}

.rating-shape {
  stroke="#2B3A24";
	fill="#2B3A24"
	cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.2s ease;
}

.rating-shape.hovered,
.rating-shape.selected {
  opacity: 1;
}

.rating-display {
  font-size: 1rem;
  color: #2B1E38;
}

.rating-star > svg{
	cursor: pointer;
}

.rating-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

.rating-stars {
	display: flex;
	gap: 5px;
}

.comment-form-author, .comment-form-comment{
    position: relative;
    display: flex;
    align-items: start !important;
    width: 100%;
    flex-direction: column !important;
}

.comment-form-author > label, .comment-form-comment > label{
	margin-left: 10px;
	margin-bottom: -12px;
	z-index: 4;
	padding: 5px 10px;
	background-color: white;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}


</style>