/* Article Connect — SaaS visibility blur (listing cards) */
.ac-blurred {
    filter: blur(5px);
    position: relative;
    pointer-events: auto;
}

.ac-blur-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 10;
    font-size: 0.875rem;
    text-align: center;
    max-width: 90%;
    pointer-events: none;
}

.tw-relative.tw-h-full:has(.ac-blur-overlay) .ac-blurred {
    filter: blur(5px);
}

/* Job detail lock */
.ac-job-detail-locked {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

.ac-job-detail-lock-banner {
    position: relative;
    z-index: 20;
    margin-bottom: 1rem;
}

.ac-visibility-banner .progress {
    max-width: 420px;
}
