/* Added at runtime beside the video; it never changes the layout or the CMS document. */
.ms-video-sound{position:absolute;z-index:8;display:grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0;margin:0;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(24,37,29,.78);color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.12);cursor:pointer;pointer-events:auto;backdrop-filter:blur(8px);transition:background .2s,border-color .2s}
.ms-video-sound[hidden]{display:none!important}
.ms-video-sound:hover{background:#263d30;border-color:#fff}
.ms-video-sound:focus-visible{outline:3px solid #fff;outline-offset:4px}
.ms-video-sound svg{display:block;width:21px;height:21px;pointer-events:none}
.ms-video-sound[aria-pressed="false"] .ms-video-wave,.ms-video-sound[aria-pressed="true"] .ms-video-muted{display:none}
