/* ============================================
   VARIABILI CSS
   ============================================ */
:root {
    --bg-primary-color: #3c62a5;
    --bg-white-color: #fff;
    --bg-grey-color: #e2e2e2;
    --text-darker: #19191a;
    --text-white: #fff;
    --primary-color: #3c62a5;
    --border-primary-color: #3c62a5;
}

/* ============================================
   STILI BASE GENERALI
   ============================================ */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--bg-primary-color);
}

.btn-primary{
    background-color: var(--bg-primary-color);
    border-color: var(--border-primary-color);
    padding: 8px 12px;
}

.btn-primary:hover, .btn-primary:focus-visible
{
    background-color: var(--bg-primary-color);
    color: #fff;
    border-color: var(--border-primary-color);
}

.border-primary{
    border-color: var(--border-primary-color) !important;
}

a, a.read-more {
    color: var(--primary-color);
}

img {
    max-width: 100%;
}

sup {
    line-height: 0.8;
    margin-right: 5px;
}

/* ============================================
   HEADER E NAVBAR
   ============================================ */
.it-header-center-wrapper {
    background-color: var(--bg-white-color);
}

.it-header-navbar-wrapper,
.it-footer-main
{
    background-color: var(--bg-primary-color);
}

.it-header-slim-wrapper,
.it-header-slim-wrapper .navbar{
    background-color: var(--bg-white-color);
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a,
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon{
    color: var(--text-darker);
    fill: var(--text-darker);
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon{
    background-color: var(--bg-grey-color);
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg{
    fill: var(--text-darker);
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.it-header-center-wrapper .it-header-center-content-wrapper{
    padding-left: 0;
}

.it-header-slim-wrapper.ojs-top-menu,
.it-header-slim-wrapper.ojs-top-menu .it-header-slim-wrapper-content .header-slim-right-zone {
    background-color: var(--bg-primary-color);
}

@media (min-width: 992px) {
    .it-header-slim-wrapper.ojs-top-menu,
    .it-header-slim-wrapper.ojs-top-menu .it-header-slim-wrapper-content .header-slim-right-zone {
        height: 28px;
    }
    .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
        top:28px !important;
        left: 28px;
    }
    .navbar .navbar-collapsable{
        left: -41px;
    }
}

.pkp_page_login .it-header-wrapper{
    z-index: 6;
}

.task_count {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary-color);
    padding: 0 6px;
    margin-left: 6px;
    margin-right: -6px !important;
    border: 1px solid var(--border-primary-color);
}

.header_view {
    height: 50px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

.header_view .return {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header_view .return:hover {
    background-color: #007bff;
    color: white;
    transform: translateX(-3px);
}

.header_view .return svg {
    width: 20px;
    height: 20px;
}

.header_view .download {
    padding: 8px 15px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
}

.header_view .download:hover {
    background-color: #218838;
}

.pkp_screen_reader {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.header_view a {
    color: #fafafa;
    text-decoration: none;
}

.pkp_page_issue .breadcrumb-container,
.pkp_page_about .breadcrumb-container{
    margin-left: -10px;
}

/* ============================================
   FOOTER
   ============================================ */
footer svg {
    fill: #fff;
}

.it-footer .it-footer-main .d-inline-block{
    margin-left: -20px;
}

/* ============================================
   BRAND / LOGO
   ============================================ */
.it-brand-text{
    margin-left: 10px;
}

.it-brand-text h2, .it-brand-text h3 {
    color: #FFFFFF;
}

@media (max-width: 575px) {
    .it-brand-wrapper img {
        height: auto;
        width: 80%;
        margin-left: 25px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .it-brand-wrapper img {
        height: auto;
        width: 40%;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .it-brand-wrapper img {
        height: 165px;
        margin-left: -35px;
    }
}

#logoImage{
    width: 120px;
}

/* ============================================
   SEARCH BOX
   ============================================ */
#collapseSearchForm {
    position: absolute;
    top: 100px;
    z-index: 99;
    right: 0;
}

@media (min-width: 1200px) {
    #collapseSearchForm {
        position: absolute;
        top: 100px;
        z-index: 99;
        right: 350px;
    }
}

#collapseSearchForm .card {
    border: 1px solid #ccc;
}

#collapseSearchForm .card::after {
    display: none;
}

#collapseSearchForm .form-group {
    margin: 2rem 1rem;
}

#collapseSearchForm .search_controls {
    display: none;
}

/* ============================================
   NAVIGATION
   ============================================ */
.link-list-wrapper ul li a {
    margin: 15px 0;
    line-height: 1.5em;
}

