.uP6H9EJf {
    width: 100%;
}

.sjwh-performance-rating-block__score {
    width: 100%;
}

.sjwh-performance-rating-block__line {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0;
}

.sjwh-performance-rating-block__line:last-of-type {
    margin-bottom: 0;
}

.sjwh-performance-rating-block__name {
    flex: 0 0 200px;
    font-size: 0.875rem;
    line-height: 1.5;
    min-width: 0;
}

@media (min-width: 768px) {
    .sjwh-performance-rating-block__name {
        flex: 0 0 250px;
        font-size: 1rem;
    }
}

.sjwh-performance-rating-block__progress {
    flex: 1;
    min-width: 0;
}

.sjwh-performance-rating-block__progress-container {
    width: 100%;
    height: 8px;
    background-color: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.sjwh-performance-rating-block__progress-fill {
    height: 100%;
    background-color: #ef4444;
    transition: width 0.3s ease;
    border-radius: 4px;
}

/* Color themes */
.m5gizEIyf86b .sjwh-performance-rating-block__progress-fill {
    background-color: #ef4444;
}

.mnESmLzppI .sjwh-performance-rating-block__progress-fill {
    background-color: #dc2626;
}

.fAoBTpIHvfW .sjwh-performance-rating-block__progress-fill {
    background-color: #3b82f6;
}

.doJQC6wytOQ .sjwh-performance-rating-block__progress-fill {
    background-color: #2563eb;
}

.zOVTrcqqoD9s .sjwh-performance-rating-block__progress-fill {
    background-color: #10b981;
}

.lDyhGIM2lGJP .sjwh-performance-rating-block__progress-fill {
    background-color: #059669;
}

.sjwh-performance-rating-block__score-value {
    flex: 0 0 40px;
    text-align: right;
    font-weight: 600;
    font-size: 1rem;
    color: inherit;
}

.sjwh-performance-rating-block__summary {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.sjwh-performance-rating-block__summary-label {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: inherit;
    opacity: 0.7;
}

.sjwh-performance-rating-block__summary-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sjwh-performance-rating-block__summary-average {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.sjwh-performance-rating-block__summary-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: inherit;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .sjwh-performance-rating-block__summary-text {
        font-size: 1rem;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .sjwh-performance-rating-block__line {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .sjwh-performance-rating-block__name {
        flex: 1 1 100%;
        margin-bottom: 0.5rem;
    }
    
    .sjwh-performance-rating-block__progress {
        flex: 1 1 auto;
        min-width: 150px;
    }
    
    .sjwh-performance-rating-block__score-value {
        flex: 0 0 auto;
    }
}




