.product-card--monite-locked,
.nx-product-card--monite-locked {
    pointer-events: none;
}

.product-card--monite-locked .monite-lock-overlay,
.nx-product-card--monite-locked .monite-lock-overlay {
    pointer-events: auto;
}

.monite-lock-overlay {
    position: absolute;
    inset: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: rgba(5, 5, 18, 0.78);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.monite-lock-modal {
    width: min(100%, 240px);
    text-align: center;
    padding: 16px 14px;
    border-radius: 14px;
    border: 1px solid rgba(249, 115, 22, 0.45);
    background: linear-gradient(145deg, rgba(20, 12, 35, 0.95), rgba(10, 10, 24, 0.98));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 24px rgba(249, 115, 22, 0.15);
}

.monite-lock-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, 0.15);
    color: #fb923c;
    font-size: 18px;
}

.monite-lock-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.monite-lock-amount {
    margin: 0 0 4px;
    font-size: 13px;
    color: #e2e8f0;
    line-height: 1.35;
}

.monite-lock-amount strong {
    color: #fb923c;
    font-size: 15px;
}

.monite-lock-note {
    margin: 0;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.35;
}

.monite-lock-sub {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: #67e8f9;
}
