main { padding-top: 90px; }

/* PATCHES waiting for the build environment... */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol, ul {
  margin-left: 1.5em;
  padding-left: 0;
}

.text-justify { text-align: justify; } 

/*h1 { font-size: 150% !important; font-weight: bold !important; text-align: center; margin: 10px 0 !important; }*/



.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.client {
  text-align: center;
  padding: 1rem;
}

.client-logo img {
  max-height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}








.field--name-body {
  max-width: 900px;
  margin: 25px auto 100px auto;
  padding: 0 1rem;
}

.field--name-body p,
.field--name-body ul,
.field--name-body ol {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}



.form-required::after {
  content: "*";
  color: #ef4444; /* rosso Tailwind */
  margin-left: 0.25rem;
}
.webform-required, #edit-captcha-response--description {
  display: none;
}



.views-exposed-form,
.viewsreference--view-title {
  display: none;
}


#chi-siamo,
#certifications,
#organizations {
  scroll-margin-top: 80px;
}



/* submenu mobile */
.menu-submenu {
  margin-top: 8px;
  padding-left: 16px;
  border-left: 1px solid #e5e7eb;
}
