.transcription-box {
    width: 100%;
    height: 600px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 1rem;
    overflow-y: auto;     /* allows scrolling */
    background-color: #f8f9fa;
    white-space: pre-wrap; /* keeps newlines */
  }
  
  .copy-button {
    width: 100px;
    height: 50px;
    justify-items: center;
  }

  .recording {
    height: 300px;
  }

  .placeholder-text {
    color: #7a7f83;
  }

  .sound-clips audio {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .alert {
    font-size: 0.95rem; /* Slightly smaller on mobile */
  }
  
  @media (max-width: 576px) {
    .alert h5 {
      font-size: 1.1rem;
    }
    .alert .btn-sm {
      width: 100%; /* Full width buttons on mobile */
      margin-bottom: 0.5rem;
    }
  }