/* ── DictionaryGrid ─────────────────────────────────────────── */

.b2-dict-header-cell {
    max-width: 100px;
    min-height: 20px;
    margin: 2px;
}

.b2-dict-modal-content {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
}

.b2-dict-table {
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 50vh;
    min-height: 0;
}

.b2-dict-table .ant-table-thead > tr > th,
.b2-dict-table .ant-table-tbody > tr > td,
.b2-dict-table .ant-table tfoot > tr > th,
.b2-dict-table .ant-table tfoot > tr > td {
    padding: 2px 4px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
}

.b2-dict-selected-row > td {
    background-color: #e6f7ff !important;
}

.b2-dict-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}
