#song-content {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1rem;
    color: #334155;
    white-space: nowrap; /* Не дает строке разрываться */
}

.song-line {
    display: block;
    margin-bottom: 0.5rem;
    height: 2.8em; /* Фиксированная высота строки (аккорд + текст) */
}

.chord-column {
    display: inline-flex;
    flex-direction: column; /* Аккорд над буквой */
    vertical-align: bottom;
    text-align: left;
    min-width: 1ch; /* Ширина минимум в один символ */
}

.chord-label {
    font-weight: bold;
    color: #CBA560;
    font-size: 0.9em;
    line-height: 1.2;
    height: 1.2em; /* Высота зоны аккорда */
    pointer-events: none;
}

.lyrics-char {
    line-height: 1.2;
    height: 1.2em;
}

.section-header {
    color: #CBA560;
    font-weight: bold;
    margin: 1.2rem 0 0.4rem 0;
    font-size: 1.1em;
}
pre#akkord-text {
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px; /* Чуть крупнее для читаемости */
    line-height: 1.8; /* Увеличим межстрочный интервал */
    white-space: pre;
    color: #334155;
    background: transparent;
}

span.chord {
    font-weight: 700;
    color: #CBA560;
    margin-right: 2px; /* Микро-отступ справа для каждого аккорда */
    border-bottom: 1px dotted rgba(203, 165, 96, 0.3);
    cursor: default;
}

.section-header {
    display: block;
    color: #CBA560;
    font-weight: bold;
    margin: 1.5rem 0 0.2rem 0;
    font-size: 1.1em;
}ы