.squeeze h1 {
    margin: 0;
    padding: 0;
}

.section-select {
    /* prevent long section names from breaking look & feel on mobile */
    text-overflow: ellipsis;
    width: 100%;
}

.controls {
    display: flex;
    gap: 10px;
    flex-flow: column nowrap;
    padding: 20px 0;
}