.elementor-7352 .elementor-element.elementor-element-ffd6829{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b9a83da */.letter_number_finder_game_1234 {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.finder_title_1234 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.finder_options_1234 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.finder_option_1234 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.finder_select_1234 {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  min-width: 120px;
}

.finder_btn_1234 {
  padding: 10px 20px;
  background-color: #2196F3;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  margin: 15px auto;
  transition: background-color 0.3s;
}

.finder_btn_1234:hover {
  background-color: #1976D2;
}

.finder_game_screen_1234 {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 20px;
}

.finder_game_header_1234 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.finder_target_char_1234 {
  font-size: 24px;
  font-weight: bold;
  color: #E91E63;
}

.finder_game_info_1234 {
  display: flex;
  gap: 15px;
}

.finder_timer_1234, .finder_progress_1234 {
  font-weight: bold;
}

.finder_game_board_1234 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  min-height: 280px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.finder_char_box_1234 {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.finder_char_box_1234:hover {
  transform: scale(1.1);
  background-color: #ddd;
}

.finder_char_found_1234 {
  background-color: #4CAF50 !important;
  color: white;
}

.finder_result_screen_1234 {
  text-align: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.finder_result_title_1234 {
  margin-bottom: 20px;
}

.finder_result_msg_1234 {
  font-size: 18px;
  margin-bottom: 20px;
}

.finder_msg_success_1234 {
  color: #4CAF50;
  font-weight: bold;
}

.finder_msg_fail_1234 {
  color: #F44336;
  font-weight: bold;
}

.finder_result_stats_1234 {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .finder_game_header_1234 {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .finder_char_box_1234 {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}/* End custom CSS */