.fb-share-count-wrapper {
    clear: both;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
    align-items: stretch;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: end;

    height : 32px;
}

.fb-share-count {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2px;

    /* padding: 4px; */
    /* background: #1877f2; */
    /* border: 1px solid #1877f2; */
}

.fb-share-count > *{
    height: 100%;
}

.fb-share-display {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.fb-share-display .fb-share-number {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1;
    color: #000000;
}
.fb-share-display .fb-share-text {
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 1;
    color: #6c6c6c;
	letter-spacing: 1px;
}

.fb-share-icon {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 0px;
}

.fb-share-icon svg{
    height: 100%;
    min-width: 24px;
}

@media only screen and (max-width: 750px) {
    .fb-share-count-wrapper {
        padding : 0px 8px;
    }
}
