body {
    font-size: 0.95rem;
}

.text-profit {
    color: #198754;
    font-weight: 600;
}

.text-loss {
    color: #dc3545;
    font-weight: 600;
}
@media (max-width: 768px) {
    table {
        font-size: 12px;
    }

    th, td {
        padding: 6px;
    }

    .container {
        padding: 10px;
    }

    input, button {
        font-size: 14px;
    }
    .table-responsive {
    overflow-x: auto;
    }
    table {
    white-space: nowrap;
    }
}