<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* B2B QUANTITY */

c-b2b-quantity lightning-helptext .slds-form-element__icon {
    padding: 0 !important;
}

c-b2b-quantity lightning-helptext .slds-button.slds-button_icon {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    border: 0 !important;
    box-shadow: unset !important;
}

lightning-primitive-bubble[role="tooltip"] .slds-popover {
    font-size: 0.6875rem;
    border-radius: 0;
    background-color: var(--b2b-color-link-purple);
    color: var(--b2b-color-white);
}

lightning-primitive-bubble[role="tooltip"] .slds-popover__body {
    padding: 2px 6px;
    white-space: pre-line;
}</pre></body></html>