/* hide honeypot */
#user_last_name_label, #user_last_name {
    position: absolute;
    left: -9999px;
}
.wheel-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wheel-picker {
    flex: 1;
    margin: 0 5px;
    text-align: center;
}
.wheel-picker select {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.picker-label {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}