@use '../../variables.scss' as vars;

:host {
  display: contents;
}

.panel {
  position: sticky;
  z-index: 10;
  top: 0;
  right: 0;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  gap: 5px;
}

.flex-1 {
    flex: 1;
}