/*
 Theme Name:   Geek and Chill
 Theme URI:    https://geekandchill.com
 Description:  Thème enfant pour le thème Extra
 Author:       Farrel Grimwood
 Author URI:   https://geekandchill.com
 Template:     Extra
 Version:      1.0.0
*/

/* Masquer le symbole de pourcentage et afficher /10 */
.post-review-box .review-overall-score:after {
    content: '/10';
    margin-left: 5px;
}
.post-review-box .review-overall-score span {
    display: none; /* Masque le pourcentage existant */
}
