.AccountList {
    .ClearFilters {
        padding: 25px 0 0 39px;
    }

    .GridTable-cell {
        white-space: normal;
    }

    .SearchableList-filter {
        height: 80px;
    }

    .SearchField {
        width: 350px;
    }

    .SearchFieldInput {
        font-size: 14px;
    }

    &-table {
        position: relative;
    }

    &-applicationcell {
        display: flex;
        gap: 20px;
    }
}

.DesignAudit {
    .PageHeader {
        box-shadow: 0 2px 0.25rem -2px var(--gray-400);
    }

    .AccountList {
        padding-bottom: 40px;

        .List-top-nav {
            display: none;
        }

        &-table {
            margin-top: 20px;
            margin-right: -20px;
        }
    }
}
