.form-group label {
  font-weight: normal;
  font-size: 14px;
}

.form-control {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  box-sizing: border-box;
  height: 40px;
}

.form-control:focus {
  border: 1px solid #ddd;
  box-shadow: 0 0 5px var(--zettler-orange-hover);
}

.radio-group {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.form-muli-field-row {
  gap: 20px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .form-horizontal .row {
    margin: 0 !important;
  }

  .form-horizontal .row > div {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    justify-content: center;
    margin-left: 0 !important;
  }

  .form-muli-field-row {
    flex-wrap: wrap;
  }

  .col-sm-12:has(.row.form-muli-field-row) {
    padding: 0 !important;
  }
}
