body {
  background-color: #f8faff;
}
.property {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: .3em;
}
.property>dt {
  width:min(25%, 15em);
  text-align:right;
}
.property>dd.value {
  background-color: white;
  border-radius:.3em;
  padding: .1em;
  box-shadow: .05em .05em .2em rgba(0,0,0,.1);
}
.property>dd.value .language {
  height: 2em;
  width: 2em;
  text-align: center;
  overflow: visible;
  white-space: pre;
  padding: 0;
  border-radius: 100%;
}
.property>dd.value:not(:last-child) {
  margin-bottom: unset;
}
.metadata-browse-link {
  contains:"(+)";
}
.mentions-legales {
  color: ##E9E9E9;
}