.response-container {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa; /* light background */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: normal; /* more natural font weight */
}

    .response-container ol {
        padding-left: 20px;
        list-style-type: decimal;
    }

    .response-container li {
        margin-bottom: 10px;
        line-height: 1.6;
    }
