// Editor styles
.wp-block-nemtly-line-revealer {
    .text-wrapper {
        position: relative;
        display: inline-block;
    }

    .line {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: currentColor;
        transform-origin: 0 0;
    }

    .line1 {
        top: 0;
    }

    .line2 {
        bottom: 0;
    }

    .letters {
        display: inline-block;
        opacity: 0;
    }

    .ampersand {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}
