     main.article-content {
        margin: auto;
        padding:40px 30px 0px 30px;
        
    }
    div#page {
        overflow-x: hidden;
    }

    @media only screen and (min-width: 1240px) {
        main.article-content {
            width: 1360px;
        }
    }
    .article-entry-content {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 70px;
    }   
    
    .entry-article-title{
        font-family: 'PT Serif', serif;
        text-align: center;
        margin: 0px 0px 15px 0px;
        font-size: 60px;
        line-height: 1.1;
        font-weight: 600;
        text-transform: none;
    }
    .entry-meta{
        text-align: center;
    }
    span.article-meta-author {
        display: inline-block;
    }
    .article-featured-image{
        text-align: center;
    }

    /*social icon*/
    .article-social-share-icons a {
        display: inline;
        text-decoration: none;
    }
    .article-social-share-icons span.dashicons {
        color: white;
        background-color: #5e5e5e;
        padding: 6px;
    }
    .article-social-share-icons span, .article-social-share-icons svg{
        border-radius: 50px;
    }
    .article-social-share-icons span.dashicons:hover {
        background-color: #484848;
    }
    .wps-pgfw-pdf-generate-icon__wrapper-frontend {
        display: none !important;
    }
    .vertical-social-menu a.article-social-share-icon {
        vertical-align: middle;
        width: 50px;
        height: 60px;
        display: inline-flex;
    }
    .twitter-icon-midtc{
        padding: 6px;
        background: #5e5e5e;
    }
    .vertical-social-menu a.article-social-share-icon span {
        align-content: center;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
    .vertical-social-menu a.article-social-share-icon .twitter-icon-midtc{
        width: 30px;
        height: 30px;
        padding: 11px;
    }
    /*tags*/
    a.midtc-post-template-tag {
        border-radius: 3px;
        font-size: 12px;
        background: #000c;
        color: white;
        padding: 3px 9px;
        text-decoration: none;
    }
    /*next or prev article*/
    .midtc-article-navigation {
        position: fixed;
        top: 45%;
        width: 100%;
        pointer-events: none;
        z-index: 999;
    }
    .midtc-prev-article, .midtc-next-article {
        height: 70px;
        border: solid 1px #dedede;
        padding: 5px;
        color: #aeaeae;
        position: fixed;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        transition: all 0.3s ease;
    }
    .midtc-prev-article { left: 0; }
    .midtc-next-article { right: 0; }
    .midtc-preview {
        top: -80%;
        position: absolute;
        width: 400px;
        background: #ffffff;
        border: 1px solid #ddd;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        z-index: 20;
        height: 140px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .midtc-prev-article .midtc-preview {
        left: -480px;
        padding: 15px 10px 15px 60px;
    }
    .midtc-next-article .midtc-preview {
        right: -480px;
        padding: 15px 60px 15px 15px;
    }
    .midtc-prev-article:hover .midtc-preview {
        opacity: 1;
        visibility: visible;
        transform: translate(479px, 0);
    }
    .midtc-next-article:hover .midtc-preview {
        opacity: 1;
        visibility: visible;
        transform: translate(-479px, 0);
    }
    .midtc-article-navigation span.dashicons {
        display: block;
        position: relative;
        z-index: 21;
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
    p.midtc-next-article-text, p.midtc-prev-article-text {
        margin: 10px 0;
        font-weight: 600;
        color: red;
        text-align: center;
        font-size: 12px;
    }
    .midtc-preview-bottom {
        gap: 15px;
        display: flex;
        height: 100%;
    }
    .preview-image {
        width: 100px;
        height: 100px;
        object-fit: cover;
        flex-shrink: 0;
    }
    .preview-content {
        flex: 1;
    }
    .preview-title {
        margin: 0 0 8px 0;
        font-size: 14px;
        line-height: 1.3;
    }
    .preview-excerpt {
        margin: 0;
        font-size: 12px;
        line-height: 1.4;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .midtc-next-up-article-text,.midtc-previous-article-text {
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 12px;
        border-bottom: solid #e8e8e8 1px;
    }
    /*old*/    
/*MEMBERSHIP PROMOTION RESTRICTION*/
/* Popup styling */
.post-res-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 21;
}

.post-res-popup-content {
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.post-res-popup-content p {
    margin: 0px 0px 20px 10px;
    font-size: 16px;
}

.post-res-popup-content button {
    top: 5px;
    position: absolute;
    right: 5px;
    background: black;
    color: #fff;
    border: none;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 50px;
}

.post-res-popup-content button:hover {
    background: #005580;
}

/* Restriction Content Styles */
.restricted-content {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.restricted-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9f9);
}

/* Subscription Message */
.subscription-message {
    padding: 10px;
    margin-top: 10px;
}
#post-res-sign_in_container {
    height: 12%;
    width: 98%;
    text-align: center;
    color: dodgerblue;
    font-weight: 600;
    background-color: black;
    padding: 5px;
}