/* VLT WBC: Fix jQuery UI datepicker visibility on Woo Checkout Blocks */
.ui-datepicker{
  z-index: 100000 !important;
}
/* Prevent clipping inside Blocks text-input wrappers */
.wc-block-components-text-input{
  overflow: visible !important;
}
