.bi-action-block {
    width: 100%;
    justify-content: center;
}

.bi-card-spaced {
    margin-bottom: 12px;
}

.bi-filter-actions-full {
    grid-column: 1 / -1;
}

.bi-table-state-cell {
    text-align: center;
    padding: 20px;
    color: var(--bi-muted, #64748b);
}

.bi-table-state-cell.is-error {
    color: #b91c1c;
}

.bi-input-full {
    width: 100%;
}

.bi-input-dark-text {
    color: #13243a;
}

.bi-link-underlined {
    text-decoration: underline;
}

.bi-link-light-underlined {
    color: #dbeafe;
    text-decoration: underline;
}

.bi-link-support {
    color: #8fd3ff;
    text-decoration: none;
}

.bi-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bi-section-title-reset {
    margin: 0;
}

.bi-table-wrap-spaced {
    margin-top: 8px;
}

.bi-note-spaced {
    margin-bottom: 12px;
}

.bi-actions-end {
    margin-top: 12px;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.bi-section-row {
    margin-bottom: 10px;
}
