/*
 * Mux Player — site-wide defaults for <mux-player> embeds.
 *
 * Keep the playback-rate button visible at every viewport. Mux Player's
 * responsive control layout drops lower-priority controls (playback rate
 * among them) on small / mobile screens to save room; forcing the display
 * variable restores it so mobile matches desktop. Applies to any current
 * or future <mux-player> on the public site — no per-view CSS needed.
 *
 * Mux exposes one display var per control (and section-scoped variants
 * like --bottom-playback-rate-button); --playback-rate-button covers all
 * control bars. See https://www.mux.com/docs/guides/player-customize-look-and-feel
 */
mux-player {
    --playback-rate-button: flex !important;
}
