.cv-owner-footer {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 7px 10px 0;
  border-top: 1px solid #e5e7eb;
  color: #7b8798;
  font-size: 7.5px;
  line-height: 1.55;
  text-align: center;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
}

.cv-owner-footer::first-letter {
  color: #0b2559;
}

@media (max-width: 540px) {
  .cv-owner-footer {
    font-size: 7px;
    padding-inline: 4px;
  }
}
