&.ProductFieldValidationPopover {
    box-shadow: 0 0 5px 1px rgb(0 15 23 / 10%);
    background-color: #fff;
    max-width: 356px;
}

.ProductFieldValidation {
    &-Pill {
        margin-right: 5px;
        padding: 4px 11px;
        height: auto;
    }

    &-Popover {
        max-width: 356px;
    }
}
