/* Bybit Spread Bot styles */
body {
    background-color: #f8f9fa;
    font-size: 0.9rem;
}

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.card-header {
    font-weight: 600;
    font-size: 0.9rem;
}

.table th {
    font-weight: 600;
    font-size: 0.8rem;
    white-space: nowrap;
}

.table td {
    font-size: 0.85rem;
    vertical-align: middle;
}

.badge {
    font-weight: 500;
}

.navbar-brand {
    font-weight: 700;
}

.form-control-sm {
    font-size: 0.8rem;
}
