.context-menu {
    position: absolute;
    display: none;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 0.3em 0px;
    z-index: 1000;
    font-family: 'liera-sans';
    font-weight: 300;
    overflow: hidden;
}

.context-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.contextmenu-item {
    padding: 0.3em 2em 0.3em 0.6em;
    cursor: pointer;
    font-size: small;
    color: #333;
    transition: background-color 0.15s ease, color 0.15s ease;
    user-select: none;
}

.contextmenu-item:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.contextmenu-item:active {
    background-color: #e5e7eb;
}

.contextmenu-item:last-child {
    color: #dc2626;
}

.contextmenu-item:last-child:hover {
    background-color: #fee2e2;
    color: #b91c1c;
}.context-menu {
    position: absolute;
    display: none;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 0.3em 0px;
    z-index: 1000;
    font-family: 'liera-sans';
    font-weight: 300;
    overflow: hidden;
}

.context-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.contextmenu-item {
    padding: 0.3em 2em 0.3em 0.6em;
    cursor: pointer;
    font-size: small;
    color: #333;
    transition: background-color 0.15s ease, color 0.15s ease;
    user-select: none;
}

.contextmenu-item:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.contextmenu-item:active {
    background-color: #e5e7eb;
}

.contextmenu-item:last-child {
    color: #dc2626;
}

.contextmenu-item:last-child:hover {
    background-color: #fee2e2;
    color: #b91c1c;
}
