/* === ref_okfs.css === */
/* ОКФС-specific: column widths (2 columns only) */

/* ---- OKFS table column widths ---- */
.ref-okfs-table .ref-okfs-th-code,
.ref-okfs-table .ref-okfs-td-code {
    width: 80px;
    white-space: nowrap;
}
.ref-okfs-table .ref-okfs-td-name {
    white-space: normal;
    word-break: break-word;
}

/* ---- OKFS mobile ---- */
@media (max-width: 768px) {
    .ref-okfs-table .ref-okfs-td-name {
        min-width: 0;
    }
}
