.naemt-wholesale-box {
    max-width: 680px;
    margin: 0 0 32px;
}

.naemt-wholesale-box h2 {
    margin: 0 0 18px;
}

.naemt-wholesale-form p,
.naemt-wholesale-login form p {
    margin: 0 0 16px;
}

.naemt-wholesale-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.naemt-wholesale-form label,
.naemt-wholesale-login label {
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1;
}

.naemt-wholesale-form input[type="text"],
.naemt-wholesale-form input[type="email"],
.naemt-wholesale-form input[type="tel"],
.naemt-wholesale-form input[type="password"],
.naemt-wholesale-login input[type="text"],
.naemt-wholesale-login input[type="password"] {
    display: block;
    width: 100%;
    font-size: var(--bde-form-font-size);
    padding-top: var(--bde-form-input-padding-top);
    padding-right: var(--bde-form-input-padding-right);
    padding-bottom: var(--bde-form-input-padding-bottom);
    padding-left: var(--bde-form-input-padding-left);
    border-width: var(--bde-form-input-border-width);
    border-style: solid;
    border-color: var(--bde-form-input-border-color);
    border-radius: var(--bde-form-input-border-radius);
    background-color: var(--bde-form-input-background-color);
    transition: all 0.3s ease-in-out;
    line-height: normal;
}

.naemt-wholesale-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.naemt-wholesale-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.naemt-wholesale-button-primary {
    color: #fff;
    border-color: #111827;
    background: #111827;
}

.naemt-wholesale-button-primary:hover,
.naemt-wholesale-button-primary:focus {
    color: #fff;
    border-color: #374151;
    background: #374151;
}

.naemt-wholesale-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-left: 4px solid #2271b1;
    background: #f6f7f7;
}

.naemt-wholesale-notice-error {
    border-left-color: #b32d2e;
}

.naemt-wholesale-notice-success {
    border-left-color: #008a20;
}

.naemt-wholesale-products .price del {
    opacity: .65;
}

.naemt-wholesale-products .price ins {
    text-decoration: none;
    font-weight: 700;
}

.naemt-wholesale-admin .nav-tab-wrapper {
    margin-bottom: 18px;
}

.naemt-wholesale-admin .page-title-action {
    top: -3px;
}

.naemt-wholesale-roles-table {
    margin: 12px 0 24px;
}

.naemt-wholesale-roles-table .button {
    margin-right: 4px;
}

.naemt-wholesale-emails-table {
    margin-top: 12px;
}

.naemt-wholesale-emails-table td,
.naemt-wholesale-emails-table th {
    vertical-align: middle;
}

.naemt-email-enabled {
    color: #007cba;
}

.naemt-registration-fields-table {
    margin-top: 12px;
}

.naemt-registration-fields-table td,
.naemt-registration-fields-table th {
    vertical-align: middle;
}

.naemt-registration-fields-table input[type="text"] {
    max-width: none;
}

.naemt-sort-column {
    width: 42px;
    text-align: center;
}

.naemt-required-column {
    width: 110px;
    text-align: center;
}

.naemt-sort-handle {
    color: #8c8f94;
    cursor: move;
}

.naemt-pending-registrations-table {
    margin-top: 12px;
}

.naemt-pending-registrations-table td,
.naemt-pending-registrations-table th {
    vertical-align: top;
}

.naemt-registration-field-list {
    margin: 0;
}

.naemt-registration-field-list dt {
    float: left;
    clear: left;
    min-width: 140px;
    font-weight: 600;
}

.naemt-registration-field-list dd {
    margin: 0 0 4px 150px;
}
