.wdt-embw-bar{position:relative;left:0;right:0;width:100%;box-sizing:border-box;display:flex;align-items:center;backdrop-filter:var(--wdt-embw-blur,none);-webkit-backdrop-filter:var(--wdt-embw-blur,none);}
.wdt-embw-bar.wdt-embw-fixed-bottom{position:fixed;bottom:0;}
.wdt-embw-bar.wdt-embw-fixed-top{position:fixed;top:0;}
.wdt-embw-bar.wdt-embw-static{position:relative;}

.wdt-embw-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;width:100%;min-height:inherit;}

/* Full-width mode uses max-width container but keeps bar background full width */
.wdt-embw-bar.wdt-embw-not-full{background:transparent !important;}
.wdt-embw-bar.wdt-embw-not-full .wdt-embw-bar-inner{max-width:none;padding:0;margin:0;justify-content:center;}
.wdt-embw-bar.wdt-embw-not-full .wdt-embw-inner-wrap{display:inline-flex;align-items:center;justify-content:center;}

.wdt-embw-inner-wrap{width:100%;display:flex;align-items:center;justify-content:inherit;gap:12px;box-sizing:border-box;}

.wdt-embw-btn{cursor:pointer;border:0;outline:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;line-height:1;user-select:none;-webkit-user-select:none;}
.wdt-embw-btn .wdt-embw-icon{display:inline-flex;align-items:center;justify-content:center;}
.wdt-embw-btn .wdt-embw-icon svg{width:1em;height:1em;display:block;}

.wdt-embw-controls{display:flex;align-items:center;gap:10px;}
.wdt-embw-volume{width:110px;}
.wdt-embw-progress{width:160px;}
.wdt-embw-time{font-size:12px;opacity:.85;white-space:nowrap;}

.wdt-embw-hidden{display:none !important;}

@media (max-width: 767px){
  .wdt-embw-btn.wdt-embw-full-mobile{width:100%;}
  .wdt-embw-bar-inner{padding-left:12px;padding-right:12px;}
}
