#methodSelection {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 1em;
    padding: 10px 0;
}

#methodSelection .method {
    flex: 10%;
    min-width: 100px;
    max-width: 100px;
}

#methodSelection select,
#methodSelection apple-pay-button {
    margin-top: 5px;
}