.rtx_widget_injection_parent {
  margin-bottom: 15px;
}
.rtx_container * {
  box-sizing: border-box;
}
.rtx_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 0;
}
.rtx_option_plans {
  width: 100%;
  max-width: 44rem;
}
.rtx_option_plans select {
  font-size: 1rem;
  width: 100%;
  border-color: #000;
  background-color: transparent;
  color: #222;
  line-height: 1.2;
  padding: 10px 20px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="23" height="10" viewBox="0 0 23 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.08789 1L11.0879 9L21.0879 1" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-size: 20px 8px;
  padding-right: 40px;
}
.rtx_option_label {
  display: flex;
  max-width: 44rem;
}
.rtx_option_heading {
  font-size: 1rem;
  letter-spacing: 0.29px;
  text-transform: uppercase;
  width: 100%;
}
.rtx_option_subheading {
  font-size: 1rem;
}
.rtx_option_with_label {
  display: flex;
}
.rtx_column {
  display: flex;
  flex-direction: column;
}
.rtx_buttons_stacked {
  display: flex;
  width: 100%;
}
.rtx_buttons {
  width: 50%;
}
.rtx_button {
  width: 100%;
}
.rtx_buttons_stacked .rtx_option_selector,
.rtx_buttons .rtx_option_selector {
  width: 100%;
}
