.Participants {

    &-row:not(:last-child) {
        margin-bottom: 20px;
    }

    .TrashGlyph.Glyph {
        cursor: pointer;
        margin-left: 14px;
        fill: var(--gray-500);

        &:hover {
            fill: var(--gray-600);
        }
    }

    &-row .col-9 {
        display: flex;
        align-items: center;

        .Select {
            display: block;
            flex: 1;
        }
    }
}
