html:not(.home-workspace) #voices .voice-library-card { display:grid; grid-template-columns:minmax(0,7fr) minmax(190px,3fr); gap:10px 16px; }
#voices .voice-library-card > #voice-list { grid-column:1/-1; grid-row:1; }
#voices .voice-generation-action-bar { grid-column:1; grid-row:2; min-width:0; }
#voices .voice-library-card:has(> .audio-post-speed-panel[hidden]) > .voice-generation-action-bar { grid-column:1/-1; }
#voices .voice-preview-panel { grid-column:1; grid-row:3; min-width:0; }
#voices .audio-post-speed-panel { grid-column:2; grid-row:2/4; padding:16px; border:1px solid #e2d4f3; border-radius:14px; background:#f8f4fd; display:flex; flex-direction:column; justify-content:center; gap:12px; min-width:0; }
#voices .audio-post-speed-panel label { color:#6530b5; font-size:17px; font-weight:800; }
#voices .audio-post-speed-panel select { width:100%; min-height:44px; font-size:17px; }
.final-playback-speed-label[hidden] { display:none !important; }
@media(max-width:1200px) {
  html:not(.home-workspace) #voices .voice-library-card { grid-template-columns:minmax(0,1fr); }
  #voices .voice-library-card > #voice-list { grid-row:4; }
  #voices .voice-generation-action-bar { grid-row:1; }
  #voices .voice-preview-panel { grid-row:2; }
  #voices .audio-post-speed-panel { grid-column:1; grid-row:3; flex-direction:row; align-items:center; }
  #voices .audio-post-speed-panel select { width:auto; flex:1; }
}
