/* Aji Manager — ACF conditional visibility override
 * Fields with conditional rules stay visible but are blocked with an overlay.
 */

/* Overlay to block clicks on conditionally hidden fields */
.aji-acf-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #0000004d;
    cursor: not-allowed;
}
