.ewa-protected-content {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.ewa-blurred {
    position: relative;
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
}

.ewa-blurred::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, white 100%);
}

.ewa-hidden-content {
    display: none;
}

.ewa-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}
