/* Mindre gap nedåt när knappen finns; lite större när den inte finns */
main:has(#install-app-btn) .first-section {
    margin-top: .25rem;
}

main:not(:has(#install-app-btn)) .first-section {
    margin-top: .75rem;
}