.options-list.nested {
  display: flex;
  align-items: center;
}
.options-list.nested .field.choice {
  width: 25%;
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
}
.options-list.nested input[type=radio] {
  border: 1px solid #000;
  padding: 0.5em;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
}
.options-list.nested input[type=radio]:checked {
  background-color: black;
  background-size: 9px 9px;
}
.options-list.nested input[type=radio]:focus {
  outline-color: transparent;
}
.not-logged-in {
  display: none;
}
.welcome {
  display: none !important;
}
.info-mark {
  width: 20px;
  border-radius: 20px;
  border: 2px solid black;
  padding: 2px;
  height: 20px;
  text-align: center;
  margin-left: 5px;
}
@media (min-width: 769px), print {
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: relative !important;
    width: 1px;
  }
}
/*# sourceMappingURL=styles-ml.css.map */