/* Fix: Bootstrap's global select styles override flatpickr's month dropdown width,
   causing the year input to be pushed off-screen when navigating to past years. */
.flatpickr-calendar .flatpickr-monthDropdown-months {
    padding: 0 !important; /* Remove Bootstrap's default padding from the month dropdown. */
}
