.ai-seo-score-container {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.ai-seo-score-bar {
    width: 50px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.ai-seo-score-fill {
    height: 100%;
    transition: width 0.3s ease;
}

.ai-seo-score-fill.poor { 
    background: #dc3545; 
}

.ai-seo-score-fill.fair { 
    background: #fd7e14; 
}

.ai-seo-score-fill.good { 
    background: #ffc107; 
}

.ai-seo-score-fill.very-good { 
    background: #20c997; 
}

.ai-seo-score-fill.excellent { 
    background: #28a745; 
}

.ai-seo-score-text {
    font-size: 12px;
    line-height: 1.2;
}

.ai-seo-actions {
    opacity: 0.7;
}

.ai-seo-actions:hover {
    opacity: 1;
}

.ai-seo-recalculate {
    text-decoration: none;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.ai-seo-recalculate:hover {
    color: #0073aa;
}
