.op3-element[data-op3-element-type="listmenu"] {
    [data-op3-element-dummy-data] {
        display: none !important;
    }

    nav {
        &:empty {
            display: flex !important;
            flex-wrap: wrap;
            justify-content: center;
            min-height: auto;
            pointer-events: none;
            text-align: center;
        }

        &:empty::before,
        &:empty::after {
            width: auto;
            position: static;
            display: inline;
            transform: none;
            font-size: 13px;
            font-family: inherit;
            line-height: 1.4;
            text-align: center;
            padding: 0.3em;
            background: #ccc;
            color: #303942;
            pointer-events: none;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone
        }

        &:empty::before {
            content: "List Menu -";
            font-weight: bold;
        }

        &:empty::after {
            content: "Create a menu in 'Appearance > Menus' to show links here";
            margin-left: -0.4em;
        }
    }
}
