/* yb-daypicker-fallback.css – v1.1 */

/* Keep native select readable in RTL */
.day-picker select.yb-day-select,
.day-picker select[aria-label*="בחר יום"]{
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
  position: relative;
  z-index: 2;
}

/* Placeholder overlay safety */
.yb-day-select-wrap::after { pointer-events: none; }
.yb-day-select-wrap:not(.show-ph)::after { display: none !important; }

/* Hide slots when placeholder selected (defensive) */
.yb-day-select-wrap.show-ph + .slots,
.yb-day-select-wrap.show-ph ~ .slots { display: none !important; }
