/* v184: keep the persistent sound control visible and make reward chances readable. */
#game-shell#game-shell#game-shell .topbar #sound-button{
 display:inline-flex!important;
 align-items:center;
 justify-content:center;
 width:auto!important;
 min-width:58px!important;
 padding-inline:8px!important;
 color:#e8f4f2;
 border-color:#668983;
}
#game-shell#game-shell#game-shell .topbar #sound-button[data-muted="true"]{
 color:#ffcf9d;
 border-color:#a87455;
 background:#3a2826;
}
#expeditions-dialog .boss-materials small b{
 color:#f0cf7d;
 font-weight:800;
 white-space:nowrap;
}
