Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
.spell-list {
    width: 100%;
    font-size: 0.95em;
}

.spell-list th,
.spell-list td {
    vertical-align: top;
}

.spell-list__description {
    max-width: 34em;
}

.spell-list__cost {
    align-items: center;
    display: inline-flex;
    gap: 2px;
    margin-right: 0.35em;
    white-space: nowrap;
}

.spell-list__cost img {
    vertical-align: -0.2em;
}

.spell-list-filter {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0;
}

.spell-list-filter label {
    display: grid;
    gap: 0.25rem;
}

.spell-list-filter select,
.spell-list-filter button {
    min-height: 2rem;
}

.spell-list-filter__count {
    margin-left: auto;
}

.spell-list__path {
    align-items: center;
    display: inline-flex;
    gap: 2px;
    margin-right: 0.35em;
    white-space: nowrap;
}

.spell-list__path img {
    vertical-align: -0.2em;
}