.sjp-poll__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
  white-space: nowrap;
}

.sjp-poll__meta {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sjp-poll__kickoff {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}

.sjp-poll__teams {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin-bottom: 6px;
  text-align: center;
}
.sjp-poll__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}

.sjp-poll__teamname {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  min-width: 0;
  text-align: left;
}

.sjp-poll__vs {
  font-size: 10px;
  line-height: 1;
  color: #aeb4bd;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.sjp-poll__crest,
.sjp-poll__icon {
  flex: 0 0 auto;
  object-fit: contain;
}

.sjp-poll__crest { width: 48px; height: 48px; }
.sjp-poll__icon  { width: 24px; height: 24px; }

.sjp-poll__choices {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sjp-poll__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 6px 8px;
  font: inherit;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: left;
  color: inherit;
  background: #fff;
  border: 1px solid #d7dae0;
  border-radius: 5px;
  cursor: pointer;
}

.sjp-poll__btn:hover:not(:disabled) {
  border-color: #9aa1ac;
  background: #f7f8fa;
}

.sjp-poll__btn:disabled {
  opacity: .55;
  cursor: default;
}

.sjp-poll__row { margin-bottom: 9px; }

.sjp-poll__rowtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 3px;
}

.sjp-poll__name {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.sjp-poll__num {
  flex: 0 0 auto;
  color: #6b7280;
  font-variant-numeric: tabular-nums;
}


.sjp-poll__row.is-mine .sjp-poll__name { font-weight: 700; }

.sjp-poll__bar {
  height: 6px;
  border-radius: 3px;
  background: #eceef1;
  overflow: hidden;
}

.sjp-poll__fill {
  display: block;
  height: 100%;
  background: #9aa1ac;
  border-radius: 3px;
}

.sjp-poll__row.is-mine .sjp-poll__fill { background: #2f6fd0; }

.sjp-poll__total,
.sjp-poll__note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #6b7280;
  font-variant-numeric: tabular-nums;
}

/* Tournament icon in front of the tournament name; shown only when set */
.sjp-poll__ticon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  object-fit: contain;
  vertical-align: -3px;
}
