@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "SoraBold";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Bold.ttf");
  font-display: swap;
}
.webform-type-radios {
  margin-bottom: 40px;
  margin-left: 0px;
}
.webform-type-radios legend {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1d1d1b;
  padding-bottom: 8px;
}
.webform-type-radios label {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1d1d1b;
}
.webform-type-radios .js-webform-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.webform-type-radios .js-webform-radios > .js-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webform-type-radios .js-webform-radios > .js-form-item input {
  margin: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #646363;
  border-radius: 50%;
  color: #ffffff;
  accent-color: #1d1d1b;
  margin-right: 10px;
  cursor: pointer;
}
.webform-type-radios .js-webform-radios > .js-form-item input:checked {
  border: 1px solid #1d1d1b;
  position: relative;
}
.webform-type-radios .js-webform-radios > .js-form-item input:checked::before {
  content: "";
  display: block;
  border-radius: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  background-color: #1d1d1b;
}
.webform-type-radios .js-webform-radios > .js-form-item label {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1d1d1b;
  cursor: pointer;
  padding-bottom: 0px;
}
/*# sourceMappingURL=form-element--radio.css.map */
