.zurl-context-menu {
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 6px;
    min-width: 180px;
    padding: 4px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    font-family: system-ui, sans-serif;
    font-size: 13px;
    color: #eee;
}

.zurl-context-menu .item {
    padding: 8px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.zurl-context-menu .item:hover {
    background: #2a2a2a;
}

.zurl-context-menu hr {
    border: none;
    border-top: 1px solid #333;
    margin: 4px 0;
}
