.nff-gallery-lock-active .nff-comp-grid-item--locked {
    cursor: not-allowed;
}

.nff-gallery-lock-active .nff-comp-grid-item--locked img {
    opacity: 0.24;
    filter: grayscale(20%);
    transform: none;
}

.nff-gallery-lock-active .nff-comp-grid-item--locked:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transform: none;
}

.nff-gallery-lock-active .nff-comp-grid-item--locked .nff-comp-grid-overlay {
    opacity: 1;
    pointer-events: auto;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.46) 65%, rgba(0,0,0,0.28) 100%);
}

.nff-gallery-lock-active .nff-comp-grid-item--locked .nff-comp-grid-overlay::after {
    content: attr(data-lock-tile-label);
    position: absolute;
    left: 50%;
    bottom: 52px;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 240px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    padding: 8px 10px;
    white-space: normal;
}

.nff-gallery-lock-active .nff-comp-grid-item--locked .nff-comp-grid-overlay::before {
    content: attr(data-lock-badge-label);
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    padding: 5px 9px;
    white-space: nowrap;
}

.nff-gallery-lock-active .nff-comp-grid-item--locked .nff-cgl-join-now {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.28);
    background: #9bb70d;
    color: #0f2a0c;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    letter-spacing: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.nff-gallery-lock-active .nff-comp-grid-item--locked .nff-cgl-join-now:hover {
    background: #b4d11b;
    color: #0f2a0c;
}

.nff-gallery-lock-active::after {
    content: attr(data-lock-cta-label);
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #00843e;
}
