/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 09:41:38 */
/* Breadcrumb più piccole e tutte maiuscole */
.qodef-breadcrumbs,
.qodef-breadcrumbs a,
.qodef-breadcrumbs span {
  font-size: 12px !important;      /* circa 2–3px in meno rispetto al default */
  text-transform: uppercase !important;
}


.qodef-e-stars,
.qodef-svg--star{
  display: none !important;
}

.qodef-e-author,
.qodef-e-author-name,
.qodef-e-author-job{
  font-size: 15px !important;
}

.qodef-grid-inner .qodef-grid-item{
  margin-bottom: 0 !important;
}

.menu-item a[href="#"] {
    cursor: default;
    pointer-events: none;
}

.qodef-m-title .qodef-e-link {
    text-decoration: none !important;
}

.qodef-m-title .qodef-e-link:hover {
    text-decoration: none !important;
}

h3.qodef-m-title a.qodef-e-link,
h3.qodef-m-title a.qodef-e-link:hover,
h3.qodef-m-title a.qodef-e-link:focus {
    text-decoration: none !important;
    border-bottom: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

@media (max-width: 880px) {
  #split-reverse-mobile-fix {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Colonna contenuti: prima */
  #split-reverse-mobile-fix > .e-con:nth-child(2) {
    order: 1 !important;
  }

  /* Colonna background: dopo */
  #split-reverse-mobile-fix > .e-con:nth-child(1) {
    order: 2 !important;
  }
}
