.ocm-post-list-buttons {
    display: flex;
}
a.ocm-tooltip {
    height: 25px;
    width: 25px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}
a.ocm-tooltip.ocm-copy-link{
    background: #ff7f50;
}
a.ocm-tooltip.ocm-copy-text{
    background: #2ed573;
}
.ocm-post-hidden-fields {
    display: none;
}