.widget-host-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .widget-host-overlay .widget-host-menu-header {
    pointer-events: initial;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }
    .widget-host-overlay .widget-host-menu-header:not(.mouse-is-over-widget):not(.context-menu-is-active):not(.overlay-has-focus) {
      height: 0px;
      overflow: hidden; }
    .widget-host-overlay .widget-host-menu-header button {
      padding: 4px 4px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      background-color: rgba( 239, 239, 239 ,  1 );
      background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 ); }
      .widget-host-overlay .widget-host-menu-header button:focus, .widget-host-overlay .widget-host-menu-header button:hover {
        background-color: rgba( 200, 200, 200 ,  1 );
        background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.widget-host-delete-menu-icon {
  color: rgba(232, 17, 35, 1) !important;
  color: var(--palette-error,rgba(232, 17, 35, 1)) !important; }
