.gedit-align-line {
    position: absolute;
    z-index: 49;
    overflow: visible;
    width: 1px;
    height: 1px;
    opacity: 0.8;
    border-top: 1px dashed #e39842;
    border-left: 1px dashed #e39842;
}

.gedit-align-line-between {
    border-color: var(--g-playground-line);
    border-left-style: solid;
    border-top-style: solid;
    z-index: 52;
    opacity: 1;
}
.gedit-align-line-between:before {
    content: '';
    position: absolute;
    z-index: 52;
    background-color: var(--g-playground-line)
}
.gedit-align-line-between:after {
    content: '';
    position: absolute;
    z-index: 52;
    background-color: var(--g-playground-line)
}

.gedit-align-line-between.horizantal:before {
    left: -1px;
    top: -5px;
    height: 10px;
    width: 1px;
}
.gedit-align-line-between.horizantal:after {
    right: -1px;
    top: -5px;
    height: 10px;
    width: 1px;
}
.gedit-align-line-between.vertical:before {
    left: -5px;
    top: -1px;
    width: 10px;
    height: 1px;
}
.gedit-align-line-between.vertical:after {
    left: -5px;
    bottom: -1px;
    width: 10px;
    height: 1px;
}

.gedit-align-line-between div {
    position: absolute;
    background-color: var(--g-playground-line);
    height: 14px;
    line-height: 14px;
    border-radius: 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 0 6px;
    user-select: none;
}

.gedit-align-line-between.horizantal div {
    margin-left: -15px;
    left: 50%;
    top: -26px;
}
.gedit-align-line-between.vertical div {
    margin-top: -7px;
    top: 50%;
    left: 4px;

}
