.tui-simpleLike {display: inline-flex;}
:root {--totaraReaction-modalMaxHeight: 50vh;}
.tui-likeRecordsModal__title {font-weight: var(--font-h4-weight);font-size: var(--font-h4-size);font-family: var(--font-h4-family);line-height: var(--font-h4-line-height);margin: 0;padding-bottom: var(--gap-2);border-bottom: var(--border-width-normal) solid var(--color-neutral-5);}
.tui-likeRecordsModal__content {max-height: var(--totaraReaction-modalMaxHeight);overflow-y: auto;}
.tui-likeRecordsModal__records {font-weight: var(--font-body-sm-weight);font-size: var(--font-body-sm-size);font-family: var(--font-body-sm-family);line-height: var(--font-body-sm-line-height);margin: 0;color: var(--color-state);list-style-type: none;}
.tui-likeRecordsModal__records li {padding: var(--gap-2) 0;}
.tui-likeRecordsModal__records li+li {border-top: var(--border-width-thin) solid var(--color-neutral-5);}
.tui-likeRecordsList {overflow-wrap: break-word;}
.tui-likeRecordsList__list {margin: 0;list-style-type: none;}