.bsl-tabs { margin-bottom:10px; }
.bsl-tab-btn { padding:8px 15px; margin-right:5px; cursor:pointer; border:1px solid #ccc; background:#f9f9f9; }
.bsl-tab-btn.active { background:#333; color:#fff; }
.bsl-tab-content { display:none; }
.bsl-tab-content.active { display:block; }
.bsl-song-info { width:100%; border-collapse:collapse; margin-top:15px; }
.bsl-song-info th, .bsl-song-info td { border:1px solid #ddd; padding:8px; text-align:left; }

/* Improved styling */
.bsl-lyrics-toggle { border:1px solid #eee; padding:15px; background:#fff; border-radius:6px; }
.bsl-tabs { margin-bottom:12px; }
.bsl-tab-btn { padding:8px 16px; margin-right:6px; cursor:pointer; border:1px solid #ddd; background:#fafafa; border-radius:4px; }
.bsl-tab-btn.active { background:#111; color:#fff; }
.bsl-tab-content { display:none; padding:8px 0; }
.bsl-tab-content.active { display:block; }
.bsl-lyrics-article .bsl-container { max-width:760px; margin:0 auto; padding:20px; }
.bsl-youtube iframe { width:100%; max-width:760px; height:420px; }
