.console-log {
    background: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    height: 500px;
    overflow-y: auto;
    padding: 10px;
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

.console-line {
    white-space: pre-wrap;
    word-break: break-all;
    line-height: 1.5;
}

.script-editor {
    font-size: 14px;
    border: none;
    border-radius: 0;
    resize: vertical;
    tab-size: 4;
}

.script-preview {
    max-height: 400px;
    overflow-y: auto;
    font-size: 13px;
    white-space: pre-wrap;
    word-break: break-all;
    border-radius: 0;
}

.navbar-brand i {
    color: #f0ad4e;
}