/* Main
-------------------------------------------- */

.xNoData,
.search-results-none,
.no-messages,
.xNoResults {
    display: grid;
    place-items: center;
    color: var(--text-placeholder);
    min-height: 6rem;
}

.xEdit[blank] {
    justify-content: center;
    color: var(--text-placeholder);
}