/* ─────────────────────────────────────────────────────────────
   ЗУЕС страница
───────────────────────────────────────────────────────────── */

.zuesc-search-bar {
    top: 56px;
    z-index: 100;
}

.zuesc-sidebar-sticky {
    top: 110px;
}

/* ── Match highlight ─────────────────────────────────────── */
mark {
    background: #fff176;
    padding: 0 2px;
    border-radius: 2px;
}

mark.mark-current {
    background: #ff9800;
    color: #fff;
}
