/* AI 404 Redirect Admin Styles */

.hit-count { 
    background: #e1f5fe; 
    padding: 2px 6px; 
    border-radius: 3px; 
    font-weight: bold; 
}

.redirected { 
    color: #2e7d32; 
    font-weight: bold; 
}

.no-redirect { 
    color: #f57c00; 
    font-style: italic; 
}

.no-referer { 
    color: #757575; 
    font-style: italic; 
}

code { 
    background: #f5f5f5; 
    padding: 2px 4px; 
    border-radius: 2px; 
}

.d8x-footer { 
    margin-top: 30px; 
    padding: 15px; 
    background: #f8f9fa; 
    border-left: 4px solid #0073aa; 
    border-radius: 4px; 
}

.d8x-footer a { 
    text-decoration: none; 
    font-weight: 500; 
}

.redirect-type-301 { 
    background: #d4edda; 
    color: #155724; 
    padding: 2px 6px; 
    border-radius: 3px; 
}

.redirect-type-302 { 
    background: #fff3cd; 
    color: #856404; 
    padding: 2px 6px; 
    border-radius: 3px; 
}

.status-active { 
    color: #28a745; 
    font-weight: bold; 
}

.status-inactive { 
    color: #dc3545; 
    font-weight: bold; 
}