.sheet-asset__controls {
  audio {
    max-height: 40px;
    width: 100%;
  }
}

.sheet__inherited-property .field-label label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #368ac0;
  display: inline-block;
  margin-inline: 8px;
}

.columns.is-animated > .column {
  transition: flex .2s, width .2s;
}
