/* fucine */


#block-ut-base-content.container, 
#block-ut-base-content .block-ut-display-blocks{
  padding-right: 0;
  padding-left: 0;
}
#block-ut-base-page-title {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

h1.page-title span.field--name-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  color: var(--bs-gray-900);
}


.breadcrumb-item a{
  font-size: 14px;
  text-decoration: none;
  color: var(--ut-primary-500);
}

/* Download file */

.media-download{
	padding: 8px 16px 8px 16px;
	margin: 16px 0;
	border-radius: 24px 0px 24px 0px;
	box-shadow: 0px 4px 8px 0px #00000038;
	background-color: #fff;  
}
.media-download span{ 
  display: flex;
  align-items: center;
}
.media-download a {
    color: var(--ut-primary-500);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
}
.media-download .file-description {
    color: var(--ut-primary-500);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
}

 .media-download .icon {
	fill: var(--ut-primary-500);
	margin-right: 12px;
	max-height: 16px;
	max-width: 12px;
}
/* TABS */

#nav-tab {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    background-color: transparent;
    border-top: 1px solid var(--ut-ice-500);
    border-bottom: 1px solid var(--ut-ice-500);
    padding: 10px 0;
	box-shadow: none;
}


#nav-tab .nav-link {
	padding: 6px 9px;
	margin: 0px 7px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.38px;
    text-align: left;
    color: var(--ut-primary-900);
    white-space: nowrap;
    border-bottom: none;
	flex:none;
}

#nav-tab .nav-link.active  {
    border-radius: 16px 0px 16px 0px;
    background-color: var(--ut-primary-100);
    border-bottom: none;
}

#nav-tabContent{
    margin: 20px 5px;
}
/* Nascondo bordo prima di NAV TAB */

.field--type-entity-reference-revisions {
border: none !important;
}