.navbar .dropdown-menu .link-list-wrapper ul li a span, .navbar .dropdown-menu .link-list-wrapper ul li a i{
    color: var(--primary-color);
    text-transform: none;
    white-space: nowrap;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle{
    text-transform: none;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu .link-list-wrapper ul li a {
        color: var(--primary-color);
        text-decoration: none;
        background-color: transparent;
        padding: 10px 25px;
        transition:
                color 0.3s ease,
                background-color 0.3s ease,
                transform 0.2s ease;
    }

    .navbar .dropdown-menu .link-list-wrapper ul li a:hover {
        background-color: var(--bg-primary-color);
        transform: translateY(-2px);
    }

    .navbar .dropdown-menu .link-list-wrapper ul li a:hover span {
        color: var(--text-white);
        transition: color 0.3s ease;
    }

    .navbar .dropdown-menu .link-list-wrapper ul li a:hover span.task_count {
        color: var(--text-darker);
    }
}



/* ============================================
   SLIDESHOW / CAROUSEL
   ============================================ */

/* Highlights sidebar — nascondi frecce Splide */
.highlights .splide__arrows,
.highlights .splide__arrow {
    display: none !important;
}
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside h5.card-title.big-heading {
    color: var(--primary-color);
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
    width: 50%;
}

@media (min-width: 992px) {
    .owl-carousel .owl-stage {
        max-height: 360px;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper img {
        width: 100%;
        height: auto;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper {
        padding: 5px;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper img {
        margin: 0 auto;
        -webkit-box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.25);
        box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.25);
    }
}

@media (min-width: 1200px) {
    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .img-responsive-wrapper .img-responsive .img-wrapper img {
        width: auto;
        height: 100%;
    }
}

/* ============================================
   SEARCH PAGE
   ============================================ */
.dateFrom .bootstrap-select:nth-child(2),
.dateTo .bootstrap-select:nth-child(2) {
    width: 20% !important;
}

.dateFrom .bootstrap-select:nth-child(3),
.dateTo .bootstrap-select:nth-child(3) {
    width: 50% !important;
}

.dateFrom .bootstrap-select:nth-child(4),
.dateTo .bootstrap-select:nth-child(4) {
    width: 15% !important;
}

/* ============================================
   PAGINATION
   ============================================ */
nav.pagination-wrapper.pagination-total.ojspagination {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    display: block;
}

.ojspagination a {
    display: inline-block;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 4px;
    border: none;
    font-size: .88889rem;
    font-weight: 600;
    color: #5b6f82;
    background-color: transparent;
    padding: 9px 13px;
    text-decoration: none;
}

.ojspagination a:hover {
    color: var(--primary-color);
    background-color: transparent
}

.ojspagination strong {
    display: inline-block;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 4px;
    border: 1px solid #06c;
    color: var(--primary-color);
    pointer-events: none;
    padding: 9px 13px;
}

.pagination .page-item .page-link.text {
    color: var(--primary-color);
}

.pagination .page-item .page-link span.d-inline-block {
    margin-right: .5rem
}

.pagination .page-item .page-link:hover {
    color: var(--primary-color);
    background-color: transparent
}

.pagination .page-item .page-link:hover .icon {
    fill: var(--bg-primary-color);
}

@media (min-width:576px) {
    .upload[type=file] + label {
        font-size: .889rem
    }

    .pagination .page-item .page-link {
        height: 2.66667rem;
        min-width: 2.66667rem
    }
}

/* ============================================
   CLASSI UTILITY
   ============================================ */
.pageTitle {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.creative-commons img {
    width: 88px;
    height: 31px;
}

.it-list-wrapper .it-list a .it-right-zone.pdf {
    border-bottom: 0;
}

.collaout-pdf {
    position: absolute;
    font-size: 1rem;
    padding: 0 1.389rem;
    background: #fff;
    top: -.78em;
    right: 30px;
}

.collaout-pdf img {
    max-height: 60px;
    width: auto;
}

.btn-galley,
.btn-outline-primary {
    display: inline-flex;                /* mantiene icone e testo allineati */
    align-items: center;
    justify-content: center;
    color: var(--text-darker);
    background-color: transparent;
    box-shadow: inset 0 0 0 2px var(--bg-primary-color);
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    transition:
            color 0.25s ease,
            background-color 0.25s ease,
            box-shadow 0.25s ease,
            transform 0.2s ease;
}

.galley-btn .btn-outline-primary:hover {
    color: var(--text-white);
    background-color: var(--bg-primary-color);
    box-shadow: inset 0 0 0 2px var(--bg-primary-color);
    transform: translateY(-2px);
    fill: #FFFFFF;
}

.galleys .btn-galley,
.download .btn-galley,
.download .btn-xml{
    color: var(--text-darker);
    background-color: transparent;
    box-shadow: inset 0 0 0 2px var(--bg-primary-color);
    padding: 8px 14px;
    border-radius: 4px;
    transition:
            color 0.25s ease,
            background-color 0.25s ease,
            box-shadow 0.25s ease,
            transform 0.2s ease,
            fill 0.25s ease;
}

.galleys .btn-galley:hover,
.download .btn-galley:hover,
.download .btn-xml:hover{
    color: var(--text-white);
    background-color: var(--bg-primary-color);
    transform: translateY(-2px);
}

.galleys .btn-galley:hover .icon.pdf,
.download .btn-galley:hover .icon.pdf,
.download .btn-xml:hover .icon{
    fill: #FFFFFF;
}

.galleys .language{
    margin-left: 4px;
}

.bg-custom-article{
    background-color: var(--bg-primary-color);
}

.clickable-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.clickable-card:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* ============================================
   ADDITIONAL INFORMATION
   ============================================ */
section img {
    max-width: 100%;
}

.section-title h2{
    font-size: 1.4rem;
}

.editorial-guidelines {
    margin: 2rem 0;
}

.sections-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.section-policy {
    background: #f8f9fa;
    border-left: 4px solid var(--primary-color);
    padding: 1.5rem;
    border-radius: 0 4px 4px 0;
}

.section-title {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.policy-content {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.submit-instruction {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    font-style: italic;
}

/* ============================================
   INDICE FASCICOLO
   ============================================ */
.callout.note .full-issue a {
    color: #ffffff;
}

.callout.note .full-issue a img {
    height: 24px;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

.callout:not(.callout-highlight):not(.callout-more) .callout-title .text {
    font-size: 1.555rem;
    line-height: 1.428;
    font-weight: 600;
}

.callout:not(.callout-highlight):not(.callout-more) .callout-title:before {
    border-color: #06c;
}

.callout:not(.callout-highlight):not(.callout-more) .callout-title .text:after {
    border-color: #06c;
    top: 0.5em;
}

.section-title {
    font-size: 1.1rem;
    color: var(--primary-color);
}

.callout.note .section-title .icon {
    fill: #fff;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
}

.journal-section .it-list-wrapper .space-author .article-author {
    font-family: Lora, Georgia, serif;
    font-size: .889rem;
    color: #5b6f82;
}

.journal-section .it-list-wrapper a,
.pkp_page_section .it-list-wrapper a,
.pkp_page_search .it-list-wrapper .it-list a,
.it-footer-main a{
    text-decoration: none;
}

.journal-section .it-list-wrapper a:not(.btn):hover,
.pkp_page_section .it-list-wrapper a:not(.btn):hover,
.pkp_page_search .it-list-wrapper .it-list a:not(.btn):hover,
.it-footer-main a:not(.btn):hover
{
    text-decoration: underline;
}

.issue .card-body img{
    max-height: 200px;
    width: auto;
}

.issue{
    top: -12px;
    left: 15px;
    background-color: white;
    padding-bottom: 2px;
}

.article-title{
    font-size: 1.125rem;
}

.citation_formats ul li a:hover{
    background-color: var(--primary-color);
    color: var(--text-white);
}

.citation_formats .dropdown-menu:before{
    content: none;
}

/* ============================================
   COLONNA DESTRA / SIDEBAR
   ============================================ */
#information .avatar {
    background: none;
    border-radius: 0;
}

#information .avatar img {
    border-radius: 0;
}

.heading-section {
    padding: 10px;
    word-break: break-all;
    border-top: 1px solid var(--bg-primary-color);
    border-bottom: 1px solid var(--bg-primary-color);
}

.col-lg-3.col-md-4 .heading-section {
    border-top: 0;
    border-bottom: 0;
}

.heading-section h3 {
    margin: 0;
    color: var(--primary-color);
    font-size: 24px;
}

.heading-section .icon {
    width: 28px;
    height: 28px;
}

.heading-section h3 svg {
    margin-right: 10px;
    vertical-align: text-top;
    fill: var(--bg-primary-color);
    font-size: 24px;
}

@media (min-width: 768px) {
    .heading-section h3 {
        font-size: 18px;
    }
    .heading-section .icon {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 992px) {
    .heading-section h3 {
        font-size: 20px;
    }
    .heading-section .icon {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 1200px) {
    .heading-section h3 {
        font-size: 24px;
    }
    .heading-section .icon {
        width: 28px;
        height: 28px;
    }
}

.card-body img {
    max-width: 100%;
}

.orcid img,
.orcid svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.orcidImage img {
    width: 16px;
    height: auto;
    vertical-align: middle;
}

.nav-tabs .nav-link.active .icon{
    fill: var(--bg-primary-color);
}

.nav-tabs .nav-link .icon:hover {
    fill: var(--bg-primary-color);
}

.flex-column-reverse .nav-tabs .nav-link.active, .flex-column-reverse .nav-tabs .nav-item.show .nav-link {
    border-top-color: var(--bg-primary-color);
}

/* Gestisce visibilità dei titoli del custom block creati con il plugin Custom Block Manager */
div.block_custom h2.pkp_screen_reader.title {
    display: none;
}

/* ============================================
   NEWS
   ============================================ */
.card-wrapper.card-space .card.border-bottom-card::before {
    display: none;
}

/* ============================================
   ARCHIVE
   ============================================ */
.row-year {
    margin-bottom: 30px;
}

.row-year h2 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    width: 100%;
}

.card.card-issue {
    margin: 5px 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.card.card-issue::after {
    display: none;
}

.card.card-issue .card-title {
    font-size: 16px;
    margin: 15px 0 15px 15px;
}

.card.card-issue .card-block {
    padding-bottom: 20px;
}

.card a.read-more {
    bottom: 12px;
    left: 24px;
}

.download-pdf {
    position: absolute;
    bottom: 12px;
    right: 36px;
}

.card-issue .download-pdf {
    background-color: var(--bg-primary-color);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.download-pdf img {
    height: 30px;
    width: auto;
}

@media (min-width: 768px) {
    d.card-issue .card-block {
        padding-bottom: 50px;
    }
    .card.card-issue .card-title {
        margin: 15px 0;
    }
    .card a.read-more {
        left: 115px;
        bottom: 12px;
    }
    .download-pdf {
        bottom: 12px;
        right: 24px;
    }
}

/* Usa una classe più specifica sul contenitore principale */
.issue-card-wrapper .issue-cover-container {
    width: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.issue-card-wrapper .issue-cover-image {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
}



/* ============================================
   ARTICLE DETAIL
   ============================================ */
.detail-article-title {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.detail-article-authors {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.5rem;
}

.card .card-body h3.card-title{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: hsl(210, 33%, 28%);
    margin-bottom: 16px;
    transition: all .3s;
}

.detail-article-keywords {
    border-top: 1px dotted #06c;
    border-bottom: 1px dotted #06c;
    padding: 10px 0;
    margin-bottom: 20px;
}

.detail-article-abstract h4,
.detail-article-abstract h5,
.detail-article-abstract h6,
.detail-article-content h4,
.detail-article-content h5,
.detail-article-content h6,
.detail-article-references h4,
.detail-article-references h5,
.detail-article-references h6 {
    color: var(--primary-color);
}

.detail-article-abstract h3,
.detail-article-content h3,
.detail-article-references h3 {
    font-size: 1.4rem;
    padding-bottom: 10px;
    position: relative;
}

.title-abstract{
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--primary-color);
}

.detail-article-abstract{
    background-color: rgba(221, 221, 221, 0.62);
}

.detail-article-abstract h4,
.detail-article-content h4,
.detail-article-references h4 {
    font-size: 1.4rem;
}

.detail-article-abstract h5,
.detail-article-content h5,
.detail-article-references h5 {
    font-size: 1.2rem;
}

.detail-article-reference span {
    font-weight: 900;
}

.card-wrapper {
    border: 1px solid rgba(0,0,0,.125);
}

#pdf a img {
    height: 24px;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

.tab-content{
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}

.icon.pdf{
    fill: #000000;
}


/* ============================================
   ANNOUNCEMENTS
   ============================================ */
.description img {
    float: left;
    margin-right: 10px;
}

/* ============================================
   SHARIFF (SOCIAL SHARING) — solo icone, nessun box
   ============================================ */

/* Riga singola senza wrap */
.shariff .orientation-horizontal {
    flex-wrap: nowrap !important;
    align-items: center;
}

/* Rimuove box colorato e dimensioni fisse dal li e dall'<a> */
.shariff .shariff-button,
.shariff .shariff-button a,
.shariff .shariff-button a:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    width: auto !important;
    line-height: 1 !important;
    position: static !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
}

/* Nasconde testo e icone Font Awesome */
.shariff-button a span {
    display: none !important;
}

.shariff-button.facebook a:after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABhUlEQVR4nNWWv0oDQRCHPxKNolGshSgiGBWsRAQb8QXEyiamUNDCQgwIVoK9T2BvIZpCsLYRFATFN1AsvAT/xTdQFjZwHLt3O3HvwB8MHNzMfDe7M7sH/0z9wCRQ1s+paQCoAnXgG/iJWAs4B9a075/VDWwBTQPMZh/APtDTKXQEeBQAo/YAlKTQOWGVNmsAs5JKfUDD8FIStCBc3itgE1gCFoFl4NDgd6/7xaodAbRmybFg8d+2QdUYvDlCL2M+3gZuAkVTQFVQ7Uokdho4Ao6Bi5i4iglcF4DDzZIHXhzjzkzglgAcPianBHGfpv2VjEj4VJoXxhbD4HKG4AkJ+Bp3rUrAQx7BBwm5BiXNJQGfxOT5ko7Ts77q2qZGqK3hyLsn6ThtZNBc6yZwLxCkCG4Afbb92UsRXIvpC7qA2xTAd0nXotIY8O4RrHKN4ih1/r56AKt9nXGFtjUes+wu4Bu9eh0pr5siEIBVlbtADg8q6B+FU504Cg704VDRvpkolxXIi34BR2yujKngUJ0AAAAASUVORK5CYII=");
}

.shariff-button.twitter a:after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAB/ElEQVR4nO3WS4hOYRgH8N8Mg8hQiiLXyQZFiaLEgiwQxUIIC5fcigUlU7KSS9lIxFbNQiiRSEnJAsmllAVFkST3XBqX3nqmvt7mNN+Z+b5s5l+nzvmf533+73mf9/zfh178J4zDpoJrdTfyLYmxQ7oK7IcH+IV72fUN60uIrsEfHKl2wCR8x4qM34BPGFtFjjn4gXNoLDFZe/AOIzL+Em51kawlxt7FICXRiJu4mPHD8RY7C8YNwzO86GTSVWM8PmNtxi+LUkzO+AG4HeWYoofYjI8Yk/FncR9N8dwQXNqU89UIl3EjkndgKF5ifzwfih28Tg0xEu+xI+MXxhcew18cUAesLKjriRBty1akpmgLI+moa8LA2MVH1RFD8QqtGT8rlnxePcUXhMiMjD8Y/25zvYT74Ckeo38Fn+4f4nS9hI/jd7jX4ezd1PDnxbUW3RU7eDdmx5LPzWL2xqSStdYEi9COMxVc+uLnGJx5fDpELtRCdDq+4ir6dlLXU1n8BHzBqp52JG/wpKCLmIafsSKV2IoPGN0d0WY8wutODolK7IuYdCR2ILnYFVwv62hNuBbtzswuYtPy38H5Ao/fUkb4ZGympVXGt0Rdk6fnfVea/MRqkrTGb7OtzEyxPcTzJrE9GoRkPoVIpr8Ry5VHQ5zHRe3xqG7k7IUe4x/uvm7jSzRtBgAAAABJRU5ErkJggg==");
}

.shariff-button.linkedin a:after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVR4nO2Wuw4BQRiFvxU6l0Kj8wIaFRWVxAZvofcaKs/hAXQ6IipvoNoVUYpCRNgVyWwyprHFzKzLnuQUc/7z5ytmioFU/6gesANCTfYBNw7Y1wiN7MUBh4b8VurCEVgCZ5vgE1AVeR242QKvlZlnC3wBGiIfAIHNO74D+yQe11h4Is4HKZsBW2AE9IEhsNIFdkSeF+eN1G0CJWU/A8xNgyOVeVXHNNgBFiKfSnnFNLgm9a5AVuQ50+CW0i1Is8AkuK10iymYbwSHmvy5YD+pr4+rGf6EduOAU/2WHkbFex+cdcctAAAAAElFTkSuQmCC");
}

.shariff-button.whatsapp a:after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABkklEQVR4nO2Wvy8EQRTHP371WtyJgoqORK1H/AOiQHMcDQqlQqVRKC6IEBFRKVxoFQq1hNVJJCohDidyd04meZKJ7MzOzm1Ecd9kmtn35rPv7XtvFur6h+oEssAZEABvsgLZmwXSSQI7gBxQBqoRqwIcAV21QseAVwfg71UARn2h8xJBXKge/ZxPpJUaoDrcOfKUZ3ptaW93AW+HOH8Ba8Ai8OkB33RpmbDqXddsdj3AZcmkUVmDY69mM+iZ8hkb+NTgpL9tM/DiAc7bwLcGJ1XlP1r1jDiwgQsGp3OgoYZvXJWzjSpaHKfFphW4Shp8b3F8B/q1+X2hPbuWVrvzTfVJxFs/AH1i2yRj9RLolr0WYBL4iFtcCw4pewKGLGeoWngO8cvYwKkY198W0BNyxniIfSlqgCjtxCwaleoVYAk4NlwuORw05dkupqWGTZsL+DBBqIp+xAXaCDwmCFWz30kDCaZ3mBhaDmn6DWBfKjMKWJJCcvqmug6APWAipPzT0ud5mXBF+VO5kb2MS8vUxV/rG7IOoQHC2/TlAAAAAElFTkSuQmCC");
}

.shariff-button.mail a:after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABEElEQVR4nO3UPS9EQRTG8Z+XiEQoVBL7YSRaKjodHZ3GV1Aolbai0+lU2i1pVHyA/QLeWVk5Jte1V3bYVWzuPzm5c2fOPM/N3DmHmppRZgGX6AwprtEomy7Hcx6tIZi2Qrvo9cEj1mM8g/MBml5gLrRXcV807ia8YDPep3A6ANMzTIfmBp5j/otxN96wG3MTOPqD6TEmQ2sHr4W1b8afsR/zYzj4hekhxkNjr8d6pXE/m6uin49OVImcFI5ru3Rc5Sj/puYPuYmcC/LUIyf3Yib6KYnZyF3BXWHtAWuZpZjIbQJLuMVNjHObTyKn7S3q3W6vMnQSOaXSxlb03UaM25kaic4/R6I27oy8cU3N6PAOZuyuMigmDjQAAAAASUVORK5CYII=");
}

/* ============================================
   COVER IMAGE
   ============================================ */
@media (max-width: 991px) {
    .detail-article-abstract {
        display: grid;
    }
    .detail-article-abstract figure {
        order: 2;
    }
    .detail-article-abstract p {
        order: 1;
    }
}

@media (min-width: 992px) {
    .cover-article{
        width: 35%;
        float: right;
        margin-left: 20px;
    }
}

.detail-article-abstract .figure{
    margin-top: unset;
}

.figure-caption{
    font-size: 0.8rem;
    line-height: 1rem;
}

.figure-caption span{
    font-weight: bold;
    color: #301a1d;
}

/* ============================================
   JATS PARSER
   ============================================ */
.jatsParser__article-fulltext h2, h2, h3 {
    font-size: 1.8rem;
    line-height: 1.2;
}

.jatsParser__intraarticle-menu {
    border: 1px solid #dfe4f2;
}

.jatsParser__nav-link:before,
.jatsParser__subnav-link:before{
    content: " ";
    display: inline-block;
}

.jatsParser__nav-link.active {
    font-weight: bold;
}

.jatsParser__subnav-link.active {
    font-weight: bold;
}

@media (min-width: 992px){
    .article-sidebar {
        position: sticky;
        top: 85px;
        align-self: flex-start;
    }
}

.jatsParser__navbar-items,
.jatsParser__subnavbar-items {
    padding-left: 15px;
}

.jatsParser__nav-link,
.jatsParser__subnav-link {
    display: block;
    padding: 5px;
}

.jatsParser__references-list {
    margin-top: 10px;
}

.jatsParser__references-list li {
    border-bottom: 1px solid #c5c7c9;
    padding: 16px 0;
}

.jatsParser__references-list li:last-child {
    border-bottom: none;
}

.expand-button-container{
    display: flex;
    justify-content: end;
}

button.jatsParser__expand {
    background-color: #ab1005;
    border: 0;
    border-radius: 5px;
    color: #fafafa;
    padding: 5px 10px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.jatsParser__expand:hover {
    background-color: #e0e0e0;
}

.jatsParser__modal {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
    margin: 0;
    background-color: #fff;
    padding: 52px 60px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .jatsParser__modal {
        padding: 60px 20px 20px 20px;
    }
}

@media (max-width: 575px) {
    .jatsParser__modal {
        padding: 60px 10px 10px 10px;
    }
}

.jatsParser__modal .caption, .jatsParser__modal caption {
    font-size: 16px;
    color: #000;
}

.jatsParser__modal caption {
    margin-top: 20px;
}

.jatsParser__modal .notes {
    margin-top: 5px;
}

.table.jatsParser__modal{
    display: block;
}

.jatsParser__modal .table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: Arial, sans-serif;
}

.jatsParser__modal th,
.jatsParser__modal td {
    border: 1px solid #ddd;
    padding: 8px;
}

.jatsParser__modal tr:nth-child(even) {
    background-color: #f2f2f2;
}

.jatsParser__modal tr:hover {
    background-color: #ddd;
}

.jatsParser__fade {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
    position: fixed;
}

#jatsParser__close {
    display: inline-block;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 14px;
    padding: 9px 12px 9px 12px;
    background-color: #ab1005;
    border: 0;
    border-bottom-left-radius: 5px;
    color: #fafafa;
    cursor: pointer;
}

#jatsParser__close:hover {
    background-color: #404040;
    color: #fff;
}

