.layout-builder-block {
  padding: 1.5em;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  outline: 1px solid #800080;
}

.layout-builder__section .ui-sortable-helper {
  box-shadow: 5px 5px 5px #666;
  -moz-box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  cursor: grabbing;
}

/* Style node status form on layouts page */
#edit-moderation-state-wrapper {
  margin-bottom: 30px;
}
#edit-moderation-state-wrapper .js-form-type-select,
#edit-moderation-state-wrapper .js-form-type-item label {
  font-weight: bold;
  margin-top: 25px;
}
#edit-moderation-state-wrapper .js-form-type-select label {
  margin-top: 0;
}
#edit-moderation-state-wrapper select.form-select {
  display: inline-block;
  max-width: fit-content;
}

