:host {
    display: flex;
    flex-direction: column;

    // Gap between vertical elements
    & > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .body {
        display: flex;
        flex-direction: column;
    }

    .loading {
        margin: 20px auto;
    }

    .mat-column-unlink {
        width: 2.5em;
    }
}
