.annonce-ajouter-form .event-choice-list {
  display: grid;
  gap: 8px;
  margin: 4px 0 9px;
  max-width: 760px;
}

.annonce-ajouter-form .blockLabels .multiField .event-choice {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d7e1e7;
  border-radius: 7px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  width: 100%;
}

.annonce-ajouter-form .blockLabels .event-choice:hover {
  background: #f6faf3;
  border-color: #9fbd8b;
}

.annonce-ajouter-form .blockLabels .event-choice input {
  accent-color: #3f7f22;
  box-shadow: none;
  flex: 0 0 auto;
  float: none;
  margin: 3px 0 0;
  min-height: 0;
  width: auto;
}

.annonce-ajouter-form .blockLabels .event-choice span {
  color: #34434e;
  flex: 1 1 auto;
  float: none;
  font-weight: normal;
  line-height: 1.4;
  width: auto;
}

.annonce-ajouter-form .event-professional-hint {
  background: #f7faf3;
  border: 1px solid #d6e5cb;
  border-left: 4px solid #6a9e32;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 10px 0 0;
  max-width: 760px;
  padding: 10px 12px;
}
