/* Graxynet RANS Green v2.1.22
   Copyright & license card refinement */

html body .obj_article_details .entry_details .item.copyright {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  overflow: hidden !important;
  border: 1px solid #c9e2d2 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcf8 100%) !important;
  box-shadow: 0 7px 20px rgba(15, 81, 50, .06) !important;
  box-sizing: border-box !important;
}

html body .obj_article_details .entry_details .item.copyright::before {
  content: "Copyright & License" !important;
  display: flex !important;
  align-items: center !important;
  min-height: 42px !important;
  width: 100% !important;
  padding: 10px 14px !important;
  box-sizing: border-box !important;
  background: linear-gradient(135deg, #0f5132 0%, #198754 100%) !important;
  color: #ffffff !important;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: .45px !important;
  text-transform: uppercase !important;
}

/* Copyright holder statement */
html body .obj_article_details .entry_details .item.copyright > p:first-of-type {
  margin: 0 !important;
  padding: 14px 14px 8px !important;
  color: #24372c !important;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  border: 0 !important;
}

/* Creative Commons badge / linked badge */
html body .obj_article_details .entry_details .item.copyright img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 96px !important;
  max-height: 36px !important;
  margin: 4px 14px 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

html body .obj_article_details .entry_details .item.copyright > a,
html body .obj_article_details .entry_details .item.copyright a.copyright,
html body .obj_article_details .entry_details .item.copyright a[rel="license"] {
  display: inline-block !important;
  margin: 6px 14px 8px !important;
  color: #0f6f45 !important;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
}

html body .obj_article_details .entry_details .item.copyright > a:hover,
html body .obj_article_details .entry_details .item.copyright > a:focus,
html body .obj_article_details .entry_details .item.copyright a.copyright:hover,
html body .obj_article_details .entry_details .item.copyright a.copyright:focus,
html body .obj_article_details .entry_details .item.copyright a[rel="license"]:hover,
html body .obj_article_details .entry_details .item.copyright a[rel="license"]:focus {
  color: #0b4b30 !important;
  text-decoration: underline !important;
}

/* License terms and any generated text below the badge */
html body .obj_article_details .entry_details .item.copyright > p:not(:first-of-type),
html body .obj_article_details .entry_details .item.copyright > div,
html body .obj_article_details .entry_details .item.copyright > span {
  display: block !important;
  margin: 0 !important;
  padding: 0 14px 8px !important;
  color: #435249 !important;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  overflow-wrap: anywhere !important;
  box-sizing: border-box !important;
}

html body .obj_article_details .entry_details .item.copyright p a,
html body .obj_article_details .entry_details .item.copyright div a,
html body .obj_article_details .entry_details .item.copyright span a {
  color: #0969da !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

html body .obj_article_details .entry_details .item.copyright p a:hover,
html body .obj_article_details .entry_details .item.copyright p a:focus,
html body .obj_article_details .entry_details .item.copyright div a:hover,
html body .obj_article_details .entry_details .item.copyright div a:focus,
html body .obj_article_details .entry_details .item.copyright span a:hover,
html body .obj_article_details .entry_details .item.copyright span a:focus {
  text-decoration: underline !important;
}

/* Small visual note under the copyright statement */
html body .obj_article_details .entry_details .item.copyright::after {
  content: "Open-license information for this article" !important;
  display: block !important;
  margin: 4px 14px 0 !important;
  padding: 8px 10px !important;
  border: 1px solid #d9eadf !important;
  border-radius: 8px !important;
  background: #eef8f1 !important;
  color: #557064 !important;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  font-size: 10.5px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: .1px !important;
}

@media (max-width: 767px) {
  html body .obj_article_details .entry_details .item.copyright {
    border-radius: 12px !important;
  }

  html body .obj_article_details .entry_details .item.copyright::before {
    min-height: 40px !important;
    padding: 9px 12px !important;
    font-size: 11.5px !important;
  }

  html body .obj_article_details .entry_details .item.copyright > p:first-of-type,
  html body .obj_article_details .entry_details .item.copyright > p:not(:first-of-type),
  html body .obj_article_details .entry_details .item.copyright > div,
  html body .obj_article_details .entry_details .item.copyright > span {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html body .obj_article_details .entry_details .item.copyright img {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  html body .obj_article_details .entry_details .item.copyright::after {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}
