﻿.besedilo p {
    margin: 0;
    padding-bottom: var(--space_2);
}

.chord_line {
    line-height: inherit;
}

.chord_anchor {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: visible;
    vertical-align: baseline;
}

.chord {
    display: none;
    position: absolute;
    left: 0;
    bottom: var(--space_3);
    white-space: nowrap;
    line-height: 1;
    font-weight: 800;
    color: var(--color_Blue);
}

.song_lyrics_text.song_chords_visible .chord_line {
    line-height: var(--space_10);
}

.song_lyrics_text.song_chords_visible .chord {
    display: block;
}

.chord sup,
.chord sub {
    position: relative;
    font-size: var(--font_size_12);
    line-height: 0;
    vertical-align: baseline;
}

.chord sup {
    top: calc(var(--space_1) * -1);
}

.chord sub {
    top: var(--space_0_5);
}

.hide_on_mobile {
    display: inline;
}

.chord {
    display: none;
}

.lyrics_text.chords_visible .chord {
    display: block;
}

.lyrics_text.chords_visible .chord_line {
    line-height: var(--space_10);
}
