.field--widget-jquery-colorpicker .form-type--textfield {
  display: none;
}

/* For Claro Admin theme, set a larger max-width for node edit column */
@media screen and (min-width: 61rem) {
  .layout-region--node-main .layout-region__content, .layout-region--node-footer .layout-region__content {
    max-width: 1500px !important;
  }
}

.colorpicker {
  z-index: 1;
}
