h1 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

h2, h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

h2 + h3 {
    margin-top: 1.5rem;
}

h4 {
    margin-top: 2rem;
}

.breadcrumb {
    margin-bottom: 2rem;
}

.footer {
    font-size: 80%;
    color: #777;

    .tab-credit {
        display: none;
    }
}

.container:has(.tab.alphaTab) ~ .footer .tab-credit {
    display: inline;
}

.chordset {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    align-items: bottom;

    &.justify-left {
        justify-content: start;
    }

    &.smol .chordbox {
        min-width: 90px;
    }

    .chordbox {
        min-width: 150px;
    }
}

.tab.alphaTab div div:last-child {
    display: none;
    visibility: hidden;
}

