.post-meta,
.post-toc {
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #5d7588;
    font-size: 1rem;
}

.post-meta__item {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.post-meta__icon {
    color: #4eaff3;
    font-weight: bold;
}

.post-toc {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #dededf;
    border-radius: .75rem;
    background: #fff;
}

.post-toc__heading {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: 1rem 1.25rem;
    color: #1c495a;
    font-size: 1.125rem;
    font-weight: bold;
}

.post-toc__heading-icon {
    width: 1.35rem;
    height: 1.35rem;
    color: #4eaff3;
}

.post-toc__list {
    margin: 0;
    padding: 0 1.25rem 1rem;
    list-style: none;
}

.post-toc__item {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    margin: .35rem 0;
}

.post-toc__item--h3 {
    margin-left: 1.25rem;
}

.post-toc__number {
    min-width: 2.25rem;
    color: #5d7588;
    font-weight: bold;
}

.post-author__linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: .5rem;
    border-radius: 50%;
    background: #4eaff3;
    color: #fff;
    transition: transform .2s ease, background-color .2s ease;
}

.post-author__linkedin:hover,
.post-author__linkedin:focus {
    background: #1e99f0;
    color: #fff;
    transform: scale(.95);
}

.post-author__linkedin svg {
    width: 1.45rem;
    height: 1.45rem;
}

@media (max-width: 700px) {
    .post-meta {
        gap: .5rem 1rem;
    }
}
