/* Shared dropdown typography — loaded after each page stylesheet. */
select,
.form-select,
select.form-control,
.audit-filter-select,
#timelineRange,
.schedule-filter,
.rows-per-page,
.tech-filter,
.tech-rpp,
.form-group select,
.modal-body select,
.ts-group select,
.modal-card select,
.mh-filter-grid select,
.mh-filter-grid select.form-control,
#maintenanceChecklistForm select,
.login-page select {
    max-width: 100%;
    min-height: 38px;
    font-size: 13px !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis;
}

html body select.audit-filter-select,
html body select#timelineRange,
html body select#auditPerPage {
    font-size: 13px !important;
    line-height: 1.25 !important;
}

select option {
    font-size: 13px !important;
}

.ts-dropdown-menu a,
.tb-dd-item {
    font-size: 13px !important;
    line-height: 1.25 !important;
}

@media (max-width: 768px) {
    select,
    .form-select,
    select.form-control,
    .audit-filter-select,
    #timelineRange,
    .schedule-filter,
    .rows-per-page,
    .tech-filter,
    .tech-rpp,
    .form-group select,
    .modal-body select,
    .ts-group select,
    .modal-card select,
    .mh-filter-grid select,
    .mh-filter-grid select.form-control,
    #maintenanceChecklistForm select,
    .login-page select {
        min-height: 42px;
        height: 42px;
        box-sizing: border-box;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    html body select.audit-filter-select,
    html body select#timelineRange,
    html body select#auditPerPage {
        min-width: 0;
        min-height: 42px !important;
        height: 42px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    select option {
        font-size: 13px !important;
    }
}
