/* styles.css */
body {
  font-family: 'Vazirmatn', sans-serif;
  background-color: #f9f9f9;
  margin: 20px auto;
  max-width: 1440px;
  padding: 20px;
}
h1 { text-align: right; margin-bottom: 20px; }
.search-box input { padding: 12px 15px; width: 100%; max-width: 400px; border-radius: 8px; border: 1px solid #00bfa5; font-size: 16px; }
.file-container { background: #fff; padding: 15px; border-radius: 10px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.btn { background-color: #00bfa5; color: white; padding: 10px 20px; border-radius: 8px; margin: 5px; font-size: 14px; text-align: center; }
audio { width: 100%; max-width: 400px; margin: 0 20px; }
.copy-notification { position: fixed; bottom: 20px; right: 20px; background-color: #00bfa5; color: white; padding: 10px 20px; border-radius: 8px; }
