.cubo-spaces__content ul li strong {
    font-weight: 700;
    line-height: 120%;
}
.sticky-bar .dropdown-section li.nolink {
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* .spazio-cultura__content-news-detail > p:first-of-type {
  margin: 0 0 16px 0 !important;
}

.spazio-cultura__content-news-detail > p:nth-of-type(2), .spazio-cultura__content-news-detail .artists-list {
  margin: 0 0 16px 0 !important;
} */

/* .event-image img {
  max-height: none !important;
} */

section.plain-text ul > li {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

.checkbox-wrapper a {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
section.stepper .mnform_errors {
  margin-top: 24px;
}

section.stepper .mnform_errors .form-error-message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: #EFF1F3;
  border: 1px solid #000000;
  border-radius: 12px;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

section.stepper .mnform_errors .form-error-message .icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

section.stepper .mnform_errors .form-error-message .text {
  flex: 1 1 auto;
}

section.stepper .mnform_errors .form-error-message .text br + br {
  display: none;
}

/* fix per proposta culturale */

@media (max-width: 768px) {
  #section_result{
    .event-image{
      margin-left: 10px;
      margin-right: 10px;
    }
  }

  section.events h2.event-main-title{
    margin-top: 132px;
    margin-bottom: 48px;
  }
}

/* fix per wp gallery */

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption em {
  color: #000 !important;
}