<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-context-menu, .context-sub-menu {
    background-color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
}
.context-menu-item {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    min-height: 24px;
    cursor: pointer;
    padding: 8px;
}
.context-menu-item:hover {
    background-color: #2980b9;
    color: white;
}
</pre></body></html>