
.rating-module .card {
    border-radius: 16px !important;
}

.rating-summary-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
}

.rating-star-display {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.review-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}

    .review-item:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.rating-star {
    cursor: pointer;
    transition: transform 0.15s;
    font-size: 2rem;
}

    .rating-star:hover {
        transform: scale(1.2);
    }

.rating-star-update {
    cursor: pointer;
    transition: transform 0.15s;
    font-size: 2rem;
}

    .rating-star-update:hover {
        transform: scale(1.2);
    }

.anonymous-message {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

    .anonymous-message i {
        font-size: 3rem;
        color: #28a745;
    }

.load-more-btn button {
    border-radius: 50px;
    padding: 10px 24px;
}

.progress {
    border-radius: 10px;
    background: rgba(255,255,255,0.3);
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.verified-badge {
    background: #d4edda;
    color: #155724;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
}
