/* Mr Pharmacist — faster section drawer open/close only.
   No layout, content, or general interaction changes. */
@media (min-width:821px){
  .app-shell.medcore-swipe-layout{
    transition:grid-template-columns .12s cubic-bezier(.2,.8,.2,1)!important;
  }

  #sidebar.sidebar.medcore-swipe-sidebar{
    transition:
      width .12s cubic-bezier(.2,.8,.2,1),
      min-width .12s cubic-bezier(.2,.8,.2,1),
      max-width .12s cubic-bezier(.2,.8,.2,1),
      padding .12s cubic-bezier(.2,.8,.2,1)!important;
  }

  #sidebar.sidebar.medcore-swipe-sidebar > *{
    transition:
      opacity .08s ease,
      transform .12s cubic-bezier(.2,.8,.2,1),
      visibility .08s ease!important;
  }
}

@media (max-width:820px){
  #sidebar.sidebar{
    transition:transform .10s cubic-bezier(.2,.8,.2,1)!important;
  }
}