.jatsParser__intraarticle-menu{
    background-color: #fff;
}


.jatsParser__article-fulltext caption {
    color: var(--primary-color);
    font-size: 17px;
}

.jatsParser__article-fulltext .caption {
    color: var(--primary-color);
    font-size: 17px;
}

#articleAccordion{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    width: 400px;
}

.accordion.accordion-background-active .accordion-header .accordion-button[aria-expanded=true] .icon {
    fill: #fff;
}

.jatsParser__intraarticle-menu {
    position: relative;
    transition: top 0.6s ease;
    will-change: top;
}

.jatsParser__intraarticle-menu {
    max-height: calc(100vh - 230px) !important;
    overflow-y: auto !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

table th, table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ccc;
}

table th {
    background-color: var(--bg-primary-color);;
    color: white;
}

table td {
    background-color: #f9f9f9;
    color: #333;
}

#bibliography-table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 768px) {
    table th, table td {
        font-size: 12px;
        padding: 8px 10px;
    }
    table th, table td {
        white-space: nowrap;
    }
}

.jatsParser__article-fulltext .table tbody {
    background-color: #f9f9f9;
}

.jatsParser__navbar-items > .jatsParser__nav-link {
    text-transform: uppercase;
    text-decoration: none;
}

#jatsParserFullText.no-full-text a{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    background-color: var(--bg-primary-color);;
    border-color: var(--bg-primary-color);;
    color: #fff;
    cursor: pointer;
}

