.online-first,
.volumes > .volume {
    margin-bottom: 1em;
}

.online-first > a {
    color: blue;
    font-weight: bold;
}

.volumes > .volume > .volume-year {
    color: var(--default-font-color);
    font-weight: bold;
}

.volumes > .volume > .volume-numbers {
    margin-left: 1em;
}

.volumes > .volume > .volume-numbers > .volume-number > a > .month {
    color: blue !important;
    font-weight: bold;
}

.volumes > .volume > .volume-numbers > .volume-number > a > .volume-info {
    color: var(--default-font-color);
    font-weight: bold;
}