﻿/*Bengin article */
.post.post-article {
    position: relative;
    padding-bottom: 24px;
    padding-left: 70px;
    border-bottom: solid 1px #e0e0e0;
}

.post-article-header {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.post-article-title {
    font-size: 32px;
    margin-bottom: 16px;
}
/* meta */
.post-article-meta {
    font-size: 14px;
    color: #666;
}

/* body */
.post-article-body {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: arial
}

    .post-article-body p {
        margin: 16px 0;
    }

    .post-article-body a {
        color: #0066ff
    }

        .post-article-body a[target] {
            background-color: yellow;
        }

    .post-article-body h2, .post-article-body h3, .post-article-body h4 {
        margin: 16px 0;
    }

    .post-article-body h3 {
        font-size: 22px;
    }

    .post-article-body h4 {
        font-size: 18px;
    }

    .post-article-body h5 {
        font-size: 18px;
    }

    .post-article-body h6 {
        font-size: 16px;
    }
    /* blockquote */
    .post-article-body blockquote {
        font-style: italic;
        margin: 16px 0;
        padding-left: 15%;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        color: #666;
    }

        .post-article-body blockquote::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 4px;
            background: #ddd;
            margin-left: -20px;
        }

        .post-article-body blockquote cite {
            color: #666;
        }

            .post-article-body blockquote cite::before {
                content: "\2014 \2009";
                margin-right: 6px;
            }

            .post-article-body blockquote cite::after {
                content: "\2014 \2009";
                margin-left: 6px;
            }

    .post-article-body ul {
        margin: 0 0 0 40px;
        padding: 0;
    }
/* images */
.figure-images {
    margin: 12px 0;
    text-align: center;
    position: relative;
}

    .figure-images img {
        max-width: 100%;
    }

    .figure-images figcaption {
        font-size: 14px;
        color: #666;
        font-style: italic;
    }
/* figure-table */
.figure-table {
    overflow-x: auto;
    width: 100%;
    margin: 12px 0
}

    .figure-table table {
        max-width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 auto
    }

        .figure-table table th, .figure-table table td {
            border: solid 1px #aaa;
            padding: 4px;
        }
/* video */
.figure-video {
    width: 100%;
    position: relative;
    margin: auto;
}
/* author */
.post-article-author {
    float: left;
    width: 100%;
    text-align: right
}

.author-thumb img {
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    position: relative;
}

.author-name {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
}

.author-thumb {
    display: inline-block;
}

.post-article-share {
    margin-top: 12px;
}

    .post-article-share.social-sticky {
        float: left;
        width: 40px;
        margin-left: -70px;
        z-index: 9;
        position: -webkit-sticky;
        position: sticky;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        top: 100px;
    }

.icon-social {
    height: 36px;
    width: 36px;
    display: grid;
    place-items: center;
    border: solid 1px #e0e0e0;
    border-radius: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
}

    .icon-social:hover svg {
        fill: #3568F0
    }

@media only screen and (max-width:960px) {
    .post.post-article {
        padding-left: 0;
    }

    .post-article-share.social-sticky {
        float: left;
        width: 100%;
        margin-left: auto;
        z-index: 9;
        position: initial;
        height: auto;
        top: auto;
        margin-bottom: 12px;
    }

    .icon-social {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        line-height: 32px;
        margin-right: 12px;
    }

    .post-article-title {
        font-size: 24px;
    }
}
/*End post article */
