#bdsq-wrapper {
  font-family: 'Vazir', sans-serif;
  direction: rtl;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 2rem;
  border-radius: 2rem;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#bdsq-form input, #bdsq-form button {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  padding: 1rem;
  border-radius: 1rem;
  border: none;
  font-size: 1rem;
}

#bdsq-form input[type=\"radio\"] {
  width: auto;
  display: inline;
}

#bdsq-form button {
  background: #fff;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

#bdsq-form button:hover {
  background: #f5f5f5;
}

ol li {
  margin-bottom: 1rem;
}

#result {
  background: #fff;
  color: #333;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  font-family: 'Vazir', sans-serif;
}
