I am trying to wrap the CTA for the FAQ vertical in my experience, since the CTA’s tend to be very lengthy and extend past the container on mobile.
I updated the CSS of CTA’s with this:
.HitchhikerCTA-iconLabel
{
color:#000000;
text-decoration: underline;
text-decoration-color: #ffb500;
white-space: normal;
text-align: left
}
However, this impacts all CTA’s and not just the FAQ CTA’s so it makes the other CTA’s look strange on desktop:
Any thoughts on a fix?
Thanks!