html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-create-section].dfd-appdrawer__section{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  grid-auto-rows:auto !important;
  align-content:start !important;
  justify-items:stretch !important;
  gap:18px 16px !important;
  min-height:auto !important;
  height:auto !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid{
  display:contents !important;
  margin:0 !important;
  padding:0 !important;
  gap:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blocklane{
  order:initial !important;
  grid-column:1 / -1 !important;
  grid-row:1 !important;
  display:grid !important;
  align-content:start !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field:has([data-dfc-create-start]){
  grid-column:1 !important;
  grid-row:2 !important;
  align-self:start !important;
  margin:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field:has([data-dfc-create-end]){
  grid-column:2 !important;
  grid-row:2 !important;
  align-self:start !important;
  margin:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field:has([data-dfc-create-start]) > span,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field:has([data-dfc-create-end]) > span{
  margin:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-error]{
  grid-column:1 / -1 !important;
  grid-row:3 !important;
  margin:0 !important;
}

@media (max-width: 860px){
  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-create-section].dfd-appdrawer__section{
    grid-template-columns:minmax(0,1fr) !important;
    gap:16px !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blocklane{
    grid-column:1 !important;
    grid-row:1 !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field:has([data-dfc-create-start]){
    grid-column:1 !important;
    grid-row:2 !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field:has([data-dfc-create-end]){
    grid-column:1 !important;
    grid-row:3 !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-error]{
    grid-column:1 !important;
    grid-row:4 !important;
  }
}
