:host {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-family: var(--font-pattern, "Roboto");
  width: 100%;
}


@media screen and (max-width: 1366px){
  .group {
    height: 350px;
  }
}


.list__container {
  height: 100%;
  width: 100%;
  min-height: 150px;
  overflow: auto;
  display: flex;
}

.actions__column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}