@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400..700&display=swap');
body {
  background-color: #f1f8e9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
  color: #2e7d32;
}

.question-block {
  background-color: #ffffff;
  border: 1px solid #c8e6c9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.arabic-text {
font-family: "Noto Naskh Arabic", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  direction: rtl;
  text-align: right;
  color: #1b5e20;
  margin-top: 10px;
}

.audio-control {
  margin-top: 10px;
}

.answer {
  background-color: #e8f5e9;
  padding: 15px;
  border-left: 4px solid #66bb6a;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #2e7d32;
}
