.asr-reader {
  margin: 20px 0 28px;
  padding: 16px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fafc;
  color: #172033;
}

.asr-reader__label {
  margin: 0 0 12px;
  color: #516173;
  font-size: 14px;
  font-weight: 700;
}

.asr-reader__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.asr-reader__button {
  appearance: none;
  border: 1px solid #b8c5d8;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
}

.asr-reader__button:hover,
.asr-reader__button:focus-visible {
  background: #eef4ff;
}

.asr-reader__button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.asr-reader__button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.asr-reader__status {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #516173;
  font-size: 14px;
}

.asr-word {
  border-radius: 3px;
  transition: background-color 120ms ease, box-shadow 120ms ease;
}

.asr-word--active {
  background: #fde68a;
  box-shadow: 0 0 0 2px #fde68a;
}
