/* JR — Mobile Drawer Menu Title (Mobile-only) */
@media (max-width: 768px){
  /* Scope to the specific drawer instance */
  #mobile-drawer .drawer-header{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 52px !important;
  }

  #mobile-drawer .drawer-header .jr-mobile-drawer-title{
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: #222 !important;
    padding-left: 22px !important;
    /* prevent accidental selection while scrolling */
    user-select: none !important;
    pointer-events: none !important;
  }
}
