.module-fotorama-banner .block-slogan::before, .module-fotorama-banner .block-slogan::after, .block-slogan.block-slogan--not-have-sub-title   {
    display:none !important;
}

@media only screen and (min-width: 992px) {
  .gcp-title-extra-large {
    font-size: 50px !important;
  }
  .block-title {
  font-size: 2rem;
}
.block-sub-title {
  font-size: 1rem;
}
}

.module-fotorama-banner .block-slogan {
  border: 0 !important;
}
@media only screen and (min-width: 992px) {
.block-title.block-title--module-fotorama-banner {
    text-transform:none!important;
    font-size:40px!important;
}

.block-sub-title.block-sub-title--module-fotorama-banner {
     text-transform:none!important;
    font-size:30px!important;
}
}
@media only screen and (max-width: 992px) {
.block-title.block-title--module-fotorama-banner {
    text-transform:none!important;
    font-size:25px!important;
}

.block-sub-title.block-sub-title--module-fotorama-banner {
     text-transform:none!important;
    font-size:20px!important;
}
}

div#ez-toc-container {
    margin-bottom: 40px!important;
}

/* Contenitore dei tag */
.post-tags {
  margin-bottom: 0.5rem;       /* spazio tra i tag e il titolo */
}

/* Singolo tag */
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0.5rem;
}

.post-tags .tag-dream {
  display: inline-block;
  background-color: #000;   /* grigio chiaro neutro */
  color: #fff;                 /* testo scuro */
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 20px;         /* effetto pill */
  transition: all 0.25s ease;
  text-decoration: none;       /* rimuove sottolineatura */
  margin-right: 6px;
}
.post-type-archive .module-heading {
  @media only screen and (min-width: 992px) {
    padding-top:70px!important;
  }
}

