.reading-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 16px 0 0;
  padding: 9px 12px;
  border: 1px solid #dfc785;
  border-radius: 15px;
  background: #fffaf0;
  color: #0b2447;
  font-size: 13px;
}

.reading-controls button {
  border: 0;
  background: none;
  color: #163c6b;
  font: 700 13px -apple-system, "Geeza Pro", sans-serif;
}

.reading-controls strong { color: #9d7434; font-weight: 600; }
