/**
 * Magehq
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Magehq.com license that is
 * available through the world-wide-web at this URL:
 * https://magehq.com/license.html
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category   Magehq
 * @package    Magehq_AddMultipleProducts
 * @copyright  Magehq\Copyright (c) 2022 Magehq (https://magehq.com/)
 * @license    https://magehq.com/license.html
 */
.customer-account-create .form-create-account .fieldset-fullname .fields .field.field-name-prefix,
.customer-account-create .form-create-account .fieldset-fullname .fields .field.field-name-middlename,
.customer-account-create .form-create-account .fieldset-fullname .fields .field.field-name-suffix {
    display: none;
}
@media only screen and (min-width: 768px) {
    .b2b-registration .form.create.account {
        width: 100%;
    }
    .b2b-registration .fieldset.create.info,
    .b2b-registration .fieldset.address,
    .b2b-registration .fieldset.create.account {
        width: 47%;
        float: left;
    }
    .b2b-registration .fieldset.create.info {
        margin-right: 6%;
    }
    .b2b-registration .form.create.account .actions-toolbar {
        clear: both;
    }
    .b2b-registration .form.create.account .field-name-prefix label span,
    .b2b-registration .form.create.account .field-name-suffix label span {
        white-space: nowrap;
    }
    .b2b-registration .form.create.account .field-name-prefix label,
    .b2b-registration .form.create.account .field-name-suffix label {
        display: flex;
    }
}