/* === ref_okei.css === */
/* ОКЕИ-specific: column widths, category badges, mobile */

/* ---- OKEI table column widths ---- */
.ref-okei-table .ref-okei-th-code,
.ref-okei-table .ref-okei-td-code {
    width: 60px;
    white-space: nowrap;
}
.ref-okei-table .ref-okei-td-name {
    white-space: normal;
    word-break: break-word;
    min-width: 150px;
}
.ref-okei-table .ref-okei-th-short,
.ref-okei-table .ref-okei-td-short {
    width: 80px;
    white-space: nowrap;
}
.ref-okei-table .ref-okei-th-letter,
.ref-okei-table .ref-okei-td-letter {
    width: 90px;
    white-space: nowrap;
}
.ref-okei-table .ref-okei-th-cat,
.ref-okei-table .ref-okei-td-cat {
    width: 90px;
    white-space: nowrap;
    text-align: center;
}

/* ---- OKEI category badges ---- */
.ref-okei-badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 100px;
    white-space: nowrap;
}
.ref-okei-badge--int {
    background: rgba(var(--accent-rgb, 90, 82, 224), 0.12);
    color: var(--primary);
}
.ref-okei-badge--nat {
    background: var(--bg-surface-hover);
    color: var(--text-muted);
    border: 1px solid var(--glass-border);
}
.ref-okei-badge--not {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--glass-border);
}

/* ---- OKEI mobile ---- */
@media (max-width: 768px) {
    .ref-okei-table .ref-okei-th-letter,
    .ref-okei-table .ref-okei-td-letter,
    .ref-okei-table .ref-okei-th-cat,
    .ref-okei-table .ref-okei-td-cat,
    .ref-okei-table .ref-okei-th-short,
    .ref-okei-table .ref-okei-td-short {
        display: none;
    }
    .ref-okei-table .ref-okei-td-name {
        min-width: 0;
    }
}
