.wcpr-rating-inline {
    margin: 6px 0 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.wcpr-rating-inline small {
    opacity: .75;
}
.wcpr-review-block {
    margin: 24px 0;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}
.wcpr-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.wcpr-row input,
.wcpr-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
}
.wcpr-stars {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    user-select: none;
}
.wcpr-star {
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    transition: transform .08s ease;
    color: #ccc;
}
.wcpr-star:hover {
    transform: scale(1.1);
}
.wcpr-star.is-active,
.wcpr-star.active,
.wcpr-star.hover {
    color: #FFD700; /* Yellow star */
}
.wcpr-submit {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #111827;
    background: #111827;
    color: #fff;
    cursor: pointer;
}
.wcpr-message {
    margin-top: 8px;
}
.wcpr-loop-rating {
    margin-top: 6px;
}

/* WooCommerce review title + list */
.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce-Reviews .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-Reviews .comment {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.woocommerce-Reviews .comment .avatar {
    border-radius: 50%;
    margin-right: 10px;
}
.woocommerce-Reviews .comment-text {
    margin-left: 55px;
}
.woocommerce-Reviews .comment-text strong {
    font-weight: 600;
    font-size: 15px;
}
.woocommerce-Reviews .meta {
    font-size: 13px;
    color: #888;
}
#review_form_wrapper {
    margin-top: 20px;
}
#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    margin-bottom: 10px;
}
