.membership-content-restricted {
    font-family: "Georgia", sans-serif;
    font-size: 16px;
}

.membership-content-restricted .author-title {
    margin-bottom: 20px;
}

.membership-content-restricted .blurb {
    font-size: 21px;
    font-weight: 500;
    color: #010001 !important;
}

.membership-content-restricted-footer {
    font-family: "Roboto", sans-serif;
    height: 240px;
    z-index: 999;
    width: 100%;
    box-shadow: 0 -50px 115px #fff;
    position: relative;
    padding-top: 20px;
}

.membership-content-restricted-footer h1 {
    font-family: "Georgia", sans-serif;
}

.membership-content-restricted-footer a.proceed-btn {
    background: #ec1c24;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-align: center;
    width: 337px;
    display: block;
    line-height: 3;
}

/* Mobile specific styles */
@media screen and (max-width: 480px) {
    .membership-content-restricted-footer {
        height: 310px;
    }

    .membership-content-restricted-footer a.proceed-btn {
        width: 100%;
    }

    .membership-content-restricted .author-title {
        font-size: 16px;
    }

    .membership-content-restricted .blurb {
        font-size: 16px;
        text-align: center;
    }
}