.pcol-nominate {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 10000;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(8, 19, 25, .82);
  border: 1px solid rgba(255, 255, 255, .25);
  font: 13px/1 Arial, sans-serif;
  color: #d8f3ff;
}

.pcol-nominate.visible { display: flex; }

.pcol-nominate-title { margin-right: 4px; opacity: .8; }

.pcol-nominate-btn {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  background: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

.pcol-nominate-btn.selected {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .6);
}
