.widget {
  position: relative;
  width: 250px;
  height: 64px;
  max-width: 100%;
  margin: 18px auto 0;
  color: white;
}
.overlay-card {
  position: absolute;
  inset: 5px 18px;
  border: 1px solid rgba(46, 107, 255, 0.22);
  border-radius: 12px;
  background: rgba(15, 15, 15, 0.90);
  box-shadow: 0 16px 34px rgba(14, 14, 12, 0.26);
}
.overlay-waveform {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 164px;
  height: 28px;
  border-radius: 10px;
  background: rgba(33, 33, 33, 0.95);
}
.overlay-bars {
  position: absolute;
  left: 9px;
  top: 5px;
  width: 146px;
  height: 18px;
  min-height: 18px;
}
.overlay-bars .bar { width: 2.4px; background: var(--blue); }
.widget-meta {
  position: absolute;
  left: 28px;
  top: 33px;
  width: 194px;
  color: rgba(255,255,255,0.64);
  font-family: var(--font);
  font-size: 9.5px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.how-widget { margin: 0 auto; }
