/* Hide Current Issue only for books on site homepage */

.page_index_site a[href*="books/issue/current"] {
    display: none !important;
}
/* Replace ONLY View Journal for books – preserve underline & hover */

.page_index_site .links .view a[href*="/books"] {
    font-size: 0;
}

/* EN */
html[lang="en"] .page_index_site .links .view a[href*="/books"]::after {
    content: "Browse Volumes";
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
}

/* IT */
html[lang="it"] .page_index_site .links .view a[href*="/books"]::after {
    content: "Sfoglia i Volumi";
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
}

/* Hover effect */
.page_index_site .links .view a[href*="/books"]:hover::after {
    text-decoration: underline;
}