.entity-list h2 {
  margin-top: 0; }

.entity-list .more-entities-pill {
  margin-top: 10px; }

.entity-list .more-entities-text {
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  bottom: 2px; }

.entity-list .title {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  display: inline-block; }

.entity-list .empty-margin {
  margin-top: 15px; }

.entity-list .entity-title {
  margin-bottom: 10px; }

.entity-list .person-panel-row {
  height: 55px;
  align-items: center; }
  .entity-list .person-panel-row .persona-title {
    font-size: 0.875rem;
    padding-left: 16px;
    font-weight: 600;
    color: rgba( 0, 0, 0 ,  1 );
    color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
    max-width: 500px;
    text-overflow: ellipsis;
    position: relative; }
  .entity-list .person-panel-row .persona-secondary-title {
    font-size: 0.6875rem;
    padding-left: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.70);
    color: var(--palette-black-alpha-70,rgba(0, 0, 0, 0.70));
    max-width: 500px;
    text-overflow: ellipsis;
    position: relative; }
  .entity-list .person-panel-row .delete-button {
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear; }

.entity-list .person-panel-row:hover .delete-button, .entity-list .person-panel-row:focus .delete-button {
  visibility: visible;
  opacity: 1; }
