.chip-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.chip-grid grit-wc-chip {
  margin: 1em;
}

#chip-event-log {
  max-height: 80px;
  min-height: 80px;
  overflow-y: auto;
  background: var(--neutral200);
}

.custom-chip {
  color: darkred;
  background: pink;
  border: 1px solid green;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
}