/* Correctifs isolés du lecteur plein écran mobile. */
@media (max-width:900px) {
  .eperm-player-full .ep-full-cover { position:relative; box-sizing:border-box; overflow:hidden; width:min(100%,430px); height:min(320px,38dvh); min-height:250px; margin:14px auto 0; padding:22px; display:block; }
  .eperm-player-full .ep-full-cover > small,
  .eperm-player-full .ep-full-cover > strong { position:absolute; z-index:2; left:22px; right:22px; }
  .eperm-player-full .ep-full-cover .ep-cover-brand-mark { top:20px; right:auto; left:20px; }
  .eperm-player-full .ep-full-cover small { top:20px; right:20px; bottom:auto; left:auto; max-width:62%; padding:7px 9px; border:1px solid rgba(242,200,182,.62); border-radius:999px; background:rgba(13,27,31,.36); color:#FFF4EE; font-size:9px; line-height:1.2; text-align:right; text-shadow:0 1px 2px rgba(0,0,0,.28); }
  .eperm-player-full .ep-full-cover strong { bottom:20px; overflow:hidden; overflow-wrap:anywhere; font-size:clamp(23px,6.4vw,28px); line-height:1.05; }
  .eperm-player-full .ep-full-copy { min-height:21px; }
  .eperm-player-full .ep-full-progress { --progress:0%; appearance:none; -webkit-appearance:none; box-sizing:border-box; display:block; flex:0 0 32px; width:min(100%,430px); height:32px; margin:8px auto 0; padding:0; border:0; background:transparent; cursor:ew-resize; touch-action:manipulation; }
  .eperm-player-full .ep-full-progress::-webkit-slider-runnable-track { height:5px; border-radius:999px; background:linear-gradient(90deg,#48C5D0 0,#F2C8B6 var(--progress),rgba(143,175,170,.42) var(--progress),rgba(143,175,170,.42) 100%); }
  .eperm-player-full .ep-full-progress::-webkit-slider-thumb { -webkit-appearance:none; width:14px; height:14px; margin-top:-4.5px; border:0; border-radius:50%; background:#FAF8F4; box-shadow:0 1px 5px rgba(0,0,0,.3); }
  .eperm-player-full .ep-full-progress::-moz-range-track { height:5px; border-radius:999px; background:rgba(143,175,170,.42); }
  .eperm-player-full .ep-full-progress::-moz-range-progress { height:5px; border-radius:999px; background:#48C5D0; }
  .eperm-player-full .ep-full-time { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; margin-top:4px; }
  .eperm-player-full .ep-full-time > :last-child { text-align:right; }
  .eperm-player-full .ep-full-remaining { color:#C7D6D4; font-size:10px; }
  .eperm-player-full .ep-full-analysis { min-height:42px; margin-top:0; border-color:rgba(159,225,203,.64); font-size:11px; }
  .eperm-player-full .ep-full-speed { padding:8px 12px; }
  .eperm-player-full .ep-full-speed select { min-width:54px; padding:5px 9px; line-height:1; }
}
