/* v8749 — remove legacy create wrapper and balance My Projects bottom sheet */
.workshop-my-v8749__toolbar{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  min-height:40px!important;
  margin:0 0 8px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:initial!important;
}
.workshop-my-v8749__toolbar .workshop-my-v8747__create{
  width:auto!important;
  min-width:0!important;
  min-height:38px!important;
  margin:0!important;
  padding-inline:14px!important;
  border-radius:12px!important;
}
@media(max-width:560px){
  .workshop-my-v8747__dialog{
    height:min(72dvh,680px)!important;
    max-height:88dvh!important;
  }
  .workshop-my-v8747__body{
    min-height:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .workshop-my-v8749__toolbar{
    min-height:38px!important;
    margin-bottom:7px!important;
  }
  .workshop-my-v8749__toolbar .workshop-my-v8747__create{
    min-height:36px!important;
    padding-inline:12px!important;
  }
}
@media(max-width:390px){
  .workshop-my-v8747__dialog{height:min(74dvh,650px)!important}
}
