.bastet-rd { font-size: 12px; letter-spacing: $letter-spacing__small; text-transform: uppercase; position: relative; line-height: 12px; border: none; padding: 0; font-weight: 700; padding-left: 30px; color: var(--heading-color) !important; .rd-icon { position: absolute; width: 14px; height: 14px; background-color: currentColor; mask-image:url('images/arrow-right.svg') ; mask-size: cover; top: 0; bottom: 0; right: -20px; margin: auto; display: none; } &:before { content: ""; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; width: 20px; height: 1px; border-bottom: 1px solid bastet-color(); } }