/* Article page license Css */

.cc-container {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-family: inherit;
}

.cc-image {
  width: 140px;
  height: auto;
  filter: grayscale(100%);
}


.cc-link,
.cc-link:visited,
.cc-link:hover,
.cc-link:active {
  color: #000000 !important; 
  text-decoration: none;
  font: inherit;
}