.wc-block-components-select-input-simpleorder-pickup_date,
.wc-block-components-select-input-simpleorder-pickup_time {
    display: inline-block;
    width: calc(50% - 8px);
    vertical-align: top;
}

.wc-block-components-text-input-simpleorder-placement_number {
    width: 100%;
    display: block;
}

.wc-block-components-select-input-simpleorder-pickup_date {
    margin-right: 16px;
}
.simpleorder-added-notice {
    position: absolute;
    top: -180px;
    background: rgba(255, 255, 255, .9);
    padding: 10px;
    margin: 5px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border: 0px solid #fff;
    border-radius: 3px;
    z-index: 2;
}

@media (max-width: 600px) {
    .wc-block-components-select-input-simpleorder-pickup_date,
    .wc-block-components-select-input-simpleorder-pickup_time {
        width: 100%;
        margin-right: 0;
    }
}

/* My Account > Orders: spacing between action buttons (View / Order again). */
.woocommerce-orders-table__cell-order-actions .button + .button,
.woocommerce-orders-table__cell-order-actions a + a {
    margin-left: 8px;
}
