.elementor-widget-container .wm_contest{
  width: 100%;
}

.wm_contest_testo{
  margin-bottom: 1em;
}

.wm_contest_domanda{
  margin-bottom: 2em;
}

.wm_contest_note{
  margin-top: 2em;
}

contest{
  margin-top: 1em;
  width: 100%;
  padding: 1em;
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
  border: 1px #ccc solid;
  display: block;
}

.wm_contest_field_hr{
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
}

.wm_contest_field{
  width: 100%;
}

.wm_contest_field_hr .wm_contest_field{
  width: 48%;
}

.wm_contest_field input,
.wm_contest_field textarea{
  margin-top: 0px;
  border: 0px;
  border-bottom: 1px solid #111;
  color: #111;
  background: #fff;
  width: 100%;
  display: block;
}

.wm_contest_field label,
.wm_contest button{
  font-family: Poppins;
  font-size: 0.7em;
  background: #111;
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 1em;
  display: inline-block;
}

.wm_contest button{
  margin-top: 1em;
  background: #ff4e57;
}

.wm_contest_domanda{
  font-weight: 600;
}

.wm_contest_note label{
  font-weight: 600;
}

.wm_contest_note ul{
  font-size: 0.7em;
  margin-top: 1em;
  font-family: Poppins;
}
