#tasha-interview-box {
  font-family: Arial, sans-serif;
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#record-btn, #pay-btn, #next-question-btn {
  background: #0055a5;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 10px 0;
  cursor: pointer;
}
#record-btn:hover, #pay-btn:hover, #next-question-btn:hover {
  background: #003d7a;
}
#transcription {
  font-style: italic;
  margin-top: 10px;
}