:root {
  --cc-btn-primary-bg: #55587c;
  --cc-btn-primary-hover-bg: #484b69;
}
#c-ttl {
  color: var(--cc-btn-primary-bg);
}
.c_darkmode {
  --cc-btn-primary-bg: #55587c;
  --cc-btn-primary-hover-bg: #6f7190;
}
.highlight {
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.highlight:hover {
  transform: scale(1.02);
}
.highlight img {
  pointer-events: none;
  user-select: none;
  width: 100%;
}
.highlight .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
}
.highlight .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  color: #fff;
  padding: 1rem;
  text-align: end;
  letter-spacing: 3.6px;
}
.highlight .content > div {
  width: 100%;
}
.highlight .content p {
  margin-bottom: 0;
}
body.block-editor-page .highlight a {
  display: none;
}
