/* Additional trading-bot styles */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.section-header select {
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 0.9rem;
}

.trade-price-note {
    margin: 0 0 12px;
    color: #6b7280;
    font-size: 0.9rem;
}
