/* Basic styling to make WooCommerce/Rehub forms prettier */
.wpo-input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 6px;
}
.wpo-send-otp {
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
}
.wpo-phone-wrap label { display:block; font-weight:600; margin-bottom:6px; }
.button.wpo-send-otp { margin-left:8px; }

/* Simple responsive tweak */
@media (min-width:768px) {
    .wpo-phone-wrap .wpo-send-otp { margin-left: 12px; }
}

/* general WooCommerce look */
.woocommerce form .form-row .wpo-input { max-width: 100%; }
