/* Log box oscuro estilo terminal */
.log-box {
    background-color: #1e1e1e;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 0.82rem;
    max-height: 350px;
    overflow-y: auto;
    border-radius: 0 0 0.375rem 0.375rem;
}

.log-line {
    line-height: 1.6;
    word-break: break-all;
}
