f6cf697ccb
Fixed shield icon being cut off by adding container padding and ensuring proper spacing from viewport edge. Changes: - Add overflow: visible to .rg-header to prevent clipping - Increase container-fluid padding to 2rem for edge spacing - Remove left padding from first col-auto to align with container - Add min-width to icon for consistent sizing - Remove negative row margins that could cause cutoff The icon now has proper space from the viewport edge and displays fully without being clipped down the middle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>