.rc_widget__option__plans__dropdown {
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  background-color: var(--black);
  color:var(--off-white);
  border:none;
  font-family: 'PT Mono', monospace;
  font-weight: 400;
}

input.rc-radio__input {
    appearance: auto;
}