[data-acf-participation] .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item:first-child {
  margin-right: 20px;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  padding: 0;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  border-color: #6a929c;
  background-color: #6a929c;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
[data-acf-participation] .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  white-space: nowrap;
}

.event_cal_index {
  white-space: nowrap;
}