.hello-woo-reviews {
    display: grid;
    gap: 18px;
}

.hello-woo-reviews__item {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    padding: 16px;
}

.hello-woo-reviews__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.hello-woo-reviews__avatar img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 999px;
}

.hello-woo-reviews__meta {
    min-width: 0;
}

.hello-woo-reviews__author {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #111827;
}

.hello-woo-reviews__date {
    margin-top: 2px;
    font-size: 12px;
    color: #6b7280;
}

.hello-woo-reviews__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    margin-bottom: 8px;
}

.hello-woo-reviews__star {
    opacity: 0.28;
    font-size: 15px;
    line-height: 1;
}

.hello-woo-reviews__star.is-on {
    opacity: 1;
}

.hello-woo-reviews__score {
    margin-left: 6px;
    font-size: 12px;
    color: #374151;
}

.hello-woo-reviews__content {
    color: #111827;
    font-size: 14px;
    line-height: 1.7;
}

.hello-woo-reviews__product {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
}

.hello-woo-reviews__product a {
    color: #111827;
    text-decoration: none;
    border-bottom: 1px solid rgba(17, 24, 39, 0.25);
}

.hello-woo-reviews__product a:hover {
    border-bottom-color: rgba(17, 24, 39, 0.65);
}

.hello-woo-reviews__empty {
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    padding: 14px;
    color: #6b7280;
    font-size: 14px;
}

