.mtsp-song-display .chord-content{
    font-size:16px;
    line-height:1.2;
    color:#333;
    transition:font-size 0.3s ease;
    font-family:'DejaVu Sans',sans-serif;
    max-width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
    box-sizing:border-box;
    margin:0;
    padding:0;
    width:100%;
    white-space:pre-wrap; /* Preserve all whitespace and line breaks */
}
.mtsp-song-display.dark-mode .chord-content{
    color:#d1d5db;
}
.mtsp-song-display .two-column{
    column-count:2 !important;
    column-gap:20px;
    column-width:auto;
    max-width:100%;
    overflow-x:hidden;
    box-sizing:border-box;
    -webkit-column-count:2 !important;
    -moz-column-count:2 !important;
}
.mtsp-song-display .song-section{
    margin-bottom:0;
    position:relative;
    width:100%;
    break-inside:avoid-column;
    page-break-inside:avoid;
    overflow-wrap:break-word;
    word-wrap:break-word;
    box-sizing:border-box;
    -webkit-break-inside:avoid-column;
    -moz-break-inside:avoid-column;
}
.mtsp-song-display .song-section:hover{
    background-color:#fffff0;
}
.mtsp-song-display .section-marker{
    color:#ff9f33 !important;
    cursor:pointer;
    padding:0;
    border-radius:4px;
    transition:background 0.2s ease,color 0.2s ease;
    display:inline-block;
    margin-right:5px;
    font-family:'DejaVu Sans',sans-serif;
    font-size:14px;
    font-weight:bold;
}
.mtsp-song-display.dark-mode .section-marker{
    color:#ffad33 !important;
}
.mtsp-song-display .section-marker:hover{
    background-color:#ff851a;
    color:#fff !important;
}
.mtsp-song-display.dark-mode .section-marker:hover{
    background-color:#ff751a;
    color:#fff !important;
}
.mtsp-song-display .section-marker:active{
    background-color:#cce2ff;
}
.mtsp-song-display.dark-mode .section-marker:active{
    background-color:#455a64;
}
.mtsp-song-display .section-marker.active-section-marker{
    background-color:#ff751a;
    color:#fff !important;
}
.mtsp-song-display.dark-mode .section-marker.active-section-marker{
    background-color:#ff8c00;
    color:#fff !important;
}
.mtsp-song-display .no-highlight .section-marker{
    color:#000 !important;
}
.mtsp-song-display.dark-mode .no-highlight .section-marker{
    color:#4fc3f7 !important;
}
.mtsp-song-display .chord{
    color:#007bff;
    cursor:pointer;
    padding:0;
    border-radius:4px;
    transition:background 0.2s ease,color 0.2s ease;
    display:inline-block;
    margin-right:5px;
    font-family:'DejaVu Sans',sans-serif;
    font-size:14px;
}
.mtsp-song-display.dark-mode .chord{
    color:#4fc3f7;
}
.mtsp-song-display .chord:hover{
    background-color:#e0f7fa;
}
.mtsp-song-display.dark-mode .chord:hover{
    background-color:#263238;
}
.mtsp-song-display .chord:active{
    background-color:#cce2ff;
}
.mtsp-song-display.dark-mode .chord:active{
    background-color:#455a64;
}
.mtsp-song-display .chord.active-chord{
    background-color:#cce2ff;
    color:#0056b3;
    border:2px solid #007bff;
    font-weight:bold;
}
.mtsp-song-display.dark-mode .chord.active-chord{
    background-color:#455a64;
    color:#fff;
    border:2px solid #4fc3f7;
    font-weight:bold;
}
.mtsp-song-display .no-highlight .chord{
    background:none;
    color:#000;
}
.mtsp-song-display.dark-mode .no-highlight .chord{
    color:#4fc3f7;
}
.mtsp-song-display .chord-bold{
    font-weight:bold;
}
.mtsp-song-display .chord-italic{
    font-style:italic;
}
.mtsp-song-display pre.lyrics-line{
    white-space:pre-wrap;
    margin:0;
    padding:0;
    font-family:'DejaVu Sans',sans-serif;
    line-height:1.2;
    font-size:inherit;
    width:100%;
    overflow-wrap:break-word;
    word-wrap:break-word;
    box-sizing:border-box;
    transition:background-color 0.2s ease;
}
.mtsp-song-display pre.lyrics-line.highlight-line{
    background-color:#e6ffe6;
}
.mtsp-song-display .translation-loading{
    color:#666;
    font-style:italic;
    margin-left:5px;
}
.mtsp-song-display .translation-error{
    color:#d9534f;
    font-style:italic;
    margin-left:5px;
    background:#ffe6e6;
    padding:2px 6px;
    border-radius:4px;
}
@media (min-width:600px) and (max-width:794px){
    .mtsp-song-display .two-column{
        column-count:2 !important;
        -webkit-column-count:2 !important;
        -moz-column-count:2 !important;
        column-gap:15px;
    }
    .mtsp-song-display .chord-content{
        font-size:1rem;
        width:100%;
    }
    .mtsp-song-display .section-marker,.mtsp-song-display .chord{
        font-size:0.875rem;
    }
}
@media (max-width:599px){
    .mtsp-song-display .two-column{
        column-count:1 !important;
        -webkit-column-count:1 !important;
        -moz-column-count:1 !important;
    }
    .mtsp-song-display .chord-content{
        font-size:0.9rem;
        width:100%;
    }
    .mtsp-song-display .section-marker,.mtsp-song-display .chord{
        font-size:0.75rem;
    }
}
@media (max-width:480px){
    .mtsp-song-display .chord-content{
        font-size:0.9rem;
        width:100%;
    }
    .mtsp-song-display .section-marker,.mtsp-song-display .chord{
        font-size:0.75rem;
    }
}
@media (max-width:360px){
    .mtsp-song-display .chord-content{
        font-size:0.8rem;
        width:100%;
    }
    .mtsp-song-display .section-marker,.mtsp-song-display .chord{
        font-size:0.625rem;
    }
}