/*------------------- SISSA -------------------*/

/* header background band — full-bleed beige noise behind the title block */
.pt-news__header {
  position: relative;
  padding: 0rem 0rem 2rem 0rem;

  &:after {
    content: "";
    width: 100vw;
    height: 100%;
    /* background-image: url(/themes/custom/pt_base/images/bg-dark-noise.png); */
    background-size: 400px;
    background-repeat: repeat;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0px;
    z-index: -1;
  }
}

/* Applied on the area microsites only; this site is one of them. */
.it-page-title__wrapper {
  position: relative;
  &:before {
    background-image: url(/themes/custom/pt_base/images/bg-dark-noise.png);
     background-size: 400px;
    background-repeat: repeat;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 100%;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  &:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .pt-news__header {
    padding: 0rem 0rem 8rem 0rem;
  }
}

@media (min-width: 1400px) {
  .pt-news__header {
    padding: 0rem 0rem 6rem 0rem;
  }
}

/* date */
.pt-news__header .separator,
.pt-news__header .news-type,
.pt-news__header .date {
  color: #969696;
  font-size: 16px;
}

/* lead */
.pt-news__header .lead {
  color: var(--accent);
  font-size: 20px;
  line-height: 24px;    * {
  color: var(--accent);

    }
}

@media (min-width: 992px) {
  .pt-news__header .lead {
  color: var(--accent);
    font-size: 32px;
    line-height: 40px;
    * {
  color: var(--accent);

    }
  }
}

/* logo */
.pt-news__header .logo-container {
  margin-top: 1rem;
  height: 80px;
  img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .pt-news__header .logo-container {
    height: 70px;
  }
}
