.widget-host-edit-overlay {
  background: rgba(255, 255, 255, 0.3); }
  .widget-host-edit-overlay .widget-host-edit-row {
    position: absolute;
    right: 0;
    z-index: 100;
    margin: 6px; }
    .widget-host-edit-overlay .widget-host-edit-row button {
      margin-left: 4px;
      border:  1px solid;
      border-color: rgba( 255, 255, 255 ,  1 );
      border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
      background-color: rgba( 239, 239, 239 ,  1 );
      background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 ); }
      .widget-host-edit-overlay .widget-host-edit-row button:focus, .widget-host-edit-overlay .widget-host-edit-row button:hover {
        background-color: rgba( 200, 200, 200 ,  1 );
        background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
      .widget-host-edit-overlay .widget-host-edit-row button.delete-widget-button {
        color: rgba(232, 17, 35, 1);
        color: var(--palette-error,rgba(232, 17, 35, 1)); }
      .widget-host-edit-overlay .widget-host-edit-row button .left-icon {
        font-size: 1rem; }
