  /* assets/css/post-share-style.css */
.post-meta {
    margin-bottom: 2em;
}

.post-meta:first-child {
    border-top: 7px solid black;
    padding-top: 1em;
}

.post-meta .label {
    color: grey;
    font-size: 0.8em;
    margin-bottom: 10px;
    font-family: bh-medium !important;
    text-transform: none !important;
}

.post-meta.share ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.post-meta.share ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 20px;
    border: 3px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .25s;
}

.post-meta.share ul li a {
    color: black;
    transition: all .25s;
}

.post-meta.share ul li:hover {
    border-color: var(--wp--preset--color--primary);
}

.post-meta.share ul li:hover a {
    color: var(--wp--preset--color--primary);
}
