:root {
  --drupal-displace-offset-top: var(--gin-toolbar-secondary-height);
}

.glb-sidebar {
  bottom: 0;
}

.gin--navigation .gin-secondary-toolbar--frontend {
  z-index: 106 !important;
}

.glb-fieldset__legend {
  margin: -1rem 0 0 1rem;

  & .glb-fieldset__label {
    padding: 0 0.5rem;
    background: var(--gin-bg-layer);
  }
}

.layout-builder__add-section {
  position: relative;
  z-index: 100;
}

.layout-builder__section:not(.gin-lb--disable-section-focus):hover::after {
  z-index: 1;
}

.field-multiple-table {
  th h4 {
    margin: 0;
  }

  td > .form-item {
    display: block;
  }
}
