.c-page-header { margin-bottom: $line-height * 2em; overflow: hidden; &::after { content: str-repeat('░', 120); display: block; position: relative; z-index: -10; height: $line-height; margin-top: px-to-em(2px); padding-top: px-to-em(2px); border-top: 1px solid var(--fg-hi); color: var(--fg-hi); line-height: $code-block--line-height; } > :first-child { margin-top: 0; } }