/* 
Theme Name: Traders
Version: 1.0
*/


/* Container Module Styling
   Video sizing / aspect caps live in sass/modules/_full-width-media.scss
   (compiled into dist/css/main.min.css). Keep only structural defaults here. */
.module.module__fullwidth:not(.module__fullwidth--contained) {
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mute-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 8px 10px;
    font-size: 16px;
    cursor: pointer;
}

.mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.mute-btn svg {
    width: 30px;
    height: 30px;
}