#jatsParserFullText.no-full-text a:hover {
    background-color: var(--bg-primary-color);;
    border-color: var(--bg-primary-color);;
}

#jatsParserFullText.no-full-text a{
    text-decoration: none;
    color: #fff;
}

.jatsParser__hide {
    display: block;
    transition: all 0.3s ease-in-out;
}

.jatsParser__article-mobile-view .article-section-content {
    padding: 1rem;
    background-color: #f8f9fa;
    border-left: 3px solid var(--bg-primary-color);;
    margin-bottom: 1rem;
    display: none;
    transition: all 0.3s ease-in-out;
}

.jatsParser__article-mobile-view .article-section-title.active + .article-section-content {
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.jatsParser__references-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.jatsParser__references-list li:last-child {
    border-bottom: none;
}

.jatsParser__references-list a {
    color: var(--primary-color);
    text-decoration: none;
}

.jatsParser__references-list a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .jatsParser__article-mobile-view h2.article-section-title {
        font-size: 1.1rem;
        margin-top: 1.2rem;
    }

    .jatsParser__article-mobile-view .article-section-content {
        padding: 0.8rem;
    }

    .obj_article_details .item>*:last-child {
        margin-bottom: 0;
        margin-left: 60px;
    }
    .obj_article_details .item>*:first-child {
        margin-top: 0;
        margin-left: 60px;
    }
    .details-wrapper,h2.article-section-title+.jatsparser-section-content {
        display:none
    }
    h2.article-section-title{
        cursor: pointer;
        position: relative;
        background: #f8f9fa;
        padding: 15px 27px;
        border-radius: 15px;
        font-size: 1.1rem;
        border: 1px solid #ddd;
        transition: background-color 0.3s;
    }

    h2.article-section-title:after {
        content: '';
        position: absolute;
        display: block;
        border-style: solid;
        border-width: 0 5px 5px;
        border-color: transparent transparent #000;
        right: 30px;
        top: 25px;
        height: .3125rem;
        width: .3125rem
    }

    h2.article-section-title.jatsParser__references:after {
        content: '';
        position: absolute;
        display: block;
        border-style: solid;
        border-width: 0 5px 5px;
        border-color: transparent transparent #000;
        right: 30px;
        top: 20px;
        height: .3125rem;
        width: .3125rem
    }

    h2.article-section-title.active:after {
        transform: rotate(180deg)
    }
    h2.article-section-title.jatsParser__references.active:after {
        transform: rotate(180deg)
    }

    .article-container {
        margin-bottom: 200px
    }

    .galley-article-meta h1 {
        font-size: 30px
    }

    .article-fulltext {
        margin-top: 30px
    }

    h2.article-section-title.active+.jatsparser-section-content,h2.article-section-title+.jatsparser-section-content.active {
        display: block
    }
    .jatsParser__hide {
        display: none;
    }

    h3.article-section-title{
        cursor: pointer;
        background: #f8f9fa;
        padding: 5px;
        border-radius: 15px;
        font-size: 0.8rem;
        border: 1px solid #ddd;
        transition: background-color 0.3s;
        margin-left: 24px;
    }

    .article-section-title.active {
        background-color: var(--bg-primary-color);
        color: white;
    }

    h2.jatsParser__references {
        margin-top: unset !important;
        padding: 14px 14px;
    }
}

