.is-style-top-line{
    position: relative;
}
.is-style-top-line::before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: var(--color-black);
    top: calc( 0px - var(--content-padding-small));
    left: 0;
}
