:root{--brm-navy:#07142D;--brm-blue:#1FA9FF;--brm-orange:#F2A007;--brm-white:#FFFFFF;--brm-muted:#A9BCD2}
body{padding-bottom:118px}
.brm-release{max-width:1100px;margin:0 auto}
.brm-artwork img{display:block;width:min(100%,540px);height:auto;border-radius:18px}
.brm-info-card{background:var(--brm-navy);color:#fff;padding:22px;border-radius:18px;margin:22px 0}
.brm-artist{color:var(--brm-blue);font-size:1.35rem;font-weight:800}.brm-album{margin-top:4px}
.brm-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:18px 0 0}
.brm-facts div{border-top:1px solid rgba(255,255,255,.12);padding-top:9px}.brm-facts dt{color:var(--brm-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.brm-facts dd{margin:2px 0 0;font-weight:700}
.brm-player-v3{background:var(--brm-navy);color:#fff;border-radius:18px;padding:14px;margin:22px 0}.brm-wave-shell{position:relative;border-radius:12px;overflow:hidden;background:#030b19}.brm-waveform{display:block;width:100%;height:180px;touch-action:pan-y;cursor:pointer}.brm-wave-loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--brm-muted);font-size:.88rem;pointer-events:none}
.brm-player-v3-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:12px}.brm-player-v3-controls button{min-height:42px;border-radius:11px;border:1px solid rgba(255,255,255,.14);background:#0b1d3d;color:#fff;padding:0 14px;cursor:pointer}.brm-v3-play{background:var(--brm-blue)!important;color:#03111f!important;font-weight:900;min-width:52px}.brm-v3-queue{margin-left:auto}.brm-v3-time{color:var(--brm-muted);font-variant-numeric:tabular-nums}
.brm-tracklist{padding-left:0;list-style:none;counter-reset:brm}.brm-tracklist li{counter-increment:brm;display:flex;align-items:flex-start;gap:10px;padding:11px 0;border-bottom:1px solid rgba(127,127,127,.18)}.brm-tracklist li:before{content:counter(brm) ".";min-width:2rem}.brm-track-time{border:1px solid rgba(31,169,255,.35);background:transparent;color:var(--brm-orange);border-radius:7px;padding:3px 7px;cursor:pointer;font:inherit;white-space:nowrap}.brm-track-artist{color:var(--brm-blue)}.brm-track-remix{color:var(--brm-orange)}
.brm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.brm-card{background:var(--brm-navy);border-radius:16px;overflow:hidden;color:#fff}.brm-card-link{display:block;text-decoration:none!important;color:#fff!important;padding:14px}.brm-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:11px}.brm-card h3{color:#fff;font-size:1.05rem;margin:.8rem 0 .2rem}.brm-card-artist{color:var(--brm-blue);font-weight:700}.brm-card-actions{display:flex;gap:8px;padding:0 14px 14px}.brm-card-actions button{flex:1;min-height:40px;border:0;border-radius:10px;cursor:pointer}.brm-card-play{background:var(--brm-blue);color:#03111f;font-weight:800}.brm-card-queue{background:#102547;color:#fff}
.brm-global-player{position:fixed;z-index:99999;left:12px;right:12px;bottom:10px;max-width:980px;margin:0 auto;background:rgba(7,20,45,.97);color:#fff;border:1px solid rgba(31,169,255,.26);border-radius:18px;padding:10px 12px;box-shadow:0 14px 45px rgba(0,0,0,.35);backdrop-filter:blur(12px)}.brm-global-top{display:flex;align-items:center;gap:10px;min-width:0}.brm-global-art{width:40px;height:40px;object-fit:cover;border-radius:8px;flex:0 0 auto}.brm-global-meta{min-width:0;flex:1}.brm-global-title{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brm-global-artist{color:var(--brm-blue);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brm-global-queue-toggle{border:0;background:transparent;color:#fff;font-size:1.35rem;min-width:44px;min-height:44px;cursor:pointer}.brm-global-wave{display:block;width:100%;height:46px;touch-action:none;cursor:pointer;margin:4px 0}.brm-global-controls{display:flex;align-items:center;gap:7px}.brm-global-controls button{border:0;border-radius:9px;background:#102547;color:#fff;min-width:40px;min-height:38px;cursor:pointer}.brm-global-play{background:var(--brm-blue)!important;color:#03111f!important;font-weight:900}.brm-global-time{margin-left:auto;display:flex;gap:4px;color:var(--brm-muted);font-size:.8rem;font-variant-numeric:tabular-nums}.brm-global-queue{border-top:1px solid rgba(255,255,255,.1);margin-top:8px;padding-top:8px;max-height:240px;overflow:auto}.brm-global-queue-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.brm-global-queue-clear{border:0;background:transparent;color:var(--brm-orange);cursor:pointer}.brm-queue-row{display:flex;align-items:center;gap:5px;border-top:1px solid rgba(255,255,255,.07)}.brm-queue-play{flex:1;text-align:left;border:0;background:transparent;color:#fff;padding:9px 0;cursor:pointer}.brm-queue-remove{border:0;background:transparent;color:var(--brm-muted);font-size:1.25rem;min-width:36px;min-height:36px;cursor:pointer}.brm-queue-empty{color:var(--brm-muted);padding:8px 0}
@media(max-width:600px){body{padding-bottom:130px}.brm-waveform{height:132px}.brm-player-v3{padding:10px}.brm-v3-queue{margin-left:0}.brm-global-player{left:6px;right:6px;bottom:6px;padding:8px 9px;border-radius:14px}.brm-global-controls{gap:4px}.brm-global-controls button{min-width:36px;min-height:36px;font-size:.8rem}.brm-global-time{font-size:.72rem}.brm-tracklist li{gap:7px;flex-wrap:wrap}}
/* v0.3.1 visual polish */
.brm-icon{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.brm-icon-play,.brm-icon-pause{fill:currentColor;stroke:none}
.brm-artwork{position:relative;width:min(100%,540px);aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#07142D,#0c2d59)}
.brm-artwork img{width:100%;height:100%;object-fit:cover}
.brm-artwork-fallback{position:absolute;inset:0;display:none;place-items:center;font-size:clamp(2rem,7vw,4rem);font-weight:900;letter-spacing:-.06em}
.brm-artwork.is-fallback .brm-artwork-fallback{display:grid}
.brm-fallback-br{color:#fff}.brm-fallback-media{color:#1FA9FF}
.brm-player-v3{box-shadow:0 14px 40px rgba(0,0,0,.22)}
.brm-wave-shell{border:1px solid rgba(31,169,255,.15)}
.brm-player-v3-controls button,.brm-global-controls button,.brm-global-queue-toggle{display:inline-grid;place-items:center}
.brm-player-v3-controls button:hover,.brm-global-controls button:hover{border-color:rgba(31,169,255,.55)}
.brm-v3-queue{display:inline-flex!important;align-items:center;gap:7px}
.brm-v3-comments{opacity:.65}
.brm-v3-favourite,.brm-global-favourite{color:#fff}
.brm-v3-volume.is-active,.brm-global-volume.is-active{color:var(--brm-orange)}
.brm-global-player{padding:9px 12px 10px}
.brm-global-top{min-height:40px}
.brm-global-controls{justify-content:center}
.brm-global-time{min-width:92px;justify-content:flex-end}
@media(max-width:600px){
  .brm-player-v3-controls{gap:7px}
  .brm-player-v3-controls button{min-width:42px;padding:0 10px}
  .brm-v3-queue span{display:none}
  .brm-global-favourite,.brm-global-share{display:none!important}
  .brm-global-time{min-width:74px}
}

/* v0.3.2 release layout */
.single-brmedia_release .wp-block-post-author,
.single-brmedia_release .wp-block-post-author-name,
.single-brmedia_release .wp-block-post-date,
.single-brmedia_release .wp-block-post-terms,
.single-brmedia_release .wp-block-post-navigation-link { display:none!important; }

.single-brmedia_release main > .wp-block-group,
.single-brmedia_release main .wp-block-post-content { max-width:1180px!important; }

.brm-release{max-width:1180px}
.brm-release-header{margin:0 0 24px;padding:0 4px;max-width:920px}
.brm-release-header .brm-kicker{margin-bottom:10px}
.brm-release-header .brm-release-title{font-size:clamp(2rem,4vw,3.15rem)!important;line-height:1.03!important;margin:0 0 12px!important;max-width:18ch}
.brm-release-header .brm-artist{font-size:clamp(1.2rem,2.5vw,1.55rem);line-height:1.15}
.brm-release-top{display:grid;grid-template-columns:minmax(240px,380px) minmax(0,1fr);gap:22px;align-items:stretch;margin-bottom:24px}
.brm-artwork{width:min(100%,420px);max-width:420px;min-height:0;aspect-ratio:1/1;margin-left:auto;margin-right:auto}
.brm-artwork-fallback span{display:flex;align-items:baseline;justify-content:center;gap:.02em;font-style:normal}
.brm-artwork-fallback b{color:#fff}
.brm-artwork-fallback em{color:var(--brm-blue);font-style:normal}

.brm-info-card{margin:0;display:flex;flex-direction:column;justify-content:center;padding:28px}
.brm-kicker{color:var(--brm-orange);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800;margin-bottom:8px}
.brm-release-title{color:#fff!important;font-size:clamp(1.65rem,3vw,2.6rem)!important;line-height:1.04!important;margin:0 0 8px!important}
.brm-artist{font-size:1.2rem}
.brm-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}
.brm-facts div{padding:11px 0 0}

.brm-description{font-size:1.05rem;line-height:1.6;margin:4px 0 24px}
.brm-description p:first-child{margin-top:0}

.brm-player-v3{padding:18px;border:1px solid rgba(31,169,255,.18);background:linear-gradient(180deg,#07142D 0%,#061127 100%);margin:0 0 30px}
.brm-player-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 2px 12px}
.brm-player-label{color:var(--brm-orange);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.brm-player-name{font-size:1.2rem;font-weight:800;line-height:1.15}
.brm-player-by{color:var(--brm-blue);font-size:.9rem;margin-top:2px}
.brm-wave-shell{background:#020914;border-radius:14px}
.brm-waveform{height:150px}
.brm-wave-loading.is-unavailable{color:#7f94ad;font-size:.8rem}
.brm-player-v3-controls{justify-content:center;gap:8px;padding-top:14px}
.brm-player-v3-controls button{width:46px;height:46px;min-width:46px;min-height:46px;padding:0;border-radius:12px}
.brm-v3-play{width:60px!important;height:60px!important;border-radius:16px!important}
.brm-v3-queue{width:auto!important;padding:0 14px!important;display:inline-flex!important}
.brm-control-separator{width:1px;height:28px;background:rgba(255,255,255,.12);margin:0 3px}
.brm-v3-time{font-size:.88rem;color:var(--brm-muted);white-space:nowrap}

.brm-tracklist-wrap{margin-top:10px}
.brm-tracklist-wrap h2{font-size:clamp(1.8rem,4vw,2.5rem)!important;margin-bottom:14px!important}
.brm-tracklist li{padding:12px 0;align-items:center}
.brm-track-text{line-height:1.35}

@media(max-width:760px){
  .brm-release-header{margin-bottom:20px;padding:0 2px}
  .brm-release-header .brm-release-title{font-size:clamp(1.9rem,8.2vw,2.6rem)!important;max-width:none}
  .brm-release-top{grid-template-columns:1fr;gap:14px}
  .brm-artwork{width:min(100%,360px);max-width:360px;margin-left:auto;margin-right:auto}
  .brm-info-card{padding:20px}
  .brm-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .brm-player-head{align-items:flex-start;flex-direction:column;gap:6px}
  .brm-player-v3{padding:12px}
  .brm-waveform{height:118px}
  .brm-player-v3-controls{justify-content:flex-start}
  .brm-v3-queue span{display:none}
}

/* v0.3.3 corrections */
.brm-description-in-card{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}
.brm-description-label{color:var(--brm-orange);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:7px}
.brm-description-text{color:#fff;line-height:1.55;font-size:.98rem}
.brm-description-text p{margin:.3em 0 0}
.brm-tracklist{counter-reset:none!important}
.brm-tracklist li:before{display:none!important;content:none!important}
.brm-track-number{min-width:2.1rem;flex:0 0 2.1rem;color:inherit;font-variant-numeric:tabular-nums}
.brm-track-time{flex:0 0 auto}
.brm-track-text{min-width:0;flex:1}
.brm-player-v3{border-radius:20px}
.brm-player-head{padding:2px 2px 4px}
.brm-wave-shell{box-shadow:inset 0 0 0 1px rgba(31,169,255,.06)}
@media(max-width:760px){
  .brm-track-number{min-width:1.8rem;flex-basis:1.8rem}
  .brm-description-in-card{margin-top:18px;padding-top:15px}
}

/* v0.3.4 stability + content/artwork fixes */
.brm-wave-loading[hidden]{display:none!important}
.single-brmedia_release .wp-block-post-author,
.single-brmedia_release .wp-block-post-author__byline,
.single-brmedia_release .wp-block-post-author__name,
.single-brmedia_release .wp-block-post-author-name,
.single-brmedia_release .wp-block-post-date,
.single-brmedia_release .wp-block-post-terms,
.single-brmedia_release .post-author,
.single-brmedia_release .author-name,
.single-brmedia_release .entry-meta{display:none!important}

.brm-description-in-card{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:14px 15px;margin-top:20px}
.brm-description-in-card .brm-description-label{margin-bottom:6px}
.brm-description-text{color:#dfe9f5}
.brm-player-v3{background:linear-gradient(155deg,#07142D 0%,#081934 55%,#061127 100%)}
.brm-player-head{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:11px}
.brm-wave-shell{margin-top:12px}
.brm-player-v3-controls{padding-top:12px}
.brm-v3-play{box-shadow:0 8px 22px rgba(31,169,255,.22)}

/* v0.3.5 */
.single-brmedia_release .wp-block-post-author,.single-brmedia_release .wp-block-post-author__content,.single-brmedia_release .wp-block-post-author__byline,.single-brmedia_release .wp-block-post-author__name,.single-brmedia_release .wp-block-post-author-name,.single-brmedia_release [class*="post-author"],.single-brmedia_release [class*="author-name"],.single-brmedia_release .entry-meta{display:none!important}
.brm-icon{width:1.35em;height:1.35em;display:block;color:currentColor}.brm-global-player{max-width:1050px;padding:0;border-radius:16px;overflow:hidden}
.brm-mini-compact{display:grid;grid-template-columns:36px 42px minmax(110px,1fr) minmax(80px,1.3fr) 40px 46px 40px 40px 36px;align-items:center;gap:6px;padding:7px 9px}.brm-mini-compact button,.brm-mini-expanded button{display:grid;place-items:center;border:0;background:transparent;color:#fff;min-width:38px;min-height:38px;border-radius:10px}.brm-global-play,.brm-global-play-exp{background:var(--brm-blue)!important;color:#03111f!important;border-radius:50%!important}.brm-global-wave-compact{height:34px;margin:0}.brm-mini-expanded{padding:12px 14px}.brm-mini-expanded-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.brm-mini-track{display:flex;align-items:center;gap:10px;min-width:0}.brm-global-art-expanded{width:52px;height:52px;border-radius:10px;object-fit:cover}.brm-mini-window-actions{display:flex;gap:3px}.brm-global-wave-expanded{height:66px;margin:8px 0}.brm-mini-expanded-controls{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.brm-global-play-exp{width:54px;height:54px}.brm-global-time{margin:0 5px}.brm-global-queue{margin:10px 0 0}
@media(max-width:700px){.brm-mini-compact{grid-template-columns:32px 38px minmax(0,1fr) 40px 44px 40px 36px}.brm-global-wave-compact,.brm-global-prev,.brm-global-next{display:none!important}.brm-global-title{font-size:.84rem}.brm-global-artist{font-size:.72rem}.brm-mini-expanded{padding:10px}.brm-mini-expanded-controls{gap:4px}.brm-global-favourite,.brm-global-share{display:grid!important}}

/* v0.4.0 */
.single-brmedia_release .wp-block-post-author,
.single-brmedia_release .wp-block-post-author__content,
.single-brmedia_release .wp-block-post-author__byline,
.single-brmedia_release .wp-block-post-author__name,
.single-brmedia_release .wp-block-post-author-name,
.single-brmedia_release [class*="post-author"],
.single-brmedia_release [class*="author-name"],
.single-brmedia_release .entry-meta,
.single-brmedia_release .taxonomy-category,
.single-brmedia_release .taxonomy-post_tag{display:none!important}
.brm-global-player{max-width:1050px;padding:0;border-radius:15px;overflow:hidden}
.brm-mini-fixed{display:grid;grid-template-columns:42px minmax(130px,1fr) minmax(100px,1.3fr) 40px 48px 40px auto 40px;align-items:center;gap:7px;padding:8px 10px}
.brm-mini-fixed button{display:grid;place-items:center;border:0;background:transparent;color:#fff;min-width:40px;min-height:40px;border-radius:10px}
.brm-mini-fixed .brm-global-play{background:var(--brm-blue)!important;color:#03111f!important;border-radius:50%!important}
.brm-mini-fixed .brm-global-wave{height:34px;margin:0}
.brm-global-time{font-size:.75rem;white-space:nowrap}
.brm-global-queue{padding:10px 12px;margin:0;border-top:1px solid rgba(255,255,255,.09)}
.brm-ajax-loading body{cursor:progress}
@media(max-width:700px){
 .brm-mini-fixed{grid-template-columns:38px minmax(0,1fr) 44px 40px 40px}
 .brm-mini-fixed .brm-global-wave,.brm-mini-fixed .brm-global-prev,.brm-mini-fixed .brm-global-next{display:none!important}
 .brm-mini-fixed .brm-global-time{display:none}
}

/* v0.4.1 version/remix qualifiers */
.brm-track-remix{color:#F2A007!important;font-style:italic!important;font-weight:500}

/* v0.4.7 — lock BRMedia release artwork geometry */
.single-brmedia_release .brm-artwork{
    width:min(100%,420px)!important;
    max-width:420px!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow:hidden!important;
}
.single-brmedia_release .brm-artwork img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
}
@media (max-width:700px){
    .single-brmedia_release .brm-artwork{
        width:min(calc(100vw - 40px),360px)!important;
        max-width:360px!important;
    }
}

/* v0.4.8 — contain legacy/tall artwork without page stretching or crop */
.single-brmedia_release .brm-artwork{
 width:min(100%,420px)!important;height:min(420px,calc(100vw - 40px))!important;
 max-width:420px!important;max-height:420px!important;aspect-ratio:1/1!important;
 display:flex!important;align-items:center!important;justify-content:center!important;
 background:#07142D!important;overflow:hidden!important
}
.single-brmedia_release .brm-artwork img{
 display:block!important;width:auto!important;height:auto!important;max-width:100%!important;
 max-height:100%!important;aspect-ratio:auto!important;object-fit:contain!important
}
.brm-tracklist{display:grid!important;gap:8px!important;margin:0!important;padding:0!important}
.brm-tracklist .brm-track-item{list-style:none!important;margin:0!important;padding:0!important;border:0!important;counter-increment:none!important}
.brm-tracklist .brm-track-item::before{display:none!important}
.brm-track-row{--brm-track-progress:0%;position:relative;isolation:isolate;display:grid;grid-template-columns:2.15rem auto minmax(0,1fr);align-items:center;gap:9px;width:100%;min-height:54px;padding:9px 11px;border:1px solid rgba(31,169,255,.18);border-radius:11px;background:#0B1D3D;color:#fff;text-align:left;font:inherit;overflow:hidden}
button.brm-track-row{cursor:pointer;-webkit-tap-highlight-color:transparent}
button.brm-track-row:active{transform:scale(.995)}
.brm-track-progress{position:absolute;z-index:-1;inset:0;width:var(--brm-track-progress);background:#F2A007;opacity:.88;transition:width .18s linear;pointer-events:none}
.brm-track-row.is-complete .brm-track-progress{width:100%}
.brm-track-row.is-current{border-color:#F2A007;box-shadow:0 0 0 1px rgba(242,160,7,.18)}
.brm-track-row.is-current .brm-track-artist,.brm-track-row.is-complete .brm-track-artist{color:#fff}
.brm-track-number{min-width:0!important;font-variant-numeric:tabular-nums;opacity:.9}
.brm-track-time{border:0!important;background:transparent!important;color:#A9BCD2!important;border-radius:0!important;padding:0!important;font-size:.76rem;font-variant-numeric:tabular-nums}
.brm-track-text{min-width:0;line-height:1.35}.brm-track-artist{color:#1FA9FF}
.brm-track-remix{color:#F2A007!important;font-style:italic!important}
.brm-track-row.is-current .brm-track-time,.brm-track-row.is-complete .brm-track-time{color:#fff!important}
@media(max-width:700px){
 .single-brmedia_release .brm-artwork{width:min(calc(100vw - 40px),360px)!important;height:min(calc(100vw - 40px),360px)!important;max-width:360px!important;max-height:360px!important}
 .brm-track-row{grid-template-columns:1.8rem minmax(0,1fr);gap:7px;min-height:58px}
 .brm-track-time{grid-column:2;grid-row:2;justify-self:start;margin-top:-3px}.brm-track-text{grid-column:2;grid-row:1}.brm-track-number{grid-column:1;grid-row:1 / span 2;align-self:center}
}

/* v0.4.9 — approved app-style track progress */
.brm-track-progress{
    background:rgba(242,160,7,.30)!important;
    opacity:1!important;
}
.brm-track-row.is-current{
    border-color:#F2A007!important;
    box-shadow:
        inset 4px 0 0 #F2A007,
        0 0 0 1px rgba(242,160,7,.16)!important;
}
.brm-track-row.is-current .brm-track-artist{
    color:#1FA9FF!important;
}
.brm-track-row.is-current .brm-track-time{
    color:#A9BCD2!important;
}
.brm-track-row.is-complete .brm-track-progress{
    width:0!important;
}
.brm-track-row.is-complete .brm-track-artist{
    color:#1FA9FF!important;
}
.brm-track-remix{
    color:#F2A007!important;
    font-style:italic!important;
}

/* v0.4.10 — completed timestamp rows remain orange */
.brm-track-row.is-complete .brm-track-progress{
    width:100%!important;
    background:rgba(242,160,7,.30)!important;
}
.brm-track-row.is-complete{
    border-color:rgba(242,160,7,.55)!important;
}
.brm-track-row.is-complete .brm-track-artist{
    color:#1FA9FF!important;
}
.brm-track-row.is-complete .brm-track-time{
    color:#A9BCD2!important;
}

/* v0.4.10 — stop long release metadata/description content widening the page */
.single-brmedia_release .brm-release,
.single-brmedia_release .brm-release-top,
.single-brmedia_release .brm-info-card,
.single-brmedia_release .brm-description-in-card,
.single-brmedia_release .brm-description-text,
.single-brmedia_release .brm-player-v3,
.single-brmedia_release .brm-tracklist,
.single-brmedia_release .brm-track-row,
.single-brmedia_release .brm-track-text{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
}
.single-brmedia_release .brm-info-card,
.single-brmedia_release .brm-description-in-card,
.single-brmedia_release .brm-description-text{
    overflow:hidden!important;
}
.single-brmedia_release .brm-description-text,
.single-brmedia_release .brm-description-text p,
.single-brmedia_release .brm-info-card dd,
.single-brmedia_release .brm-info-card a{
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    white-space:normal!important;
}
.single-brmedia_release .brm-release-top{
    overflow:hidden!important;
}
@media(max-width:700px){
    .single-brmedia_release .brm-release{
        width:100%!important;
        max-width:100%!important;
        overflow-x:hidden!important;
    }
}

/* v0.4.11 — main player controls */
.brm-player-v3-controls{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding-top:14px!important;
}
.brm-transport-group,
.brm-secondary-controls{
    display:flex;
    align-items:center;
    gap:8px;
}
.brm-player-v3-controls button{
    display:grid!important;
    place-items:center!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    padding:0!important;
    border-radius:12px!important;
    background:#0B1D3D!important;
    color:#FFFFFF!important;
    border:1px solid rgba(31,169,255,.20)!important;
}
.brm-player-v3-controls .brm-v3-play{
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    min-height:62px!important;
    border-radius:50%!important;
    background:#1FA9FF!important;
    color:#03111F!important;
    box-shadow:0 8px 24px rgba(31,169,255,.24)!important;
}
.brm-player-v3-controls button:hover,
.brm-player-v3-controls button.is-active{
    border-color:#F2A007!important;
    color:#F2A007!important;
}
.brm-player-v3-controls .brm-v3-play:hover{
    background:#F2A007!important;
    color:#07142D!important;
}
.brm-player-v3.is-focus{
    position:relative;
    z-index:100001;
    box-shadow:0 0 0 9999px rgba(2,9,20,.86),0 18px 60px rgba(0,0,0,.5)!important;
}

/* v0.4.11 — app-style audio-only MiniPlayer */
.brm-global-player{
    left:auto!important;
    right:14px!important;
    bottom:12px!important;
    width:min(720px,calc(100vw - 28px))!important;
    max-width:720px!important;
    overflow:visible!important;
    border-radius:16px!important;
    padding:0!important;
}
.brm-mini-fixed{
    position:relative;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    width:100%;
    padding:9px 14px 9px 10px!important;
    min-height:68px;
    border-radius:16px;
    background:rgba(7,20,45,.98);
}
.brm-global-art{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    object-fit:cover!important;
    border-radius:10px!important;
}
.brm-global-meta{
    flex:1 1 auto!important;
    min-width:0!important;
}
.brm-global-title{
    font-weight:800;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.brm-global-artist{
    color:#1FA9FF;
    font-size:.8rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.brm-mini-controls{
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
}
.brm-mini-controls button{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    min-width:42px;
    min-height:42px;
    padding:0;
    border:0;
    border-radius:11px;
    background:transparent;
    color:#FFFFFF;
}
.brm-mini-controls .brm-global-play{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#1FA9FF!important;
    color:#07142D!important;
}
.brm-mini-controls button:active,
.brm-mini-controls button.is-active{
    color:#F2A007;
}
.brm-mini-minimise{
    position:absolute!important;
    top:-14px!important;
    right:10px!important;
    z-index:3;
    width:38px!important;
    height:28px!important;
    min-width:38px!important;
    min-height:28px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    border:1px solid rgba(31,169,255,.34)!important;
    border-radius:8px 8px 5px 5px!important;
    background:#07142D!important;
    color:#FFFFFF!important;
    box-shadow:0 4px 12px rgba(0,0,0,.28);
}
.brm-mini-restore{
    position:fixed;
    z-index:100000;
    right:14px;
    bottom:14px;
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border:1px solid rgba(31,169,255,.35);
    border-radius:15px;
    background:#07142D;
    color:#1FA9FF;
    box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.brm-mini-restore:hover,
.brm-mini-restore:active{
    color:#F2A007;
    border-color:#F2A007;
}

/* v0.4.11 — BRMedia download card */
.brm-download-wrap{
    margin:24px 0 10px;
}
.brm-download-card{
    --brm-download-progress:0%;
    position:relative;
    isolation:isolate;
    overflow:hidden;
    display:grid;
    grid-template-columns:46px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    width:100%;
    min-height:92px;
    padding:14px 18px;
    border:0;
    border-radius:16px;
    background:#1FA9FF;
    color:#07142D;
    text-align:left;
    cursor:pointer;
    box-shadow:0 10px 28px rgba(31,169,255,.14);
}
.brm-download-card::before{
    content:"";
    position:absolute;
    z-index:-2;
    inset:0;
    background:#1FA9FF;
}
.brm-download-progress{
    position:absolute;
    z-index:-1;
    inset:0 auto 0 0;
    width:var(--brm-download-progress);
    background:rgba(242,160,7,.72);
    transition:width .16s linear;
}
.brm-download-card:not(.is-downloading):not(.is-complete):hover{
    background:#F2A007;
}
.brm-download-card:not(.is-downloading):not(.is-complete):hover::before{
    background:#F2A007;
}
.brm-download-icon{
    display:grid;
    place-items:center;
}
.brm-download-copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:4px;
}
.brm-download-title{
    font-size:1.02rem;
    line-height:1.2;
    overflow-wrap:anywhere;
}
.brm-download-meta{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:.82rem;
    opacity:.82;
}
.brm-download-stats{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:4px;
    white-space:nowrap;
    font-size:.82rem;
}
.brm-download-status{
    font-weight:900;
}
.brm-download-card.is-downloading{
    cursor:progress;
}
.brm-download-card.is-complete{
    background:#1FA9FF;
}
.brm-download-card.is-complete .brm-download-progress{
    width:100%!important;
    background:rgba(242,160,7,.32);
}
.brm-download-card.is-error .brm-download-status{
    color:#7A2400;
}

@media(max-width:700px){
    .brm-player-v3-controls{
        flex-direction:column!important;
        align-items:stretch!important;
        gap:10px!important;
    }
    .brm-transport-group,
    .brm-secondary-controls{
        justify-content:center;
    }
    .brm-player-v3-controls button{
        width:43px!important;
        height:43px!important;
        min-width:43px!important;
        min-height:43px!important;
    }
    .brm-player-v3-controls .brm-v3-play{
        width:58px!important;
        height:58px!important;
        min-width:58px!important;
        min-height:58px!important;
    }

    .brm-global-player{
        right:8px!important;
        bottom:8px!important;
        width:min(94vw,620px)!important;
    }
    .brm-mini-fixed{
        min-height:64px;
        gap:8px!important;
        padding-right:10px!important;
    }
    .brm-global-art{
        width:44px!important;
        height:44px!important;
        min-width:44px!important;
    }
    .brm-mini-controls{
        gap:2px;
    }
    .brm-mini-controls button{
        width:37px;
        height:37px;
        min-width:37px;
        min-height:37px;
    }
    .brm-mini-controls .brm-global-play{
        width:46px;
        height:46px;
    }
    .brm-global-title{font-size:.82rem}
    .brm-global-artist{font-size:.72rem}
    .brm-mini-restore{
        right:10px;
        bottom:10px;
    }

    .brm-download-card{
        grid-template-columns:38px minmax(0,1fr);
        gap:10px;
        min-height:104px;
        padding:13px 14px;
    }
    .brm-download-stats{
        grid-column:2;
        align-items:flex-start;
        white-space:normal;
    }
}

/* v0.4.12 — keep MiniPlayer fully inside the viewport */
.brm-global-player{
    box-sizing:border-box!important;
    right:10px!important;
    left:auto!important;
    width:auto!important;
    max-width:min(720px,calc(100vw - 20px))!important;
}
.brm-mini-fixed{
    box-sizing:border-box!important;
    width:min(720px,calc(100vw - 20px))!important;
    max-width:100%!important;
    min-width:0!important;
}
.brm-global-meta{
    min-width:0!important;
    overflow:hidden!important;
}
.brm-mini-controls{
    flex:0 0 auto!important;
    min-width:0!important;
}
.brm-mini-minimise{
    right:8px!important;
}

@media(max-width:700px){
    .brm-global-player{
        right:8px!important;
        left:8px!important;
        width:auto!important;
        max-width:none!important;
        margin:0!important;
    }
    .brm-mini-fixed{
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        padding:8px 44px 8px 8px!important;
        gap:7px!important;
    }
    .brm-global-art{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;
    }
    .brm-global-meta{
        flex:1 1 0!important;
        min-width:0!important;
    }
    .brm-mini-controls{
        flex:0 0 auto!important;
        gap:1px!important;
    }
    .brm-mini-controls button{
        width:34px!important;
        height:34px!important;
        min-width:34px!important;
        min-height:34px!important;
    }
    .brm-mini-controls .brm-global-play{
        width:44px!important;
        height:44px!important;
        min-width:44px!important;
        min-height:44px!important;
    }
    .brm-mini-minimise{
        top:-14px!important;
        right:8px!important;
    }
}

/* v0.4.30 ACP-driven player/release presentation */
.brm-release-top.is-info-only{grid-template-columns:minmax(0,1fr)}
.brm-release-top.is-info-only .brm-info-card{max-width:none}
.brm-mini-off{display:none!important}
.brm-control-setting-off{display:none!important}

/* v0.4.32 — wired ACP layout controls. */
.brm-release-top.brm-layout-stacked{grid-template-columns:1fr!important}
.brm-release-top.brm-layout-stacked .brm-artwork{margin-left:auto!important;margin-right:auto!important}
.brm-description-below{background:var(--brm-navy);color:var(--brm-white);border-radius:18px;padding:20px;margin:-8px 0 26px}


/* BRMedia homepage */
.brm-home{--brh-card:#0b1b3a;--brh-line:rgba(31,169,255,.25);max-width:1180px;margin:0 auto;color:var(--brm-white)}
.brm-home *{box-sizing:border-box}.brm-home a{text-decoration:none}.brm-home-hero{position:relative;overflow:hidden;padding:72px 52px 58px;border:1px solid var(--brh-line);border-radius:28px;background:#07142D;margin:8px 0 54px}.brm-home-hero:after{content:"";position:absolute;right:-70px;top:-60px;width:280px;height:280px;border:42px solid rgba(31,169,255,.08);border-radius:50%;pointer-events:none}.brm-home-kicker,.brm-home-heading>span,.brm-home-outro>span{display:block;color:var(--brm-orange);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.brm-home-hero h1{font-size:clamp(2.9rem,8vw,6.7rem);line-height:.92;margin:14px 0 22px;color:#fff;letter-spacing:-.045em}.brm-home-lead{max-width:760px;color:#dbe8f7;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55;margin:0}.brm-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.brm-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid rgba(31,169,255,.5);border-radius:999px;color:#fff!important;font-weight:750;background:rgba(31,169,255,.06);transition:.18s ease}.brm-home-btn:hover{transform:translateY(-2px);border-color:var(--brm-blue);background:rgba(31,169,255,.12)}.brm-home-btn.is-primary{background:var(--brm-blue);border-color:var(--brm-blue);color:#041326!important}.brm-home-stat{display:flex;align-items:baseline;gap:10px;margin-top:38px;color:var(--brm-muted)}.brm-home-stat strong{color:var(--brm-orange);font-size:2.1rem}.brm-home-section{margin:0 0 64px}.brm-home-heading{margin-bottom:24px}.brm-home-heading h2,.brm-home-outro h2{font-size:clamp(2rem,4.5vw,3.7rem);line-height:1.04;color:#fff;margin:8px 0 0;letter-spacing:-.03em}.brm-home-people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.brm-home-person{display:flex;gap:18px;align-items:flex-start;padding:26px;border:1px solid var(--brh-line);border-radius:22px;background:var(--brh-card);color:#fff!important;min-height:200px;transition:.18s ease}.brm-home-person:hover{transform:translateY(-3px);border-color:rgba(31,169,255,.65)}.brm-home-person-mark{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border:1px solid rgba(242,160,7,.55);border-radius:16px;color:var(--brm-orange);font-size:1.65rem;font-weight:900;background:#07142D}.brm-home-person-mark.has-image{flex:0 0 86px;width:86px;height:86px;border:0;border-radius:0;background:transparent;overflow:visible}.brm-home-person-mark.has-image img{display:block;width:86px;height:86px;max-width:none;object-fit:contain}.brm-home-person-copy{display:flex;flex-direction:column;min-width:0}.brm-home-person-copy strong{font-size:1.4rem;color:var(--brm-blue)}.brm-home-person-copy small{font-size:.96rem;color:#d2ddec;line-height:1.45;margin-top:7px}.brm-home-person-copy em{font-style:normal;color:var(--brm-orange);font-weight:700;margin-top:auto;padding-top:18px}.brm-home-series{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--brh-line);border-left:1px solid var(--brh-line)}.brm-home-series a{display:flex;justify-content:space-between;gap:20px;padding:22px;border-right:1px solid var(--brh-line);border-bottom:1px solid var(--brh-line);color:#fff!important;font-weight:750;background:#07142D}.brm-home-series a:hover{color:var(--brm-blue)!important;background:#0a1a38}.brm-home-series a span{color:var(--brm-orange)}.brm-home-release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.brm-home-release{display:block;overflow:hidden;border:1px solid var(--brh-line);border-radius:20px;background:var(--brh-card);color:#fff!important;transition:.18s ease}.brm-home-release:hover{transform:translateY(-3px);border-color:rgba(31,169,255,.65)}.brm-home-release-art{display:grid;place-items:center;aspect-ratio:1/1;background:#061126;overflow:hidden}.brm-home-release-art img{width:100%;height:100%;object-fit:cover;display:block}.brm-home-release-art.is-fallback b{font-size:3rem;color:var(--brm-blue)}.brm-home-release-info{display:flex;flex-direction:column;padding:17px 18px 19px}.brm-home-release-info strong{color:#fff;font-size:1.05rem;line-height:1.28}.brm-home-release-info small{color:var(--brm-blue);margin-top:5px}.brm-home-release-info em{font-style:normal;color:var(--brm-orange);font-size:.82rem;margin-top:8px}.brm-home-center{text-align:center;margin-top:28px}.brm-home-outro{text-align:center;padding:54px 26px;border-top:1px solid var(--brh-line);border-bottom:1px solid var(--brh-line);margin:0 0 24px}.brm-home-outro p{color:var(--brm-muted);font-size:1.05rem;margin:12px 0 0}
@media(max-width:800px){.brm-home-hero{padding:48px 24px 42px;border-radius:22px;margin-bottom:42px}.brm-home-people,.brm-home-release-grid{grid-template-columns:1fr}.brm-home-series{grid-template-columns:1fr}.brm-home-person{min-height:0;gap:20px}.brm-home-person-mark.has-image{flex-basis:96px;width:96px;height:96px}.brm-home-person-mark.has-image img{width:96px;height:96px}.brm-home-section{margin-bottom:48px}.brm-home-release{display:grid;grid-template-columns:110px 1fr}.brm-home-release-art{aspect-ratio:1/1}.brm-home-release-info{justify-content:center}.brm-home-stat{margin-top:28px}}

/* v0.4.38 — BRMedia archive/category cards: artwork above excerpt. */
.tax-brmedia_player_category .brm-archive-teaser,
.post-type-archive-brmedia_release .brm-archive-teaser {
    display: block;
    margin-top: 14px;
}
.tax-brmedia_player_category .brm-archive-teaser-art,
.post-type-archive-brmedia_release .brm-archive-teaser-art {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 0 16px;
}
.tax-brmedia_player_category .brm-archive-teaser-art img,
.post-type-archive-brmedia_release .brm-archive-teaser-art img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}
.tax-brmedia_player_category .brm-archive-teaser-copy,
.post-type-archive-brmedia_release .brm-archive-teaser-copy {
    width: 100%;
    max-width: 680px;
}
.tax-brmedia_player_category .brm-archive-teaser-copy p,
.post-type-archive-brmedia_release .brm-archive-teaser-copy p {
    margin: 0 0 10px;
    line-height: 1.5;
}
.tax-brmedia_player_category .brm-archive-teaser-link,
.post-type-archive-brmedia_release .brm-archive-teaser-link {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 540px) {
    .tax-brmedia_player_category .brm-archive-teaser-art,
    .post-type-archive-brmedia_release .brm-archive-teaser-art {
        max-width: none;
        margin-bottom: 14px;
    }
}

/* v0.4.38 — The7 mobile mega-menu logo safety.
   Hide text only on the explicitly-classed top logo item. Never use
   .mobile-main-nav li:first-child because that also hides first submenu labels. */
@media (max-width: 1024px) {
    .dt-mobile-header .mobile-main-nav > li.br-mobile-menu-logo > a .menu-item-text,
    .dt-mobile-header .mobile-main-nav > li.br-mobile-menu-logo > a .menu-text,
    .dt-mobile-header .mobile-main-nav > li.br-mobile-menu-logo > a .subtitle-text,
    .dt-mobile-header .mobile-main-nav > li.br-mobile-menu-logo > a .menu-subtitle {
        display: none !important;
    }
}


/* v0.4.43 homepage random mix — no cover image + compact action cards */
.brm-home-random-card{display:block;padding:14px;border:1px solid var(--brh-line);border-radius:24px;background:var(--brh-card)}
.brm-home-random-main{display:flex;flex-direction:column;min-width:0}
.brm-home-random-player{margin:0!important;max-width:none!important;flex:1}
.brm-home-random-art{display:none!important}
.brm-home-random-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.brm-home-random-action{display:flex!important;align-items:center;justify-content:flex-start;gap:10px;min-height:62px;padding:10px 13px!important;border-radius:16px!important;text-decoration:none!important;font-weight:800;line-height:1.1;transition:transform .18s ease,filter .18s ease;border:1px solid transparent!important}
.brm-home-random-action:hover{transform:translateY(-1px);filter:brightness(1.05)}
.brm-home-random-action .brm-icon{width:22px;height:22px;flex:0 0 auto}
.brm-home-random-action span{display:flex;flex-direction:column;gap:4px;min-width:0}
.brm-home-random-action strong{font-size:.88rem;font-weight:900;color:inherit}
.brm-home-random-action small{font-size:.68rem;font-weight:650;opacity:.78;color:inherit}
.brm-home-random-download{background:#1FA9FF!important;color:#07142D!important;border-color:#1FA9FF!important}
.brm-home-random-download .brm-icon{color:#07142D!important;fill:currentColor}
.brm-home-random-open{background:#F2A007!important;color:#07142D!important;border-color:#F2A007!important;justify-content:space-between}
.brm-home-random-open b{font-size:1.2rem;line-height:1;color:#07142D}
@media(max-width:800px){.brm-home-random-card{padding:12px}.brm-home-random-actions{grid-template-columns:1fr 1fr}.brm-home-random-action{min-height:58px;padding:9px 11px!important}.brm-home-random-action strong{font-size:.82rem}.brm-home-random-action small{font-size:.64rem}}
@media(max-width:360px){.brm-home-random-actions{grid-template-columns:1fr}.brm-home-random-action{min-height:54px}}

/* v0.4.45 — MiniPlayer transport / progress / restore polish */
.brm-mini-fixed{padding-top:11px!important}
.brm-mini-progress{position:absolute;z-index:4;left:14px;right:14px;top:0;height:3px;overflow:hidden;border-radius:999px;background:rgba(31,169,255,.28);pointer-events:none}
.brm-mini-progress>span{display:block;width:0;height:100%;border-radius:inherit;background:#F2A007;transition:width .18s linear}
.brm-mini-open-release.is-linkable{cursor:pointer}
.brm-global-meta.brm-mini-open-release.is-linkable:hover .brm-global-title,.brm-global-meta.brm-mini-open-release.is-linkable:focus .brm-global-title{color:#1FA9FF}
.brm-global-art.brm-mini-open-release.is-linkable:focus,.brm-global-meta.brm-mini-open-release.is-linkable:focus{outline:2px solid rgba(31,169,255,.65);outline-offset:2px}
.brm-mini-controls{margin-left:auto!important;justify-content:flex-end!important;gap:6px!important;flex:0 0 auto!important}
.brm-mini-controls .brm-global-back,.brm-mini-controls .brm-global-forward{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:50%!important;border:1px solid rgba(31,169,255,.28)!important;background:#091b39!important}
.brm-mini-controls .brm-global-play{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border-radius:50%!important}
.brm-mini-minimise{top:-16px!important;right:10px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border:2px solid #1FA9FF!important;border-radius:50%!important;background:#07142D!important;color:#FFFFFF!important}
.brm-mini-restore{width:54px!important;height:54px!important;border:2px solid #F2A007!important;border-radius:50%!important;background:#07142D!important;color:#F2A007!important}
.brm-mini-restore:hover,.brm-mini-restore:active{color:#FFFFFF!important;border-color:#1FA9FF!important}
.brm-mini-restore.is-playing .brm-icon-equalizer line{transform-box:fill-box;transform-origin:center;animation:brm-eq-bounce .62s ease-in-out infinite alternate}
.brm-mini-restore.is-playing .brm-icon-equalizer line:nth-of-type(2n){animation-delay:-.18s}
.brm-mini-restore.is-playing .brm-icon-equalizer line:nth-of-type(3n){animation-delay:-.36s}
@keyframes brm-eq-bounce{from{transform:scaleY(.48)}to{transform:scaleY(1.18)}}
@media(prefers-reduced-motion:reduce){.brm-mini-restore.is-playing .brm-icon-equalizer line{animation:none!important}}
@media(max-width:700px){.brm-global-player{right:8px!important;left:8px!important;width:auto!important}.brm-mini-fixed{gap:9px!important;padding-left:10px!important;padding-right:10px!important}.brm-global-art{width:48px!important;height:48px!important;min-width:48px!important}.brm-mini-controls{margin-left:auto!important}.brm-mini-controls .brm-global-back,.brm-mini-controls .brm-global-forward{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}.brm-mini-controls .brm-global-play{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}}

/* v0.4.46 — continuous-player state, app-style MiniPlayer and control polish */

/* Remove theme pseudo-elements / transparent SVG canvases that can look like an inner square. */
.brm-player-v3-controls button::before,
.brm-player-v3-controls button::after,
.brm-mini-controls button::before,
.brm-mini-controls button::after,
.brm-mini-minimise::before,
.brm-mini-minimise::after,
.brm-mini-restore::before,
.brm-mini-restore::after{content:none!important;display:none!important}
.brm-icon>rect[width="256"][height="256"][fill="none"]{display:none!important;stroke:none!important}

/* Main player and MiniPlayer: Play = orange, Pause = blue. */
.brm-player-v3-controls .brm-v3-play,
.brm-mini-controls .brm-global-play{
    background:#F2A007!important;
    border-color:#F2A007!important;
    color:#07142D!important;
    box-shadow:none!important;
}
.brm-player-v3-controls .brm-v3-play.is-playing,
.brm-mini-controls .brm-global-play.is-playing{
    background:#1FA9FF!important;
    border-color:#1FA9FF!important;
    color:#07142D!important;
}
.brm-player-v3-controls .brm-v3-play:hover,
.brm-mini-controls .brm-global-play:hover{
    color:#07142D!important;
}

/* Favourite turns red when selected. */
.brm-v3-favourite.is-active{
    color:#FF3B30!important;
    border-color:#FF3B30!important;
}
.brm-v3-favourite.is-active .brm-icon{color:#FF3B30!important}

/* MiniPlayer release click has no hover/focus/tap decoration. */
.brm-mini-open-release.is-linkable{
    cursor:pointer;
    -webkit-tap-highlight-color:transparent!important;
    outline:none!important;
    text-decoration:none!important;
    user-select:none;
}
.brm-global-meta.brm-mini-open-release.is-linkable:hover .brm-global-title,
.brm-global-meta.brm-mini-open-release.is-linkable:focus .brm-global-title{
    color:inherit!important;
    text-decoration:none!important;
}
.brm-global-art.brm-mini-open-release.is-linkable:focus,
.brm-global-meta.brm-mini-open-release.is-linkable:focus,
.brm-global-art.brm-mini-open-release.is-linkable:focus-visible,
.brm-global-meta.brm-mini-open-release.is-linkable:focus-visible{
    outline:none!important;
    box-shadow:none!important;
}

/* Full-width footer MiniPlayer, matching the Android bar rather than a floating card. */
.brm-global-player{
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    border-top:1px solid rgba(31,169,255,.34)!important;
    border-radius:0!important;
    overflow:visible!important;
    background:#0B1D3D!important;
    box-shadow:0 -10px 30px rgba(0,0,0,.28)!important;
    backdrop-filter:none!important;
}
.brm-mini-fixed{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    min-height:74px!important;
    margin:0!important;
    padding:10px 72px 10px 14px!important;
    gap:12px!important;
    border-radius:0!important;
    background:#0B1D3D!important;
}
.brm-mini-progress{
    left:0!important;
    right:0!important;
    top:0!important;
    height:4px!important;
    border-radius:0!important;
    background:rgba(31,169,255,.26)!important;
}
.brm-mini-progress>span{
    border-radius:0!important;
    background:#F2A007!important;
}
.brm-global-art{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    border-radius:10px!important;
}
.brm-global-meta{flex:1 1 auto!important;min-width:0!important}
.brm-global-title{font-size:.98rem!important;font-weight:850!important}
.brm-global-artist{font-size:.82rem!important}
.brm-mini-controls{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    flex:0 0 auto!important;
}
.brm-mini-controls .brm-global-back,
.brm-mini-controls .brm-global-forward{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#FFFFFF!important;
}
.brm-mini-controls .brm-global-play{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    border-radius:50%!important;
}
.brm-mini-minimise{
    top:-18px!important;
    right:16px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:0!important;
    border:2px solid #1FA9FF!important;
    border-radius:50%!important;
    background:#07142D!important;
    color:#FFFFFF!important;
    box-shadow:0 5px 15px rgba(0,0,0,.32)!important;
}
.brm-mini-restore{
    right:14px!important;
    bottom:14px!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    border:2px solid #F2A007!important;
    border-radius:50%!important;
    background:#07142D!important;
    color:#F2A007!important;
}

@media(max-width:700px){
    body{padding-bottom:78px!important}
    .brm-global-player{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none!important}
    .brm-mini-fixed{min-height:72px!important;padding:9px 58px 9px 10px!important;gap:8px!important}
    .brm-global-art{width:50px!important;height:50px!important;min-width:50px!important}
    .brm-global-title{font-size:.88rem!important}
    .brm-global-artist{font-size:.74rem!important}
    .brm-mini-controls{gap:2px!important;margin-left:auto!important}
    .brm-mini-controls .brm-global-back,
    .brm-mini-controls .brm-global-forward{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
    .brm-mini-controls .brm-global-play{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}
    .brm-mini-minimise{top:-17px!important;right:8px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
    .brm-mini-restore{right:10px!important;bottom:10px!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important}
}

/* BRMedia sidebar / The7 widgets ------------------------------------------------ */
.brm-side-widget{width:100%;min-width:0;color:#fff}
.brm-widget-empty{padding:12px 0;color:rgba(255,255,255,.7);font-size:.9rem}
.brm-widget-cover{display:block;overflow:hidden;border-radius:14px;background:#07142D;aspect-ratio:1/1;text-decoration:none!important}
.brm-widget-cover img{display:block;width:100%;height:100%;object-fit:cover}
.brm-widget-mix-copy{display:flex;flex-direction:column;gap:3px;margin-top:10px;min-width:0}
.brm-widget-mix-copy strong{color:#fff;font-size:.98rem;line-height:1.25;font-weight:850}
.brm-widget-mix-copy small{color:#1FA9FF;font-size:.78rem;font-weight:700}
.brm-widget-action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.brm-widget-action{display:flex!important;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:44px;padding:8px 10px!important;border-radius:12px!important;text-decoration:none!important;font-size:.78rem;font-weight:900;line-height:1.1;border:1px solid transparent!important}
.brm-widget-action .brm-icon{width:18px;height:18px;flex:0 0 auto}
.brm-widget-action.is-download{background:#1FA9FF!important;border-color:#1FA9FF!important;color:#07142D!important}
.brm-widget-action.is-view{background:#F2A007!important;border-color:#F2A007!important;color:#07142D!important;justify-content:space-between}
.brm-widget-action.is-view b{font-size:1rem;line-height:1}
.brm-random-list-widget ul{list-style:none!important;margin:0!important;padding:0!important}
.brm-random-list-widget li{margin:0!important;padding:10px 0!important;border-bottom:1px solid rgba(255,255,255,.12)}
.brm-random-list-widget li:first-child{padding-top:0!important}
.brm-random-list-widget li:last-child{border-bottom:0;padding-bottom:0!important}
.brm-random-list-widget a{display:block;color:#fff!important;text-decoration:none!important;font-size:.9rem;font-weight:800;line-height:1.25}
.brm-random-list-widget a:hover{color:#1FA9FF!important}
.brm-random-list-widget small{display:block;margin-top:3px;color:rgba(255,255,255,.58);font-size:.7rem;line-height:1.2}
.brm-coming-soon-widget{box-sizing:border-box;padding:10px;border:1px solid rgba(31,169,255,.28);border-radius:16px;background:#07142D}
.brm-coming-head{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center}
.brm-coming-head img{display:block;width:72px;height:72px;object-fit:cover;border-radius:10px;background:#0b1a35}
.brm-coming-head>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.brm-coming-kicker{color:#F2A007;font-size:.62rem;font-weight:950;letter-spacing:.12em}
.brm-coming-head strong{color:#fff;font-size:.88rem;font-weight:900;line-height:1.2;overflow-wrap:anywhere}
.brm-coming-head small{color:#1FA9FF;font-size:.7rem;font-weight:750}
.brm-coming-head em{color:rgba(255,255,255,.7);font-size:.68rem;font-style:normal;font-weight:700}
.brm-coming-preview{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;align-items:center;margin-top:10px}
.brm-coming-preview audio{display:none!important}
.brm-coming-play{display:grid;place-items:center;width:36px;height:36px;padding:0!important;border:1px solid #F2A007!important;border-radius:50%!important;background:transparent!important;color:#F2A007!important;cursor:pointer}
.brm-coming-play .brm-icon{width:18px;height:18px}
.brm-coming-progress{position:relative;display:block;width:100%;height:8px!important;min-height:8px!important;margin:0!important;padding:0!important;overflow:hidden;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;cursor:pointer}
.brm-coming-progress span{position:absolute;inset:0 auto 0 0;width:0;background:#1FA9FF;border-radius:inherit;pointer-events:none}
.brm-coming-time{white-space:nowrap;color:rgba(255,255,255,.72);font-size:.65rem;font-variant-numeric:tabular-nums}
.brm-coming-note{display:block;margin-top:7px;color:rgba(255,255,255,.5);font-size:.62rem;line-height:1.25}
@media(max-width:360px){.brm-widget-action-row{grid-template-columns:1fr}.brm-coming-preview{grid-template-columns:34px minmax(0,1fr)}.brm-coming-time{grid-column:2}.brm-coming-play{width:34px;height:34px}}

/* v0.4.56 — native WordPress timestamped comments */
.brm-comment-timestamp-picker{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 10px;padding:9px 10px;border:1px solid rgba(31,169,255,.22);border-radius:10px;background:rgba(7,20,45,.07)}
.brm-comment-timestamp-status{font-weight:700;color:#1FA9FF;margin-right:auto}
.brm-comment-use-time,.brm-comment-clear-time,.brm-comment-time{appearance:none;border:1px solid rgba(31,169,255,.35);border-radius:999px;background:#07142D;color:#fff;padding:6px 10px;font:inherit;font-size:.86rem;font-weight:700;cursor:pointer}
.brm-comment-use-time:hover,.brm-comment-clear-time:hover,.brm-comment-time:hover{border-color:#F2A007;color:#F2A007}
.brm-comment-time{display:inline-flex;align-items:center;gap:5px;margin:0 8px 4px 0;color:#F2A007;border-color:rgba(242,160,7,.45)}
.brm-wave-comment-pin{position:absolute;z-index:5;top:4px;transform:translateX(-50%);width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important;padding:0!important;border:2px solid #07142D!important;border-radius:50%!important;background:#F2A007!important;box-shadow:0 0 0 1px rgba(242,160,7,.72);cursor:pointer}
.brm-wave-comment-pin:hover,.brm-wave-comment-pin:focus-visible{transform:translateX(-50%) scale(1.25);outline:2px solid #fff;outline-offset:2px}
@media(max-width:600px){.brm-comment-timestamp-picker{align-items:stretch}.brm-comment-timestamp-status{flex-basis:100%}.brm-comment-use-time,.brm-comment-clear-time{min-height:38px}}

/* v0.4.59 — live timestamp comment bubbles */
.brm-player-v3{position:relative}
.brm-live-comment{position:absolute;z-index:8;left:12px;right:12px;bottom:12px;display:flex;align-items:flex-start;gap:10px;width:calc(100% - 24px);margin:0;padding:10px 12px!important;border:1px solid rgba(242,160,7,.76)!important;border-radius:14px!important;background:rgba(7,20,45,.96)!important;color:#fff!important;text-align:left!important;box-shadow:0 12px 32px rgba(0,0,0,.38);opacity:0;transform:translateY(8px) scale(.985);transition:opacity .18s ease,transform .18s ease;cursor:pointer;backdrop-filter:blur(8px)}
.brm-live-comment.is-visible{opacity:1;transform:translateY(0) scale(1)}
.brm-live-comment-avatar{width:36px;height:36px;flex:0 0 36px;border-radius:50%;object-fit:cover;border:1px solid rgba(31,169,255,.7)}
.brm-live-comment-copy{display:block;min-width:0;flex:1}.brm-live-comment-meta{display:flex;align-items:center;gap:8px;min-width:0;line-height:1.15}.brm-live-comment-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:.84rem}.brm-live-comment-meta em{font-style:normal;color:#F2A007;font-size:.76rem;font-weight:800;white-space:nowrap}.brm-live-comment-more{margin-left:auto;color:#1FA9FF;font-size:.72rem;font-weight:800;white-space:nowrap}
.brm-live-comment-text{display:-webkit-box;margin-top:4px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:rgba(255,255,255,.9);font-size:.84rem;line-height:1.28}
@media(max-width:600px){.brm-live-comment{left:8px;right:8px;bottom:8px;width:calc(100% - 16px);padding:8px 10px!important}.brm-live-comment-avatar{width:32px;height:32px;flex-basis:32px}.brm-live-comment-text{font-size:.8rem}}

.brm-v3-bookmark{color:#fff}.brm-v3-bookmark.is-active{color:var(--brm-orange)!important}.brm-resume-offer{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:8px 0 4px;padding:8px 10px;border:1px solid rgba(242,160,7,.34);border-radius:10px;background:rgba(242,160,7,.07);font-size:12px}.brm-resume-offer span{margin-right:auto;color:var(--brm-muted)}.brm-resume-offer strong{color:var(--brm-orange)}.brm-resume-offer button{border:1px solid rgba(31,169,255,.28);border-radius:8px;background:#15345f;color:#fff;padding:6px 8px;font-weight:800}.brm-resume-offer button:first-of-type{background:var(--brm-orange);color:#07142D;border-color:var(--brm-orange)}

/* v0.4.70 — BRMedia app download page */
.brm-downloads{--brm-download-blue:#1FA9FF;--brm-download-orange:#F2A007;--brm-download-navy:#07142D;--brm-download-card:#0D2247;color:#fff;max-width:1120px;margin:0 auto;padding:12px 0 56px}
.brm-downloads *{box-sizing:border-box}
.brm-downloads-hero{text-align:center;padding:48px 26px 36px;border:1px solid rgba(31,169,255,.24);border-radius:26px;background:linear-gradient(145deg,rgba(13,34,71,.98),rgba(7,20,45,.98))}
.brm-downloads-kicker,.brm-download-eyebrow{display:inline-block;color:var(--brm-download-orange);font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.brm-downloads-hero h2{margin:9px 0 12px;color:#fff;font-size:clamp(2rem,5vw,3.65rem);line-height:1.04}
.brm-downloads-lead{max-width:760px;margin:0 auto;color:#D8E5F4;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}
.brm-downloads-status{display:inline-flex;align-items:center;gap:9px;margin-top:22px;padding:9px 14px;border-radius:999px;background:rgba(31,169,255,.10);border:1px solid rgba(31,169,255,.28);color:#BFE8FF;font-size:.88rem;font-weight:700}
.brm-downloads-status span{width:8px;height:8px;border-radius:50%;background:var(--brm-download-orange);box-shadow:0 0 0 5px rgba(242,160,7,.12)}
.brm-downloads-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:24px}
.brm-download-card{display:flex;flex-direction:column;align-items:flex-start;min-height:100%;padding:28px;border:1px solid rgba(31,169,255,.22);border-radius:22px;background:#0D2247;box-shadow:0 16px 40px rgba(0,0,0,.16)}
.brm-download-platform-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:18px;border-radius:16px;background:var(--brm-download-blue);color:var(--brm-download-navy);font-size:1.55rem;font-weight:1000}
.brm-download-platform-icon-apple{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2rem}
.brm-download-card h3,.brm-downloads-section h3,.brm-downloads-brand-block h3,.brm-downloads-cta h3{color:#fff;margin:5px 0 9px;line-height:1.16}
.brm-download-card-copy p,.brm-downloads-section p,.brm-downloads-brand-block p,.brm-downloads-cta p{color:#C7D6E8;line-height:1.6}
.brm-store-button{display:inline-flex;flex-direction:column;justify-content:center;min-width:190px;min-height:58px;margin-top:14px;padding:8px 18px;border-radius:12px;background:#03070D;border:1px solid rgba(255,255,255,.18);color:#fff;line-height:1.1}
.brm-store-button strong{font-size:1.12rem;color:#fff}.brm-store-small{font-size:.61rem;letter-spacing:.07em;color:#AFC0D4;margin-bottom:3px}.brm-store-button.is-disabled{opacity:.72;cursor:default}
.brm-download-requirements{margin:22px 0 0;padding:18px 0 0 19px;border-top:1px solid rgba(255,255,255,.09);color:#AFC0D4;font-size:.9rem;line-height:1.65}
.brm-download-requirements li{margin:4px 0}
.brm-downloads-section{margin-top:24px;padding:30px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(13,34,71,.68)}
.brm-downloads-section-heading{margin-bottom:12px}.brm-downloads-section-heading h3{font-size:1.65rem}
.brm-download-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px}
.brm-download-features>div{display:flex;flex-direction:column;gap:6px;padding:17px;border-radius:15px;background:#071A38;border:1px solid rgba(31,169,255,.14)}
.brm-download-features strong{color:var(--brm-download-blue);font-size:.96rem}.brm-download-features span{color:#C5D3E4;font-size:.88rem;line-height:1.45}
.brm-downloads-brand-block{margin-top:24px;padding:38px 30px;text-align:center;border-radius:22px;background:linear-gradient(135deg,rgba(31,169,255,.14),rgba(242,160,7,.08));border:1px solid rgba(31,169,255,.25)}
.brm-downloads-brand-block h3{font-size:1.9rem}.brm-downloads-brand-block p{max-width:720px;margin:8px auto}.brm-downloads-tagline{display:block;margin-top:14px;color:var(--brm-download-orange);font-size:1.05rem}
.brm-downloads-cta{text-align:center;margin-top:24px;padding:38px 24px;border-radius:22px;background:#0D2247;border:1px solid rgba(242,160,7,.28)}
.brm-downloads-cta-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.brm-downloads-cta .brm-store-button{text-align:left}
@media(max-width:850px){.brm-download-features{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.brm-downloads{padding-left:0;padding-right:0}.brm-downloads-hero{padding:34px 18px 28px;border-radius:20px}.brm-downloads-platforms{grid-template-columns:1fr}.brm-download-card,.brm-downloads-section{padding:22px}.brm-download-features{grid-template-columns:1fr}.brm-store-button{width:100%}.brm-downloads-cta-buttons{display:grid;grid-template-columns:1fr;width:100%}}
