body {
    background-color: #f5f6f8;
}

.card .display-6 {
    font-weight: 600;
}

pre.raw-snippet {
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 150px;
    overflow-y: auto;
    background: #f8f9fa;
    padding: 0.5rem;
    font-size: 0.8rem;
}
