You need to use the Live web helper to extract all the values into a list first like this:

When you've done that, and click on Advanced settings, you'll see it is being extracted as a list:

You then need to modify the CSS selector appropriately by either deleting the extra element, or adding it, depending on what you captured.
I actually captured the paragraph parent (<p>) as it seemed to be easier to do. The parent still does not have any href, but it also returns an empty CSS selector field. If you captured the child <div> you might see something like this in the CSS selector field:

But the result you want is actually only the <a> element in the CSS selector field, and "href" as the attribute you want to extract:

Here's a copy of the action that you can simply paste into PAD to have it created for you:
WebAutomation.ExtractData.ExtractList BrowserInstance: Browser Control: $'''html > body > div:eq(0) > div > div:eq(1) > div > main > div:eq(3) > div:eq(0) > div:eq(1) > div:eq(1) > div:eq(1) > div > div > div > div > div:eq(0) > p''' ExtractionParameters: {[$'''a''', $'''Href''', $''''''] } PostProcessData: False TimeoutInSeconds: 60 ExtractedData=> DataFromWebPage
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.