/* ReaperAccessible — lecteur audio commun. Sobre, focus tres visible. */
.ra-player { max-width: 720px; padding: 10px; margin: 8px 0; border: 1px solid #bbb; border-radius: 10px; }
.ra-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 6px; }
.ra-btn { font: inherit; padding: 8px 12px; border: 1px solid #999; border-radius: 8px; background: #f5f5f5; cursor: pointer; }
.ra-btn[aria-pressed="true"] { background: #ddd; }
.ra-step { font: inherit; padding: 6px; }
.ra-pos { flex: 1 1 260px; }
.ra-vol { width: 140px; }
.ra-player :focus { outline: 3px solid #4d90fe; outline-offset: 2px; }
.ra-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Tactile (iPhone, tablettes) : cibles de 44 pt minimum, recommande par Apple. */
@media (pointer: coarse) {
  .ra-btn { min-height: 44px; min-width: 44px; padding: 10px 14px; }
  .ra-step, .ra-speed { min-height: 44px; }
  .ra-row { gap: 14px; }
  .ra-pos, .ra-vol { height: 44px; }
}
