.box_split-item {
  background-color: var(--background--xlight);
  width: 100%;
  height: 100%;
  border-radius: var(--border--radius-medium);
  box-shadow: var(--shadow--xsmall);
  flex-direction: column;
  overflow: hidden;
  display: flex;
  padding: var(--space--nano);
}

.box_split-item > .ez-split-item--content {
  overflow: auto;
}

.expanded__item {
  position: absolute;
  z-index: var(--more-visible);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ez-split-item--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ez-split-item--header-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
}

.ez-split-item--header-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ez-split-item--header-buttons {
  display: flex;
  align-items: center;
  max-height: 20px;
}

.ez-split-item--content {
  display: block;
  height: 100%;
}

h3.ez-margin--small {
  margin-left: var(--space--small);
}

.structural__item {
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.content__item {
  margin: var(--space--extra-small);
  width: calc(100% - 2*(var(--space--extra-small)));
  height: calc(100% - 2*(var(--space--extra-small)));
}
