html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerbody.dfd-appdrawer__body{
  padding-left:28px !important;
  padding-right:28px !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-create-section].dfd-appdrawer__section{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  padding:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blocklane{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blockchoices{
  display:grid !important;
  grid-template-columns:repeat(4, 116px) !important;
  gap:10px !important;
  justify-content:flex-start !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blockchoice{
  width:116px !important;
  min-width:116px !important;
  max-width:116px !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid{
  display:block !important;
  grid-template-columns:none !important;
  gap:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  min-height:0 !important;
  height:auto !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid > [data-dfc-create-title-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid > [data-dfc-create-experience-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid > [data-dfc-create-type-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid > [data-dfc-create-status-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid > [data-dfc-create-asset-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid > [data-dfc-create-time-anchor]{
  display:none !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-card]{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  width:100% !important;
  margin:0 !important;
  padding:20px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:22px !important;
  background:#fff !important;
  box-shadow:none !important;
  align-self:stretch !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-cardhead]{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  margin:0 !important;
  padding:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blocktimecardtitle{
  display:block !important;
  margin:0 !important;
  font:600 24px/1.08 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  letter-spacing:-0.03em !important;
  color:#111827 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blocktimecardhelp{
  margin:0 !important;
  font:400 13px/1.45 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  color:#6b7280 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-card-fields]{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:16px 14px !important;
  align-items:start !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-card-fields] > .dfc-cal__field{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  margin:0 !important;
  min-height:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-card-fields] > .dfc-cal__field > span{
  margin:0 !important;
  font:600 14px/1.25 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  color:#667085 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-card-fields] > .dfc-cal__field select{
  width:100% !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-error]{
  margin:0 !important;
}

@media (max-width: 740px){
  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerbody.dfd-appdrawer__body{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blockchoices{
    grid-template-columns:repeat(2, 116px) !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-blocktime-card-fields]{
    grid-template-columns:minmax(0,1fr) !important;
  }
}
