// Hide the default layout toolbar buttons on post-template block
.cbb-toolbar-query-layout ~ :not(.cbb-toolbar-preview) {
  display: none;
}

.query-loop-orderby {
  .components-toggle-control__help {
    word-break: break-word;
  }
}

.grid-item-heading {
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #ddd;

  + .group-control {
    margin-bottom: 1rem;
  }
}
