/* Basic styling for phone input and verification */
.woocommerce-form-row #reg_phone,
.woocommerce-form-row #username {
    width: 100%;
    box-sizing: border-box;
}

#wp-custom-auth-phone-verification-form {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

#wp-custom-auth-phone-verification-form h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

#wp-custom-auth-verification-message {
    margin-top: 10px;
    font-weight: bold;
}

#wp-custom-auth-verify-code-button,
#wp-custom-auth-resend-code-button {
    margin-right: 10px;
}