.flj-paywall-box {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 300;
    background: #fff;
    font-size: 10px;
    font-family: Lausanne400;
    padding: 0px;
    box-shadow: 0 0 .25rem rgba(0 0 0 / 25%);

}


.flj-paywall-login-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Lausanne400;
}
.flj-paywall-login-link span {
    color: #1A1A1A;
    opacity: 0.5;
}
.flj-paywall-login-link a, .flj-paywall-forgot-link {
    color: #000;

    text-decoration: underline;
}
.flj-paywall-forgot-link {
    margin-bottom: 30px;
    text-align: center;
}
.flj-paywall-box input {
    max-width: 335px;
    margin-bottom: 8px;
    border-radius: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    padding: 8px;
    border: 1px solid #1A1A1A;
    color: #1A1A1A;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Lausanne400;
}

.flj-paywall-box input::placeholder {

    color: #1A1A1A;;
    opacity: 0.5;

}
.flj-paywall-box input[type=submit] {
    background: #1A1A1A;
    font-family: Lausanne600;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
}
.flj-inner-paywall-box {
    margin: 0 auto;
    max-width: 340px;
    padding: 30px 30px 0;
    min-height: 180px;

}

.flj-inner-paywall-box h2 {
    font-size: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 36px;
}
.flj-inner-paywall-box p {
    font-family: Lausanne500;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.flj-inner-paywall-box form {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0px;
}

body.fjl-paywall .c-section__content {
    max-height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
body.fjl-paywall .c-world-clock {
    display: none;
}
body.fjl-paywall .c-section__content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(248, 246, 243, 0) 0%, rgba(248, 246, 243, 1) 90%);
    top: 100px;


}
body.fjl-paywall .c-footer {
    visibility: hidden;
}
