.steam-reviews {
    font-family: Arial, sans-serif;
    max-width: 400px;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.steam-reviews h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
}

.review-score {
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
}

.total-reviews {
    color: #666;
    font-size: 12px;
    margin: 8px 0;
}

.steam-link {
    display: inline-block;
    margin-top: 10px;
    color: #1976d2;
    text-decoration: none;
    font-size: 12px;
}

.steam-link:hover {
    text-decoration: underline;
}

.steam-error {
    color: #d32f2f;
    font-size: 12px;
    padding: 10px;
    background-color: #ffebee;
    border-left: 3px solid #d32f2f;
}

.reviews-label {
    font-weight: bold;
    color: #666;
}

.reviews-status {
    transition: color 0.3s ease;
    border-bottom: 1px dashed transparent;
}

.reviews-status:hover {
    border-color: #ccc;
    cursor: help;
}