/* Paywall styles per com_lotto */

.lotto-paywall-teaser {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.lotto-paywall-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}

.lotto-paywall-block {
    margin-top: -60px;
    position: relative;
    z-index: 2;
    padding: 0 20px 40px;
}

.lotto-paywall-block .uk-card {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #1e87f0;
    border-radius: 12px;
}

.lotto-paywall-icon {
    color: #1e87f0;
}

.lotto-paywall-block .uk-button-primary {
    border-radius: 30px;
    padding: 0 40px;
    font-size: 1.1em;
}
