#header {
    background: #424141;
}

.jssocials-shares .jssocials-share-link {
    font-size: 20px;
}

.jssocials-shares .jssocials-share-link {
    padding: .5em .6em;
}

a.jssocials-share-link {
    width: auto;
    height: 40px;
}

.jssocials-shares {
    gap: 0px;
}

.article-single {
    padding: 100px 0;
    scroll-snap-type: y mandatory;
}

.parallax-section {
    scroll-snap-align: start;
}

.toc {
    position: fixed;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    z-index: 999;
}

.toc li.active {
    font-weight: bold;
    transform: scale(1.1);
}

.breadcrumb {
    color: #d3d3d3;
    margin-bottom: 50px !important;
}

.breadcrumb a {
    color: #d3d3d3 !important;
    padding: 0 5px;
    text-decoration: none !important;
}

.breadcrumb .post-title {
    padding-left: 5px;
    color: initial;
}

.article-single .article-meta {
    justify-content: center;
    align-items: baseline;
    gap: 15px;
    padding: 30px 0;
}

@media screen and (max-width: 1200px) {
    
    .article-wrapper {
        padding: 0 30px;
    }

    .breadcrumb {
        padding-left: 30px;
    }
    
    .breadcrumb .post-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
}

@media screen and (max-width: 768px) {

    .breadcrumb {
        font-size: 12px;
        margin-bottom: 30px !important;
    }
    
    .article-single {
        padding: 60px 0;
    }

    .article-single .article-meta {
        flex-wrap: wrap;
    }
    
}