.shell-app.is-characters-view .shell-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
}

.shell-app.is-characters-view .shell-panel {
    min-height: calc(100vh - var(--shell-header-height));
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.shell-app.is-characters-view .explorer-shell__panel--left .ui-filter-bar {
    grid-template-columns: 1fr;
    margin-bottom: 0;
}

.shell-app.is-characters-view .explorer-shell__panel--left .ui-filter-bar__filters,
.shell-app.is-characters-view .explorer-shell__panel--left .ui-filter-bar__counters {
    justify-content: flex-start;
}

.shell-app.is-characters-view .explorer-shell__panel--left .ui-filter-bar__filters {
    display: grid;
    grid-template-columns: 1fr;
}

.shell-app.is-characters-view .explorer-shell__toolbar .ui-view-toolbar {
    padding: 0;
    border: 0;
    background: transparent;
}

.characters-toolbar {
    width: 100%;
}

.characters-manager__groups {
    display: grid;
    gap: 18px;
}

.characters-manager__group {
    display: grid;
    gap: 10px;
}

.characters-manager__group-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 2px;
    border-bottom: 1px solid var(--border);
}

.characters-manager__group-header h3 {
    margin: 0;
    padding: 0 0 6px;
    color: var(--text_main);
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0;
}

.shell-app.is-characters-view .ui-filter-control {
    min-width: 100%;
}

.shell-app.is-characters-view .ui-filter-control__select {
    width: 100%;
}

.shell-app.is-characters-view .ui-entity-collection[data-density="1"] .ui-entity-card__chips {
    display: flex;
}
