.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .headline-accent { position: relative; padding-left: 0.5em; } .headline-accent::before { content: ""; position: absolute; left: 0; top: 10%; height: 80%; width: 0.125em; background-color: var(--gold); } .text-accent { position: relative; padding-left: 1em; } .text-accent::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 0.125em; background-color: var(--gold); }