/* Post Social Links */
.post-social {
    margin-top: 2rem;
    border-top: 1px solid #ebebeb;
    padding-top: 1rem;
}

.post-social__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-family: Rubik, sans-serif;
}

.post-social__content {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.post-social__item {
    padding: 0;
    border: 0;
}

.post-social__link {
    display: flex;
    align-items: center;
    margin: 0 0 6px;
    white-space: nowrap;
    padding: 5px 10px;
}

.post-social__link-icon {
    margin: 0 5px 0 0;
    vertical-align: middle;
    fill: #fff;
}
