/* style.css */
#result {
    white-space: pre-line;
}

/* Asegurar visibilidad del ícono en botones */
.btn-warning {
    color: #000 !important;
}

body {
    background-color: #f8f9fa;
    font-size: 8pt;
}

#history .list-group {
    margin-bottom: 8px;
}

#history .list-group-item-action {
    cursor: pointer;
}