/* Pulsante "Torna su" */
.return-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    opacity: 1;
    transition: background-color 0.3s, opacity 0.3s;
}

.return-button:hover {
    background-color: #0056b3;
    opacity: 0.8;
}

/* ============================================
   HTML PLUGIN / GALLEY
   ============================================ */
#htmlContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 2.143rem;
}

#htmlContainer iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#pdf a img, .download img, .tab-pane a img {
    height: 24px;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

/* ============================================
   CUSTOM MODAL
   ============================================ */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-modal-img-container {
    width: 100%;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.custom-modal-img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}

.custom-modal-table-container {
    width: 90%;
    max-width: 900px;
    max-height: 80vh;
    overflow: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.caption.custom-modal-caption span{
    color: white;
}

.custom-modal .custom-image-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-modal .custom-table-container span{
    color: white;
}

.custom-modal .custom-table-container {
    max-width: 100%;
    max-height: 80vh;
    overflow: auto;
    padding: 15px;
    margin: 0 auto;
}

.custom-modal table {
    min-width: 600px;
}

.custom-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border: 1px solid #ddd;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

.custom-expand-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    border: none;
    padding: 9px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 10;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-expand-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

figure:hover .custom-expand-btn {
    opacity: 1;
    transform: scale(1);
}

table:hover .custom-expand-btn {
    opacity: 1;
    transform: scale(1);
}

/* ============================================
   POPOVER
   ============================================ */
.popover .popover-body {
    font-size: 0.9em;
}


/* Titillium+Web:300,400,600,700 */

/* titillium-web-300 - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-300italic - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-italic - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700italic - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600italic - latin-ext_latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* Lora:400,700 */

/* lora-regular - latin-ext_latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lora/lora-v20-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Lora/lora-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lora/lora-v20-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lora/lora-v20-latin-ext_latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-700 - latin-ext_latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lora/lora-v20-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Lora/lora-v20-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-italic - latin-ext_latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lora/lora-v20-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Lora/lora-v20-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lora/lora-v20-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lora/lora-v20-latin-ext_latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-700italic - latin-ext_latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lora/lora-v20-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Lora/lora-v20-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lora/lora-v20-latin-ext_latin-700italic.svg#Lora') format('svg'); /* Legacy iOS */
}

