
#test-container {
  max-width: 650px;
  margin: 40px auto;
  font-family: sans-serif;
  background: #f9f9f9;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  direction: rtl;
  text-align: right;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #333;
}
.question h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.question p {
  font-weight: bold;
}
.options button {
  display: block;
  margin: 6px 0;
  padding: 10px;
  width: 100%;
  background: #eef;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}
.options button:hover {
  background: #dde;
}
.result {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
}
