/* JEE College Predictor Styles */
.jee-predictor {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.jee-predictor input,
.jee-predictor select {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.jee-predictor button {
  background: #0073aa;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.jee-predictor button:hover {
  background: #005a87;
}
