.ce-dynamic-visibility-conditional {
    background-image: linear-gradient(135deg, rgba(255, 194, 24, 0.18) 25%, transparent 25%, transparent 50%, rgba(255, 194, 24, 0.18) 50%, rgba(255, 194, 24, 0.18) 75%, transparent 75%, transparent);
    background-size: 16px 16px;
    position: relative;
    outline: 2px dashed rgba(255, 194, 24, 0.7);
    outline-offset: 3px;
}

.ce-dynamic-visibility-conditional::before {
    content: "Dynamic visibility";
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1;
    color: #1f1f1f;
    background: rgba(255, 194, 24, 0.85);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    pointer-events: none;
    z-index: 100;
}
