/* Ajustes finos, no layout principal */
body {
  -webkit-tap-highlight-color: transparent;
}

.card {
  border-radius: 0.75rem;
}
.section-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 20px;
  border-left: 4px solid #0d6efd;
  padding-left: 6px;
}

.voice-btn {
  border: 1px solid #ccc;
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.voice-btn:active {
  background: #dcdcdc;
}