.chapter.view {
  margin-block: 16px;

  .header {
    display: flex;
    justify-content: space-between;
  }

  .title {
    margin-block: 16px;
  }

  .actions {
    place-self: center;
  }

  .description {
    margin-block: 8px;
    font-size: smaller;
    font-style: italic;
  }

  .entries {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;

    .group {
      flex: 1;
    }
  }
}
