.glasshouse-box-layout {
  display: flex;
  align-items: center;
  min-height: 56px;
  margin: 0 0 16px;
}
.glasshouse-box-layout[hidden] { display: none; }
.glasshouse-box-layout[data-glasshouse-box-widget] .glasshouse-custom-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.glasshouse-box-layout[data-glasshouse-box-widget] .glasshouse-custom-element__launcher {
  position: relative;
  --glasshouse-custom-element-expanded-width: min(300px, 100%);
  font-size: 16px;
  width: var(--glasshouse-custom-element-expanded-width);
  flex-shrink: 0;
}
.glasshouse-box-layout[data-glasshouse-box-widget] .glasshouse-custom-element__launcher-copy { opacity: 1; transform: none; }
