.min-width {
    width: 1%;
    white-space: nowrap;
}

.pagination {
    justify-content: flex-end;
    margin: 0px;
}

.pagination > li > button {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.pagination > li > button:disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.toast-container {
    margin-top: 56px;
}

textarea {
    resize: none;
    overflow-y: hidden;
}

data:hover::after {
    content: ' (' attr(value) ')';
    font-size: 0.7em;
}

data.ulid:hover {
    cursor: copy;
}

data.ulid:hover::after {
    content: ' (ULID ' attr(value) ')';
    font-size: 0.7em;
}

blockquote {
    border-left: 3px solid #e0e0e0;
    padding-left: 0.6em;
    margin-left: 0;
}

.text-end blockquote {
    border-right: 3px solid #e0e0e0;
    padding-right: 0.6em;
    margin-right: 0;
    border-left: unset;
    padding-left: unset;
    margin-left: unset;
}