/* Fix positioning of entity browser modal so it's always positioned properly. */
.ui-dialog.entity-browser-modal {
  position: fixed!important;
  top: 10px!important;
}

/* Override core form layout in claro */
.layout-form {
  display: block !important; /* Don't use grid. */
}

.layout-region--secondary {
  float: none !important;
  width: 100% !important;
}

.layout-region--secondary:before {
  content: '';
  border-top: 2px solid;
  width: 100%;
  display: block;
  padding-top: 1em;
  margin-top: 1em;
  line-height: 0.8;
  margin-bottom: 1em;
}

.layout-region--secondary .layout-region__content:before {
  content: 'Admin and Navigation Section';
  font-size: 2em;
  font-weight: bold;
}

.layout-region--main,
.layout-region--secondary,
.layout-region--footer {
  width: auto !important;
}

.layout-region__content {
  max-width: calc(83.5rem + 2*var(--ck-spacing-standard) + 2px);
  margin-right: auto;
  margin-left: auto;
}

.views-exposed-form fieldset {
  margin-right: 10px;
}

.improvedselect .improvedselect-text-wrapper {
  border: 0;
}

.improvedselect input.improvedselect_filter {
  height: auto;
  width: 100%;
}
