#paheli-container {
  font-family: 'Noto Sans Devanagari', sans-serif;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.paheli-card {
  background: #fffbea;
  border: 1px solid #e5c100;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.paheli-card .question {
  font-size: 18px;
  margin-bottom: 10px;
}

.paheli-card .answer {
  font-size: 16px;
  color: #1a4d1a;
  font-weight: 500;
}

.paheli-card button {
  background-color: #ffca28;
  border: none;
  border-radius: 5px;
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.3s;
}

.paheli-card button:hover {
  background-color: #ffc107;
}

.pagination {
  text-align: center;
  margin-top: 10px;
}

.pagination button {
  margin: 5px;
  padding: 8px 15px;
  border-radius: 5px;
  border: none;
  background-color: #2196f3;
  color: white;
  cursor: pointer;
}

.pagination button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
