/* Members Only icon: hidden by default. JavaScript enables it only after
 * WordPress confirms members_only=ON for this exact Listing item. */
.ampp-members-lock {
    display: none !important;
}

.ampp-members-lock.ampp-members-lock--visible {
    display: block !important;
}

.ampp-members-notice {
    position: absolute;
    inset-inline: 12px;
    bottom: 12px;
    z-index: 9999;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(17, 17, 17, .96);
    color: #fff;
    text-align: center;
    line-height: 1.7;
    font-size: 13px;
    box-shadow: 0 8px 30px rgba(0,0,0,.22);
}

.ampp-members-notice__message a {
    color: inherit;
    text-decoration: underline;
    font-weight: 700;
}
