What could be the reason for this issue? Is it possible to make the hyperlink appear inline with the rest of the text?
.test {
padding: 25px;
display: flex;
height: 100%;
text-align: center;
font-size: 25px;
font-weight: 600;
line-height: 1.2;
opacity: 0.7;
align-items: center;
}
<div class="test">No results found. It seems like you might benefit from expert advice from our Customer Care team! Please <a href="https://example.com">contact us</a> or review your choices.</div>