/**
 * Global Picklist/Dropdown Font Size Reduction
 * Applies to all select elements, dropdowns, and filter controls
 */

/* All Select Elements */
select,
.select,
.form-select,
.filter-select,
select.form-control,
.custom-select {
    font-size: 12px !important;
}

/* Strategy Selector Dropdowns */
.strategy-filter-group select,
.modal-filter select,
.dropdown-select {
    font-size: 12px !important;
}

/* Settings Page Selects */
.settings-select,
.preference-select,
.settings-content select {
    font-size: 12px !important;
}

/* Scanner Page Filters */
.scanner-filters select,
.filter-controls select {
    font-size: 12px !important;
}

/* Analysis Page Dropdowns */
.analysis-controls select,
.stock-select {
    font-size: 12px !important;
}

/* Trading Dashboard Selects */
.trading-select,
.order-select,
.position-select {
    font-size: 12px !important;
}

/* Modal Dropdowns */
.modal select,
.modal .filter-select {
    font-size: 12px !important;
}

/* All option elements inside selects */
select option {
    font-size: 12px !important;
}

/* Dropdown menus and custom dropdowns */
.dropdown-menu,
.dropdown-item,
.menu-item {
    font-size: 12px !important;
}

/* Filter chips and buttons */
.filter-chip,
.filter-button {
    font-size: 12px !important;
}
