#popup-paywall {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: white;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#post-paywall {
    color: white;
    justify-content: center;
    align-items: center;
}

#popup-paywall .popup-content {
    text-align: center;
    background-color: white;
    background: #fcf8f0;
    align-self: flex-end;
    color: #414059;
    width: 100%;
    height: auto;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
}

#post-paywall .post-paywall-content {
    text-align: center;
    background-color: white;
    background: #ffffff;
    align-self: flex-end;
    color: #414059;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2vw;
}

.popup-verder-lezen h2 {
    font-size: 25px;
}

.post-paywall-verder-lezen h2 {
    font-size: 25px;
}

#popup-paywall .paywall-sub-select {
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    width: 140px;
    align-self: center;
    margin: 30px;
    font-weight: normal;
    text-decoration: none !important;
}

#post-paywall .paywall-sub-select {
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    width: 140px;
    align-self: center;
    margin: 30px;
    font-weight: normal;
    text-decoration: none !important;

}

.subyear .paywall-sub-select {
    background-color: #c28181;
}

.submonth .paywall-sub-select {
    background-color: #b09d79;
}

.subyear .paywall-sub-select:hover {
    background-color: #f1c6c6;
    color: #ad7676 !important;
    transition: all 0.4s ease-in-out;
}

.submonth .paywall-sub-select:hover {
    background-color: #f0e6d2;
    color: #b09d79 !important;
    transition: all 0.4s ease-in-out;
}

.popup-verder-lezen {
    display: flex;
    flex-direction: column;
}

.popup-login {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: gray solid 1px;
    padding: 5px;
    font-size: 15px;
    width: 100%;
    background: #414059;
    color: #fcf8f0;
}

.popup-login a {
    color: #fcf8f0;
    text-decoration: none;
    padding-left: 3px;
}

.popup-login a:hover {
    color: #f1c6c6;
}

.post-paywall-login {
    color: var(--enfold-main-color-primary);
    padding: 15px;
}
.post-paywall-login a {
    color: var(--enfold-main-color-primary);
    text-decoration: none;
}
.post-paywall-login a:hover {
    color: var(--enfold-main-color-secondary);
    text-decoration: underline !important;
}

.paywall-subscription {
    display: flex;
    border:  2px;
    border-radius: 5px;
    width: auto;
    margin: 10px;
    height: auto;
    flex-direction: column;
    align-content: center;
    margin-bottom: 40px;
    max-width: 370px;
}

.paywall-subscription.submonth {
    background: #fcf8f0;
    color: #40392c;
}

.paywall-subscription.subyear {
    background: #fae9e9;
}

.post-paywall-verder-lezen .paywall-subscription {
    height: auto;
}

.subyear .paywall-sub-price {
    font-weight: normal;
    width: 100%;
    background: #9b6767;
    padding: 18px;
    margin: 0px 0px 2px 0px;
    color: #ffffff;
}

.submonth .paywall-sub-price {
    font-weight: normal;
    width: 100%;
    background: #8d7e61;
    padding: 18px;
    margin: 0px 0px 2px 0px;
    color: #ffffff;
}

.submonth .paywall-sub-name {
    width: 100%;
    background: #b09d79;
    padding: 20px;
    color: #ffffff;
    margin: 0px;
    border-radius: inherit;
}

.subyear .paywall-sub-name {
    width: 100%;
    background: #c28181;
    padding: 20px;
    color: #ffffff;
    margin: 0px;
    border-radius: inherit;
}

.paywall-sub-price-year {
    font-weight: normal;
    font-size: 15px !important;
    color: #ffffff;
}

.paywall-list-subscription {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.submonth ul.icon-bullets li:before {
    color: #e6d3ad;
}

.subyear ul.icon-bullets li:before {
    color: #d28c8c;
}

.paywall-subscription ul.icon-bullets li {
    font: normal normal normal 18px / 26px Saira;
    padding: 10px 30px;
    border-top: 0.1mm solid lightgray;
    margin-left: 0px;
}

.subyear .paywall-name-background {
    background: #c28181;
    border-radius: 5px 5px 0px 0px;
}

.submonth .paywall-name-background {
    background: #b09d79;
    border-radius: 5px 5px 0px 0px;
}

.post-paywall-titel {
    font-size: clamp(1.1875rem, 0.8689rem + 2.3592vw, 2.5rem) !important;
}

.post-paywall-titel {
    font-size: clamp(1.1875rem, 0.8689rem + 2.3592vw, 2.5rem) !important;
    color: var(--enfold-main-color-heading);
}

.post-paywall-list {
    text-align: left;
    margin-left: 0px;
}

.paywall-popup-close {
    position: relative;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-family: "entypo-fontello";
    background: none;
    border: none;
    margin-left: auto;
}

.popup-login-tekst {
    display: flex;
    justify-content: center;
    gap: 0rem;
    margin-left: auto;
    align-items: center;
}

@media screen and (max-width: 896px) {

    .popup-login {
        padding: 18px;
    }

    #popup-paywall .popup-content {
        height: 100vh;
    }
}

@media screen and (max-width: 1445px) and (min-width: 720px) {
    .paywall-list-subscription {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media screen and (max-width: 719px) {
    h2.paywall-sub-name {
        font-size: clamp(2rem, -0.5rem + 10vw, 2.625rem);
    }

    .paywall-subscription ul.icon-bullets li {
        padding: 10px 40px;
    }

    #post-paywall .post-paywall-content {
        padding: 0;
    }

    #top .post-paywall-login a {
        text-decoration: underline;
    }


}