.sound-widget{position:relative;display:flex;align-items:center}
.sound-toggle{min-width:32px;min-height:28px;border:1px solid #8a92a1;background:#dce3ec;color:#203253;font-size:18px}
.sound-panel{position:absolute;bottom:39px;right:0;width:235px;max-width:90vw;padding:12px;color:#203253;background:#dce3ec;box-shadow:3px 4px 0 #1e284b70;text-align:left}
.sound-panel header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #98a8bf;padding-bottom:8px;margin-bottom:10px;font-size:15px}
.sound-panel header button{width:26px;height:26px;border:1px outset #fff;background:#dce3ec}
.sound-panel label{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.5;margin:10px 0}
.sound-panel input[type=checkbox]{width:17px;height:17px;accent-color:#334e90}
.sound-volume input{min-width:0;width:150px;accent-color:#334e90}
.sound-panel .win-btn{width:100%;font-size:13px}
.world-media>video:not([src]){aspect-ratio:16/9;object-fit:contain}
.video-load-button{min-height:44px;z-index:2;white-space:nowrap}
.video-load-button:active{transform:translate(-50%,-50%)}
