<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-page * {
  scroll-behavior: smooth;
  scroll-margin-top: 120px;
}

.post-info-box {
  border-radius: 16px;
  height: 0;
  padding-top: 35%;
  position: relative;
}

.post-avatar {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.post-info-box .post-info-box-inner {
  position: absolute;
  background: #fff;
  right: 10px;
  bottom: 10px;
  border-radius: 16px;
}

.post-section {
  margin-bottom: 104px;
}

.post-content {
  margin: 36px 0 0;
}

.post-content img {
  border-radius: 16px;
  max-height: 500px;
  width: 100%;
  object-fit: contain;
  margin: 32px 0;
}

.post-content p {
  margin-top: 1rem;
}

.post-content h2, .post-content .h2,
.post-content h3, .post-content .h3,
.post-content h4, .post-content .h4 {
  margin-top: 32px;
}

.post-content h2,
.post-content .h2 {
  font-size: 40px
}

.post-content h3,
.post-content .h3 {
  font-size: 32px;
}

.post-section .link {
  width: calc(100% - 50px);
  margin: 24px 0px 16px;
  padding: 0px;
  background: rgba(var(--light-gray), 0.5);
  border-radius: 8px !important;
  padding: 20px 24px;
  border: 1px solid rgba(var(--dark-gray), 0.1);
  font-weight: 600;
  font-size: 18px;
  color: rgb(var(--dark-gray));
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.post-section .link:hover {
  color: rgb(var(--primary));
  background-color: rgba(var(--primary), 0.1);
  transition: all 0.2s ease-in-out;
}

.post-section .link img {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  margin: 0px;
}

@media screen and (max-width: 991px) {

  .post-info-box {
    height: auto;
    padding-top: 0;
  }

  .post-avatar {
    position: relative;
    height: 280px;
  }

  .post-info-box .post-info-box-inner {
    position: relative;
    bottom: auto;
    right: auto;
    background: rgba(var(--light-gray), 0.5);
  }
}






/********** PROGRESS BAR **********/




.structure-box {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: sticky;
  padding: 11px 24px;
  top: 100px;
  z-index: 10;
  background: rgb(var(--secondary));
}

.structure-box .structure-content {
  display: flex;
  height: fit-content;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
  flex-direction: column;
  position: relative;
}

.structure-box .close-icon {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 11px;
  z-index: 5;
  filter: invert(32%) sepia(88%) saturate(1062%) hue-rotate(166deg) brightness(91%) contrast(101%);
  cursor: pointer;
  transform: rotate(180deg);
}

.mobile-progress-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mobile-progress-outer {
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background-color: white;
  margin-right: 17px;
}

.mobile-progress-inner {
  width: 0px;
  height: 2px;
  border-radius: 8px;
  background-color: var(--primary);
  max-width: 100%;
}

.mobile-widget-toggler {
  cursor: pointer;
}

.article-progress {
  width: 1px;
  background-color: var(--primary);
  height: 0px;
  max-height: calc(100% - 45px);
  position: absolute;
  left: 15px;
  top: 15px;
}

progress {
  border-radius: 4px;
  height: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #E0E0E0;
  color: var(--primary);
  width: 100%;
}

progress.vertical {
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 24px);
  left: -12px;
  max-width: 50px;
}

progress::-webkit-progress-value {
  background-color: rgb(var(--primary)) !important;
}

progress::-webkit-progress-bar {
  background-color: #fff !important;
}

progress::-moz-progress-bar {
  background-color: #fff !important;
  color: rgb(var(--primary)) !important;
}

.first-dot {
  position: relative;
  height: 15px;
  width: 15px;
  top: 0;
  left: -3px;
  z-index: 9;
  border-radius: 50%;
  cursor: pointer;
  background: rgb(var(--primary));
  margin: 8px;
}

.first-step {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.introduzione {
  font-weight: 600;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
}

.progressBarVerticale {
  height: fit-content;
  width: 100%;
  margin-left: -5px;
}

.progressBar_step {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 18px;
}

a.label-anchor {
  position: relative;
  bottom: 0;
  left: 0;
  width: 260px;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
}

a.label-anchor.passed {
  font-weight: 600;
}

.dot {
  position: relative;
  border-radius: 50%;
  background: #E0E0E0;
  height: 10px;
  width: 10px;
  bottom: 0;
  font-weight: 600;
  left: -2px;
  z-index: 9;
  margin: 8px 10px;
}

.dot.passed {
  height: 15px;
  width: 15px;
  background: rgb(var(--primary));
  margin: 8px;
}


@media screen and (min-width: 1200px) {


  .vertical-links {
    display: grid;
    grid-template-rows: auto;
    row-gap: 16px;
    column-gap: 0px
  }

  .structure-box {
    position: sticky;
    top: 140px;
    bottom: auto;
    margin-top: 40px;
    background-color: rgb(var(--secondary));
    padding: 32px 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: fit-content;
    border-radius: 16px;
    transform: none;
  }

  .structure-box .links-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 16px;
    position: relative;
  }

  .structure-box .links-container::before {
    content: "";
    width: 1px;
    background-color: #E0E0E0;
    height: calc(100% - 45px);
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .structure-box .link-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 18px;
  }

  .structure-box .link-group div {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #E0E0E0;
    margin: 10px;
    position: relative;
  }

  .structure-box .link-group a {
    font-size: 14px;
    text-decoration: none;
  }

  .article-progress {
    width: 1px;
    background-color: var(--primary);
    height: 0;
    max-height: calc(100% - 45px);
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .mobile-progress-bar {
    display: none;
  }

  .structure-box .close-icon {
    display: none;
  }

  progress.vertical {
    transform: rotate(90deg);
    position: absolute;
    top: calc(50% - 26px);
    left: -17px;
    max-width: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .structure-box {
    padding: 11px 14px;
  }

  .structure-content .h4 {
    font-size: 16px;
    margin-bottom: 6px !important;
  }

  .first-step,
  .progressBar_step {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .first-dot {
    left: 2px;
  }

  .first-dot,
  .dot.passed {
    width: 10px;
    height: 10px;
    margin: 3px 8px 3px 3px;
  }

  progress.vertical {
    left: -5px;
    max-width: 30px;
    top: calc(50% - 17px);
  }

  .dot {
    margin: 3px 8px 3px 3px;
    left: 2px;
  }
}

/********** END PROGRESS BAR **********/
</pre></body></html>