﻿#response-box {
    padding: 25px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    min-height: 120px;
    line-height: 1.6;
    color: var(--text);
}

    #response-box h1, #response-box h2, #response-box h3 {
        color: var(--primary);
        margin-top: 1.5em;
    }

    #response-box code {
        background: #f0f0f0;
        padding: 2px 4px;
        border-radius: 4px;
        font-family: monospace;
    }

#res-c {
    max-height: 70vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}
