main > h1 {
    text-align: center;
}
.istituto-logo {
    height: 40px;
    max-height: 40px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}
.istituto-logo:first-child {
    margin-right: 10px;
}
/* Header layout */
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 56px;
    border-bottom: 1.5px solid #e0e0e0;
}
.header-logo img {
    height: 40px;
    width: auto;
}
.header-title {
    flex: 1;
    text-align: center;
}
.header-doi {
    min-width: 220px;
    text-align: right;
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
}
#doi-label {
    color: #666;
    font-weight: normal;
}
/* Style for inline year links in the dataset section */
.years-inline {
    padding: 0;
    margin: 0;
    list-style: none;
}
.years-inline li {
    display: inline;
    margin-right: 10px;
}
.years-inline li:last-child {
    margin-right: 0;
}

img {
	height: 50px;
}


.license-text {
  margin-top: 1em; /* sostituisce il <br> prima del paragrafo, se serve spazio */
}

.license-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.license-link img {
  margin-right: 8px; /* spazio tra icona e testo */
  vertical-align: middle; /* fallback se non usi flex */
}
