diff --git a/style.css b/style.css
index 83f7ea5e..7990a2f9 100644
--- a/style.css
+++ b/style.css
@@ -733,10 +733,18 @@ button {
align-items: center;
}
+.overall-rating .rating-value {
+ margin-left: 8px; /* Adds space between the heading and rating */
+ color: #ff3c6d; /* Sets the rating value to pink */
+ font-weight: 600; /* Makes the rating value bold */
+ line-height: 1;
+}
+
.overall-rating .star {
- margin-left: 5px;
- color: #ff3c6d;
- font-weight: 600;
+ margin-left: 2px; /* Small gap between the rating value and the star */
+ color: #ff3c6d; /* Star color is pink as well */
+ font-weight: 600;
+ line-height: 1;
}
.footer {