.floating-winners-panel .winner-list {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.floating-winners-panel .winner-rule-row {
  grid-template-columns: minmax(0, 35%) minmax(0, 65%);
  align-items: center;
  min-width: 0;
  height: auto;
  display: grid;
  overflow: visible;
}

.floating-winners-panel .winner-rule-name {
  max-width: none;
}

.floating-winners-panel .winner-rule-names {
  grid-template-columns: repeat(3, minmax(0, max-content));
  grid-auto-flow: row;
  align-items: stretch;
  justify-content: end;
  justify-items: stretch;
  gap: 3px;
  justify-self: end;
  width: fit-content;
  max-width: 100%;
  display: grid;
  overflow: visible;
}

.floating-winners-panel .winner-name-chip {
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 24px;
  height: auto;
  padding: 3px 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
}
