.confTitleBox, .support_box > h3:nth-child(1){
	background-color: #fff !important;
}

.support_box > h3:nth-child(1){
	background-color: #183F56 !important;
}

.conference-title-link > span:nth-child(2){
   visibility: hidden !important;
}

.confSubTitleBox {
display: none !important;
content: none;
}


.footer {
  background-image: url('https://indico.sns.it/event/103/images/40-BANNER%20MERITA_PNRR_%20sola%20SNS.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px; /* adjust as needed */
}

a {
  color: #000000 !important;
}

a:hover {
  color: #183F56 !important;
  cursor: pointer;
}

.confLogo{
  width: 100% !important;
}


.infoline.chairs.clear::before {
  content: "Organizers";  
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2px;
  color: #292929;
  border-color: #292929;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "Roboto Light", sans-serif;
}

.infoline.chairs.clear {
  display: flex;
  flex-direction: column; /* títulos em cima, lista embaixo */
}

.infoline.chairs.clear > .icon {
  margin-top: 10px;
  margin-left: 5px;     /* espaço entre título e ícone */
}

.infoline.chairs.clear > ul {
  margin-left: 50px;     /* espaço entre título e ícone */
  margin-top: -35px;
}

.infogrid {
  display: flex;
  flex-direction: column; /* títulos em cima, lista embaixo */
  margin-bottom: 10px;
}

.infogrid::before {
  content: "Date & Place";  
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2px;
  color: #292929;
  border-color: #292929;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  font-family: "Roboto Light", sans-serif;
}

.infoline {
  flex: 1; 
}


.description.js-mathjax.editor-output{
  margin-bottom: 5px;
}