/* JSON Response Styling - Simple Clean Style */
.json-code {
    color: #000000 !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    background: #ffffff !important;
}

.json-code strong {
    font-weight: bold !important;
    color: #000000 !important;
}

pre {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}