/* VMP Fence - File Viewer Styles */
body {
    font-family: monospace;
    margin: 20px;
    background: #f5f5f5;
}

.header {
    background: #23282d;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.content {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

pre {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
    line-height: 1.5;
}

.line-numbers {
    color: #666;
    user-select: none;
}

.highlight {
    background-color: #ffeb3b;
}
