/* Parana Product Rating Widget */

.parana-product-rating-wrapper {
    display: flex;
    align-items: center;
    direction: rtl; /* RTL for correct right-to-left layout */
    gap: 15px;
}

/* Stars */
.parana-rating-stars {
    display: flex;
    color: #FFB800;
    font-size: 18px;
    letter-spacing: 2px;
}

/* Score Number */
.parana-rating-score {
    font-weight: 800;
    font-size: 24px;
    color: #3D4759;
    font-family: 'Inter', 'Tajawal', sans-serif;
}

/* Review Count Badge */
.parana-rating-count-badge {
    background-color: #F3F4F6;
    color: #6B7280;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    font-family: 'Inter', 'Tajawal', sans-serif;
}
