.elementor-7357 .elementor-element.elementor-element-f57969d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9808ccd */.reaction_test_game_1234 {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  text-align: center;
}
.reaction_game_screen_1234 {
  text-align: center;
  padding: 20px;
}

.reaction_play_area_1234 {
  position: relative;
  width: 100%;
  max-width: 5000px;
  height: 400px;
  margin: 0 auto 20px auto;
  background-color: #f0f0f0;
  border: 2px dashed #ccc;
  overflow: hidden;
}

.reaction_point_1234 {
  position: absolute;
  background-color: red;
  border-radius: 50%;
  display: none;
}


.reaction_title_1234 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.reaction_instructions_1234 {
  margin-bottom: 20px;
  color: #555;
}

.reaction_controls_1234 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.reaction_control_1234 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.reaction_select_1234 {
  padding: 5px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.reaction_btn_1234 {
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.reaction_btn_1234:hover {
  background-color: #45a049;
}

.reaction_game_screen_1234 {
  position: relative;
  height: 50vh;

}


.reaction_point_1234 {
  background-color: red;
  border-radius: 50%;
  margin: 30px auto;
  display: none;
}

.reaction_prompt_1234 {
  font-size: 16px;
  color: #333;
}

.reaction_results_1234 {
  margin-top: 30px;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 8px;
}

.reaction_results_1234 h3 {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .reaction_control_1234 {
    flex-direction: column;
    align-items: flex-start;
  }

  .reaction_select_1234 {
    width: 100%;
  }
}/* End custom CSS */