/* 1. Forces the entire container to take full width so items don't squeeze */
.links.inline {
    width: 100% !important;
    display: block !important;
}

/* 2. Keeps all items (Counter, Print, PDF) on a single line */
.links.inline {
    white-space: nowrap !important;
}

/* 3. Adds space between the buttons so they aren't touching */
.links.inline li {
    margin-right: 15px !important;
    padding-left: 5px !important;
}