/* R108_AAA_ROOM_FIRST_PICKER_MOBILE_FIX_V129_CSS_ACTIVE */

@media (max-width: 760px) {
  /*
   * V127 มีคำสั่ง label { display:grid!important }
   * จึงต้องใช้ selector ที่เฉพาะกว่าและ !important เพื่อซ่อนช่องซ้ำจริง
   */
  html body .booking-form--room-first .booking-room-field--room-first,
  html body .booking-form[data-booking-mode="room-first"] [data-room-field] {
    display: none !important;
  }

  /* ตัวเลือกแบบป๊อปอัปถูกย้ายออกจาก label จึงยังเปิดได้แม้ช่องหลักถูกซ่อน */
  html body > .booking-room-mobile-picker:not([hidden]),
  html body .booking-room-mobile-picker.r108-v129-detached:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 10050 !important;
  }
}
