
li { list-style: none; }

/* --------------- LAYOUT IMMAGINI --------------- */
.caption > *,
.text-formatted img,
p img {
  max-width: 100%;
  height: auto;
}

figure { margin: 3rem 0; }
p img { margin: 2rem 0; }

table caption,
figure figcaption {
  margin: 1rem 0;
  font-size: 14px;
  color: #636C74;
}

iframe {
  width: 100%;
  height: 100%;
  /* 16:9 resolution */
  aspect-ratio: 1.778;
  margin: 2rem 0;
}

.tabs.primary .is-active { display: none; }


/* --------------- LOGGED ADJUSTMENT --------------- */

/*buttons*/
.visa-guide-form form input {
  color: #fff;
  border: 0px;
  background-color: #191A1A;
  padding: 15px 10px;
  margin: 0;
}

.visa-guide-form form input {
  margin-top: 15px;
  background-color: #2e2e2e;
}

#block-ictp-sociallink .contextual { display: none; }



/* --------------- --------------- TO FIX PRINT STYLE SHEET --------------- --------------- */
@media print {
  .swiper,
  .view-related-content,
  .view-charts,
  footer { display: none; }
}