/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.comment-section {
	margin: 40px auto;
	padding: 30px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	font-family: 'Segoe UI', sans-serif;
}
.comment-text {
	font-style: italic;
	position: relative;
	padding: 10px 25px;
	background-color: #f9f9f9;
	border-left: 4px solid #007BFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

 .error-message {
    color: red;
    margin-top: 4px;
  }

.star-rating {
	direction: rtl;
	font-size: 4rem;
	unicode-bidi: bidi-override;
}

.star-rating input {
	display: none;
}

.star-rating label {
	color: #ccc;
	cursor: pointer;
	font-size: 4rem;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
	color: #108080;
}
.star-rating-done {
	direction: rtl;
	font-size: 4rem;
	unicode-bidi: bidi-override;
}
.star-rating-done label {
	color: #108080;
	font-size: 4rem;
}


