.product-options > dl {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.product-options > dl > div {
    width: 100%;
}

.custom-options-wrapper.subscription-period {
    order: -1;
}
