.cjm-credit {
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dce3ea;
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .02em;
}
.cjm-credit:hover { color: #fff; }
.cjm-credit-logo {
  width: 46px;
  height: 34px;
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.cjm-credit-logo img {
  position: absolute;
  width: 152px;
  max-width: none;
  height: auto;
  left: 0;
  top: 0;
}
.cjm-credit strong { color: #fff; font-weight: 700; }
