.categoryreviews-container {
    width: 97%;
    max-width: 1380px;
    margin: 0 auto;
}

.phyto-categoryreviews-widget {
    max-width: 100%;
    margin: 40px auto;
    padding: 28px 32px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #343333;
}

.phyto-categoryreviews-title {
    margin: 0 0 16px;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.phyto-categoryreviews-stars {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 30px;
    margin: 0 auto 10px;
}

.phyto-categoryreviews-stars-base,
.phyto-categoryreviews-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 180px 30px;
}

.phyto-categoryreviews-stars-base {
    background-image: url('../img/avis-cbd.png');
}

.phyto-categoryreviews-stars-fill {
    overflow: hidden;
    background-image: url('../img/avis-cbd-positif.png');
}

.phyto-categoryreviews-score {
    margin-bottom: 4px;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #343333;
}

.phyto-categoryreviews-count {
    font-size: 14px;
    color: #8a8a8a;
}

.phyto-categoryreviews-featured {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
    text-align: left;
}

.phyto-categoryreviews-featured-item {
    padding: 14px;
    background: #f7f7f7;
    border-radius: 6px;
}

.phyto-categoryreviews-mini-stars {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 15px;
    margin-bottom: 0;
}

.phyto-categoryreviews-mini-stars-base,
.phyto-categoryreviews-mini-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 90px 15px;
}

.phyto-categoryreviews-mini-stars-base {
    background-image: url('../img/avis-cbd.png');
}

.phyto-categoryreviews-mini-stars-fill {
    overflow: hidden;
    background-image: url('../img/avis-cbd-positif.png');
}

.phyto-categoryreviews-featured-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
    color: #343333;
}

.phyto-categoryreviews-featured-name {
    font-size: 14px;
    font-weight: 600;
    color: #343333;
}

.phyto-categoryreviews-featured-date {
    margin-top: 2px;
    font-size: 12px;
    color: #8a8a8a;
}

@media (max-width: 991px) {
    .phyto-categoryreviews-featured {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .phyto-categoryreviews-widget {
        margin: 24px auto;
        padding: 20px 18px;
    }

    .phyto-categoryreviews-title {
        font-size: 17px;
    }

    .phyto-categoryreviews-stars {
        width: 138px;
        height: 23px;
    }

    .phyto-categoryreviews-stars-base,
    .phyto-categoryreviews-stars-fill {
        background-size: 138px 23px;
    }

    .phyto-categoryreviews-featured {
        grid-template-columns: 1fr;
    }

    .phyto-categoryreviews-score {
        font-size: 19px;
    }
}