/* Roboto+Mono:400,700 */

/* roboto-mono-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

/* roboto-mono-700 - latin-ext_latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

/* roboto-mono-italic - latin-ext_latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

/* roboto-mono-700italic - latin-ext_latin */
@font-face {
    font-family: 'Roboto Mono';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto_Mono/roboto-mono-v13-latin-ext_latin-700italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}


/* Sidebar - Most Read Articles */
.pkp_block.block_developed_by_mostread .sidebar-heading h3,
.pkp_block .block_custom h3{
    color: var(--primary-color);
    font-size: 16px;
    letter-spacing: 0.5px;
}

.pkp_block.block_developed_by_mostread .article-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    transition: color 0.2s;
}

.pkp_block.block_developed_by_mostread .article-link:hover {
    color: #325591;
    text-decoration: underline;
}

.pkp_block.block_developed_by_mostread .most_read_article_journal .badge {
    background-color: #f0f6fc;
    color: var(--primary-color);
    font-size: 12px;
}

.pkp_block.block_custom h2{
    font-size: 16px !important;
    line-height: 1.2 !important;
}

/* Stili per h3 nel contenuto */
.pkp_block.block_custom .content a {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 5px;
    text-decoration: none;
}

.pkp_block.block_custom .content a:hover {
    color: #325591;
    text-decoration: underline;
}

.pkp_block.block_custom .content a {
    margin-bottom: 8px;
    line-height: 1.4;
}

.pkp_block.block_language{
    display: none;
}

