.pdfc-footer-copyright {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  padding: 12px 15px 18px;
  color: var(--pdfc-color, #25b9d7);
  font-size: var(--pdfc-font-size, 16px);
  line-height: 1.4;
  text-align: center;
}

.pdfc-footer-copyright a,
.pdfc-footer-copyright a:visited {
  color: inherit;
  text-decoration: none;
}

.pdfc-footer-copyright a:hover,
.pdfc-footer-copyright a:focus {
  color: inherit;
  text-decoration: underline;
}
