.rtt-menu{flex-direction:column;gap:1px;min-width:184px;display:flex}.rtt-item{border-radius:var(--wh-radius-sm,6px);cursor:pointer;color:var(--wh-text);text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:7px 9px;font-size:13px;font-weight:400;transition:background-color .12s,color .12s;display:flex}.rtt-item:hover:not(:disabled){background:var(--wh-surface-hover)}.rtt-item:disabled{opacity:.45;cursor:default}.rtt-item--danger{color:var(--wh-error,#dc2626)}.rtt-item--danger:hover:not(:disabled){background:color-mix(in srgb,var(--wh-error,#dc2626)10%,transparent)}.rtt-divider{background:var(--wh-border-light,var(--wh-border));height:1px;margin:4px 2px}