/* /Features/PaymentApprovals/Components/ContextMenu.razor.rz.scp.css */
.ctx-overlay[b-43r69xfnv0] {
    position: fixed;
    inset: 0;
    background: transparent; /* transparent click shield */
    z-index: 9998;
}

.ctx[b-43r69xfnv0] {
    position: fixed;
    z-index: 9999;
    min-width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    padding: 4px;
    outline: none;
}

.ctx-list[b-43r69xfnv0] {
    margin: 0;
    padding: 4px;
    list-style: none;
}

.ctx-item:hover[b-43r69xfnv0], .ctx-item:focus[b-43r69xfnv0] {
    background: #f3f4f6;
}

.ctx-item[b-43r69xfnv0] {
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}

.ctx-item:not(.disabled):hover[b-43r69xfnv0],
.ctx-item:not(.disabled):focus[b-43r69xfnv0] {
    background: #f3f4f6;
}

.ctx-item.disabled[b-43r69xfnv0] {
    cursor: not-allowed; /* visual cue */
}
