.paywall-target {
    position: relative;
}

.hidden-paywall-content,
.hidden-blur-background {
    display: none;
}

.visible-paywall-content,
.visible-blur-background {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.visible-paywall-content {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #333;
    font-size: 15px !important;
    font-weight: bold;
}

.visible-blur-background {
    z-index: 9998;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}
