@supports (display: grid) {
  .selectionList {
    display: grid;
  }
}

.selectionList {
  width: 100%;
}

.selectionListOption {
  font-size: 14px;
  text-align: center;
  margin: 0 auto 0 auto;
  cursor: pointer;
}

.selectionListOption_selected {
  color: #0261ff;
}
