/* Only change the shared column editor container from modal to right drawer. */
#col-dd,#f2col-dd,#f2col-dd-out{display:none!important}
.column-settings-mask.drawer-mask{
  align-items:stretch!important;
  justify-content:flex-end!important;
  padding:0!important;
  background:rgba(31,35,41,.48)!important;
}
.column-settings-drawer.drawer{
  width:min(880px,calc(100vw - 48px))!important;
  max-width:none!important;
  height:100vh!important;
  max-height:100vh!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:-12px 0 36px rgba(31,35,41,.20)!important;
  transform:translateX(0)!important;
  animation:none!important;
}
@media(max-width:760px){
  .column-settings-mask.drawer-mask{padding:0!important}
  .column-settings-drawer.drawer{
    width:calc(100vw - 24px)!important;
    max-width:none!important;
    height:100vh!important;
    max-height:100vh!important;
  }
}
