.kb-league-picker {
  position: relative;
  flex: 1 1 240px;
  min-width: 0;
}

.kb-league-picker > .kb-input {
  width: 100%;
  margin-bottom: 0;
}

.kb-league-results {
  position: absolute;
  z-index: 50;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  max-height: min(340px, 55vh);
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #156fb5;
  border-radius: 12px;
  background: #071018;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .55);
  scrollbar-color: #258de0 #071018;
}

.kb-league-results[hidden] {
  display: none;
}

.kb-league-option,
.kb-league-status {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  color: #f4f8fc;
  background: transparent;
  font: inherit;
  text-align: left;
}

.kb-league-option {
  cursor: pointer;
}

.kb-league-option:hover,
.kb-league-option.is-active {
  color: #fff;
  background: #146fbd;
}

.kb-league-status {
  position: sticky;
  top: -6px;
  z-index: 1;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(54, 164, 255, .25);
  border-radius: 0;
  color: #9fc8e8;
  background: #071018;
  font-size: .82rem;
}

.kb-league-status.is-empty {
  position: static;
  border-bottom: 0;
}
