.log-container {
    font-family: 'Courier New', monospace;
    color: #e0e0e0;
    border-radius: 4px;
    padding: 10px;
}

.aligned-log {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
}

.info {
    color: #9cf748; /* 鲜艳绿色 */
}

.warning {
    color: #ff9800; /* 鲜艳橙色 */
}

.error {
    color: #f44336; /* 鲜艳红色 */
}

.timestamp {
    color: #00aeff; /* 时间戳颜色 */
}

.thread {
    color: #ffc400; /* 线程颜色 */
}
