/* >>> Details body common style <<< */
.details-body {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4444444444444444;
  color: var(--black);
}

.details-body>*:last-child {
  margin-bottom: 0;
}

.details-body h1,
.details-body h2,
.details-body h3,
.details-body h4,
.details-body h5,
.details-body h6 {
  font-family: var(--secondary-font);
  font-weight: 700;
  line-height: 1.2903225806451613;
  color: var(--black-2);
}

.details-body strong {
  font-weight: 700;
}

.details-body h2 {
  font-size: 1.9375rem;
  margin-bottom: 40px !important;
}

.repository-details .details-body h2 {
  margin-bottom: 30px !important;
}

.details-body h2+img {
  margin-top: 34px;
}

.details-body h3 {
  font-size: 1.75rem;
}

.details-body h4 {
  font-size: 1.5625rem;
}

.details-body h5 {
  font-size: 1.4375rem;
}

.details-body h6 {
  font-size: 1.25rem;
}

.details-body p {
  margin-bottom: 16px;
}

.details-body ul a,
.details-body ol a {
  text-decoration: none;
}

.details-body p a {
  color: var(--blue-1);
  text-decoration: none;
}

.details-body p a:hover {
  color: var(--hover-c2);
}

.details-body img {
  width: 100%;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--gray-2);
}

.details-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.details-body ul li {
  list-style-type: none;
  background: url(img/circle.svg) top 8px left 0 no-repeat;
  padding-left: 18px;
}

.details-body ul li:not(:last-child) {
  margin-bottom: 10px;
}

.details-body ul li>ul {
  margin-top: 10px;
}

.uneg-publications-detail-page .details-body h2+img {
  margin-top: 0;
}

@media (max-width: 991px) {
  .details-body {
    font-size: 0.875rem;
  }
}
