/* Player identity and answer feedback. Host and Venue answer styling is unchanged. */
.player-team-heading { font-size:clamp(25px,6.5vw,32px); line-height:1.12; font-weight:950; overflow-wrap:anywhere; color:#fff; margin:0 0 10px; padding:0 0 10px; border-bottom:1px solid var(--line); }
.player-shell .option.incorrect.wrong-selected { background:#d51e3c; border:3px solid #ffbac7; color:#fff; box-shadow:inset 5px 0 0 #fff; }
.player-shell .option.incorrect.wrong-selected .option-status { color:#fff; font-weight:950; }
.player-shell .option.incorrect.wrong-selected .option-letter { background:#fff; color:#9b1027; }
.player-shell .option.correct .option-status { font-weight:950; }

/* Optional artwork and text share the audio box during an intermission. */
.break-screen > .question-media { width:min(820px,90%); min-width:0; }
.break-audio-settings { grid-column:1/-1; }
.break-audio-settings[hidden],[data-break-image-settings][hidden] { display:none; }
.break-audio-visual { width:100%; display:grid; gap:12px; justify-items:center; }
.break-audio-visual img { display:block; max-width:100%; max-height:30vh; object-fit:contain; }
.break-audio-text { width:100%; font-size:clamp(18px,2.5vw,34px); line-height:1.3; font-weight:750; text-align:center; white-space:pre-wrap; overflow-wrap:anywhere; }
.player-shell .break-audio-visual img { max-height:25vh; max-height:25dvh; }
