.k-tabs nav {
  justify-content: flex-start;
}

/* You should also ensure that the subtitler structure field will only contain subtitles. This hides its Add + button. This way, there will be no alternative to populate it other than the subtitler section. */
.k-field-name-subs .k-field-header button {
    display: none;
}

.k-section[type="pagetable"] .complete-label {
  font-size: 0.667rem;
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
}
.k-section[type="pagetable"] .complete-label[data-label="person"] {
  background: #d7e1e9;
}
.k-section[type="pagetable"] .complete-label[data-label="institution"] {
  background: #cae5dd;
}

.k-markdown-input .cm-kirbytag-footnotebox, .k-markdown-input .cm-kirbytag-gallery, .k-markdown-input .cm-kirbytag-single-image, .k-markdown-input .cm-kirbytag-double-image, .k-markdown-input .cm-kirbytag-single-video, .k-markdown-input .cm-kirbytag-timeline {
  background: rgba(63,185,66,.15);
  border: 1px solid rgba(63,185,66,.15);
}
