#scrollUp {
   display: none !important;
}

.author-bio {
    display: none !important;
}
.sidebar-widget.widget-about strong {
    display: none !important;
}
label[for="website"],
#website {
    display: none !important;
}
span.post-by.has-dot {
    display: none !important;
}
span.hit-count.has-dot {
    display: none !important;
}
.breadcrumb {
    text-transform: none !important;
}
.entry-meta.meta-2 .author-name {
    text-transform: none !important;
}

.ae-anno-announcement__controls {
    display: none !important;
}

button.search-icon.d-inline {
    display: none !important;
}


/* TEXT DEL MENÚ DE DESKTOP */
.main-menu > li > a {
    font-size: 14px !important;
}

/* ICONES DEL MENÚ DE DESKTOP */
.main-menu svg.icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 6px;
}

.sub-menu a {
    font-size: 14px !important;
}

.sub-menu svg.icon {
    width: 18px !important;
    height: 18px !important;
}

/* TEXT DEL TOPBAR */
.header-top-right .nav-topbar a {
    font-size: 14px !important;     /* Incrementa mida del text */
    font-weight: 500;
}


/* BOTÓ “Portal Aina” */
.header-top-right .btn {
    font-size: 14px !important;
    padding: 8px 18px !important;   /* ajust opcional per escalar millor */
}

ul.sub-menu.text-muted.font-small {
    min-width: 200px !important;
    width: auto;
}