.RejectionList {

    padding: 15px 30px 15px 30px;

    &-container,
    &-header,
    &-row {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    &-section {
        margin-top: 30px;
        &:first-child {
            margin-top: 0;
        }
    }

    &-header {
        color: $grey_300;
        font-weight: $weight_extra_bold;
        text-transform: uppercase;
    }

    &-cell {
        flex-basis: 0;
        flex-grow: 1;

        &:last-of-type {
            flex-grow: 2;
        }
    }

    &-cell-bold {
        font-weight: $weight_extra_bold;
    }

    &-cell-number {
        color: $grey_300;
        font-weight: $weight_extra_bold;
        width: 25px;
    }

    &-row {
        color: var(--gray-800);
        font-size: 14px;
        font-weight: $weight_book;
        overflow-wrap: break-word;
        white-space: pre-wrap;
    }

    &-section-header {
        margin-bottom: 10px;
    }
}
