/* Link Density Notice */
.dila-density-notice {
    margin: 10px 0;
}
.dila-density-notice .dashicons {
    vertical-align: middle;
    margin-right: 5px;
}
.dila-density-notice p {
    margin: 5px 0;
}

/* Link Density Meta Box */
.dila-density-meta-box {
    font-size: 13px;
}

.dila-density-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.dila-density-stat {
    flex: 1;
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
}

.dila-density-number {
    font-size: 24px;
    font-weight: bold;
    color: #2271b1;
}

.dila-density-number.warning {
    color: #d63638;
}

.dila-density-number.success {
    color: #00a32a;
}

.dila-density-label {
    font-size: 11px;
    color: #666;
    margin-top: 3px;
}

.dila-density-progress {
    margin-bottom: 15px;
}

.dila-density-bar {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.dila-density-fill {
    height: 100%;
    background: linear-gradient(90deg, #d63638 0%, #dba617 50%, #00a32a 100%);
    transition: width 0.3s ease;
}

.dila-density-text {
    font-size: 11px;
    color: #666;
    text-align: center;
}

.dila-density-message {
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
}

.dila-density-message .dashicons {
    vertical-align: middle;
    margin-right: 3px;
}

.dila-density-message.critical {
    background: #fcf0f1;
    color: #d63638;
}

.dila-density-message.warning {
    background: #fcf9e8;
    color: #dba617;
}

.dila-density-message.success {
    background: #edfaef;
    color: #00a32a;
}

.dila-density-info {
    color: #666;
    font-size: 12px;
    font-style: italic;
}
