.post-date {
    color: #FF8400;
    font-size: 15px;
    font-weight: 500;
}

.post-label {
    background: #2D87E1;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 10px 0px 0px 10px;
    padding: 25px 30px;
}

.content-wrapper {
    font-size: 16px;
    /* font-weight: 500; */
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #00000024;
    border-radius: 10px;
}

.share-text {
    color: #8AAA79;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.share-button {
    z-index: 10;

}

.share-button i {
    font-size: 40px;
    background: #FFFFFF;
}

i.fa-brands.fa-square-facebook {
    color: #5697DD !important;
}

i.fa-brands.fa-square-twitter {
    color: #1AB7EC !important;
}

i.fa-brands.fa-square-x-twitter {
    color: #000000;
}

i.fa-brands.fa-linkedin {
    color: #0B66C2 !important;
}

i.fa-brands.fa-facebook-messenger {
    color: #0084ff !important;
}

.vertical-strikethrough {
    width: 2px;
    height: calc(100% - 30px);
    background: #C8CCD1;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

li.item-current {
    display: none;
}

/* Org Chart */

.post-content-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #00000024;
    border-radius: 10px;
}

.dept-field-label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.dept-field-value {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

/* Events */

#event .event-details i {
    color: #FCBF49;
}

@media screen and (max-width: 992px) {

    .share-buttons {
        margin-top: 2rem !important;
    }

    .share-buttons .social-buttons-container {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .vertical-strikethrough {
        display: none;
    }

    .share-buttons .share-text {
        margin-bottom: 1rem !important;
    }

    .post-label {
        border-radius: 10px;
    }
}