Appearance
Use the .hya-sr-only class to hide an element visually, but have it still be accessible to screen readers.
.hya-sr-only
<p> This text is visible. <span class="hya-sr-only">This text is hidden.</span> </p>