/* hero  */

.blog-hero {
    color: #fff;
    width: 100%;
    padding: 40px 16px;
    display: flex;
    background-color: #09203d;
    justify-content: center;
}

@media (max-width: 767px) {
    .blog-hero .hero-wrapper .hero-content .hero-title .post-title {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

.blog-hero .hero-wrapper {
    max-width: 900px;
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-hero .hero-wrapper .hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blog-hero .hero-wrapper .hero-content .hero-icon {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
	display: none;
    margin-bottom: 20px;
}

.blog-hero .hero-wrapper .hero-content .hero-icon img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.blog-hero .hero-wrapper .hero-content .hero-categories {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px;
    gap: 8px;
    flex-wrap: wrap;
    word-break: normal;
}

.blog-hero .hero-wrapper .hero-content .hero-categories .category {}

.blog-hero .hero-wrapper .hero-content .hero-categories .category a {
    border-bottom: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 22px;
    transition: .2s all ease-in-out;
}

.blog-hero .hero-wrapper .hero-content .hero-categories .category a:hover {
    color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.blog-hero .hero-wrapper .hero-content .hero-title {
    max-width: 700px;
    width: 100%;
    margin-bottom: 24px;
}

.blog-hero .hero-wrapper .hero-content .hero-title .post-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 64px;
}

.blog-hero .hero-wrapper .hero-content .time-written {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.blog-hero .hero-wrapper .hero-content .time-written .square-separator {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

/* end of hero  */

/* article wrapper  */

.article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article .reading-progress {
    position: sticky;
    top: 155px;
    z-index: 2;
    width: 100%;
    height: 4px;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: -4px;
}

@media (min-width: 577px) and (max-width: 1024px) {
  .article .reading-progress {
  	top: 85px!important;
  }
}

@media (max-width: 576px) {
	.article .reading-progress {
  		top: 85px!important;
  	}
}

.article .reading-progress .reading-progress-bar {
    width: 35%;
    height: 100%;
    background-color: #bf9903;
}

.article .article-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 32px 16px;
    display: flex;
}

.article .article-wrapper .contents-table {
    width: 220px;
    min-width: 220px;
}

.article .article-wrapper .contents-table .contents-sticky-wrapper {
    position: sticky;
    top: 155px;
    padding: 12px 0;
    margin-bottom: 20px;
    border-right: 1px solid #e7e7e7;
    overflow-y: auto;
    max-height: 90vh;
    max-height: calc(100vh - 50px - 20px);
}

.article .article-wrapper .contents-table .nav-title {
    color: #000;
    font-weight: bold;
    width: 100%;
    position: relative;
    padding: 4px 8px 4px 32px;
    line-height: 20px;
}

.article .article-wrapper .contents-table .nav-items {
    width: 100%;
}

.article .article-wrapper .contents-table .nav-items ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.article .article-wrapper .contents-table .nav-items ul li {
    width: 100%;
    position: relative;
    padding: 4px 8px 4px 32px;
    line-height: 20px;
}

.article .article-wrapper .contents-table .nav-items ul li a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    transition: all .3s ease-in-out;
}

.article .article-wrapper .contents-table .nav-items ul li a:hover {
    color: #bf9903 !important;
}

.article .article-wrapper .contents-table .nav-items ul li.active {
    background: rgba(5, 74, 218, .06);
}

.article .article-wrapper .contents-table .nav-items ul li.active a {
    color: #054ada;
}

.article .article-wrapper .article-contents {
    flex-grow: 1;
    padding: 0 32px;
}

.article .article-wrapper .article-contents ul, .article .article-wrapper .article-contents ol {
	margin-bottom: 24px;
}

.article .article-wrapper .article-contents ul li, .article .article-wrapper .article-contents ol li {
	margin-bottom: 8px;
}

@media (min-width: 768px) {
    .article .article-wrapper .article-contents p {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .article .article-wrapper {
        flex-direction: column;
    }

    .article .article-wrapper .contents-table {
        display: none;
    }

    .article .article-wrapper .article-contents {
        padding: 0 !important;
    }

    .article .article-wrapper .author-block {
        width: 100% !important;
        max-width: 720px !important;
        min-width: unset !important;
        margin: 0 auto;
        background-color: #f5f5f5;
        padding: 32px;
    }
}

@media (max-width: 576px) {
    .article .article-wrapper .article-contents h2 {
        font-size: 32px !important;
    }

    .article .article-wrapper .article-contents h3 {
        font-size: 24px !important;
    }
}

.article .article-wrapper .article-contents h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 50px 0 25px;
}

.article .article-wrapper .article-contents h3 {
    font-size: 40px;
}

.article .article-wrapper .article-contents img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.article .article-wrapper .author-block {
    width: 220px;
    min-width: 220px;
    padding-bottom: 16px;
}

.article .article-wrapper .author-block .author-meta {
    text-align: left;
}

.article .article-wrapper .author-block .author-meta .author-avatar {
    width: 100%;
    margin-bottom: 16px;
}

.article .article-wrapper .author-block .author-meta .author-avatar img {
    width: 85px;
    max-width: 100%;
    height: 85px;
    border-radius: 85px;
}

.article .article-wrapper .author-block .author-meta .author-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px;
}

.article .article-wrapper .author-block .author-meta .author-description {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 16px;
}

/* end of article wrapper  */