.css-tool-container textarea {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: #f8f9fa;
    resize: vertical;
}

/* Ensure the Prism block has a defined height or scroll */
.output-wrapper pre {
    margin: 0; /* Bootstrap reset */
    background: #272822; /* Match Prism Okaidia theme */
}

.output-wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #272822;
}

#css-error-log ul {
    list-style-type: disc;
    margin-left: 20px;
}
div#css-error-log {
    max-height: 350px;
    overflow-y: scroll;
    font-size: 0.9rem;
}