/* === HISTORICAL TRENDS — GLOBAL FILTER MATCH === */

#global-page-filters .tuco-history-prep-filter {
    width: 210px !important;
    min-width: 210px !important;
}

#global-page-filters #op-history-max-prep.form-control {
    box-sizing: border-box !important;

    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    color: var(--text, var(--text)) !important;
    background: var(--surface, #ffffff) !important;

    border: 1px solid var(--border, var(--border)) !important;
    border-radius: var(--radius-sm) !important;

    box-shadow: none !important;

    font-family: inherit !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 40px !important;

    appearance: textfield !important;
}

#global-page-filters #op-history-max-prep.form-control:hover,
#global-page-filters #op-history-max-prep.form-control:focus {
    color: var(--text, var(--text)) !important;
    background: var(--surface, #ffffff) !important;
    border-color: var(--brand-accent, var(--brand-accent)) !important;
    box-shadow: none !important;
    outline: none !important;
}

#global-page-filters #op-history-max-prep::-webkit-inner-spin-button,
#global-page-filters #op-history-max-prep::-webkit-outer-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

/* === END HISTORICAL TRENDS — GLOBAL FILTER MATCH === */
