.gf-custom-datepicker .gf-datepicker-display {
    width: 100%;
    cursor: pointer;
}

/* Ensure flatpickr renders above modals */
.flatpickr-calendar {
    z-index: 999999 !important;
}
