.item.citations-container {
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-top: 1rem;
}

.citations-count > div {
    border-bottom: 1px solid #dedede;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0.5rem 0 0.5rem 0.5rem;
    text-align: left;
}

.citations-count > div > br, .citations-count div > a > br {
    display: none;
}

.citations-count div > a {
    text-decoration: none !important;
}

.citations-container .badge_total {
    background-color: #25b6cd;
}

.citations-list {
    font-size: 0.75em;
}

.citations-list > div {
    border-bottom: 1px solid #dedede;
    padding: .5rem;
    text-align: justify;
}

.citations-count > div > img, .citations-count > div > a > img {
    max-width: 100px;
    text-align: justify;
}

.citations-list a {
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    display: block;
    max-width: 100%;
}

.citations-count img {
    width: 100%;
}

.img-fluid {
    height: auto;
}

.citations-count {
  display: flex !important;
  flex-direction: column !important;
  text-align: center;
  font-weight: bold;
  grid-template-columns: none !important;
}