#block-tulane-tailwindcss-local-tasks {margin-top: 100px;}
.node-layout-builder-form input {padding: 5px 7px;}
.node-layout-builder-form #edit-submit {background-color: greenyellow;}
.node-layout-builder-form #edit-discard-changes {background-color: red; color: white;}
.node-layout-builder-form #edit-revert {background-color: yellow;}
.ui-dialog-content {overflow: visible;} 
.ui-dialog {width: auto !important; max-width: 1230px;}

.ck-editor__main .ck-content .grid {display: block; overflow: hidden; min-width: 100%;}
@media(max-width: 64em){.ck-editor__main .ck-content .grid-cols-1 div{ min-width: 100%;}}

.ck-editor__main .ck-content .md\:grid-cols-2 div{
  float: left; 
  max-width: 45%;
  display: block;
  padding: 1rem;
}

.ck-editor__main .ck-content .md\:grid-cols-3 div{
  float: left; 
  max-width: 30%;
  display: block;
  padding: 1rem;
}

.ck-editor__main .ck-content .md\:grid-cols-4 div{
  float: left; 
  max-width: 22%;
  display: block;
  padding: 1rem;
}
