@use "../../../../../styles/int.scss";

.dot {
  height: 10px;
  width: 10px;
  background-color: int.$politico-consumer-gray-line;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.selected {
  background-color: #000;
}