.iex-financing-options {
  margin-bottom: 1em;
}

.iex-financing-option {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 12px 20px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
  transition: all 0.3s ease;
}

.iex-financing-option.selected {
  border-color: #0071a1;
  background-color: #e6f0f6;
}

.iex-financing-option input[type="radio"] {
  display: none;
}
