/* Align the counters neatly with other metadata (like DOI or Published Date) */
.viewcounter, .viewcounter-wrapper {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555555; /* Changes text to a subtle gray */
}

/* Add spacing between the Views and Downloads counters */
.viewcounter .views, .viewcounter .downloads {
    margin-right: 20px;
}

/* If it broke your sidebar or layout grid, force it to clear float blocks */
.viewcounter {
    clear: both;
    float: none !important;
}