.page-content a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--text);
  transition: color .2s ease, text-decoration-color .2s ease;
  text-decoration-color: rgba(255, 255, 255, .35);
}

.page-content a:hover {
  color: var(--green);
  text-decoration-color: rgba(192, 255, 55, .65);
}

.page-content a:focus-visible {
  outline: 2px solid rgba(192, 255, 55, .65);
  outline-offset: 4px;
  border-radius: 8px;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2.2rem;
  margin-bottom: .8rem;
}

.page-content h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.page-content h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.page-content h4 {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.page-content p {
  margin-top: .9rem;
  margin-bottom: .9rem;
  opacity: .9;
}

.page-content strong {
  font-weight: 600;
}

.dashboard-page {
  cursor: auto;
}

.dashboard-page .custom-cursor {
  display: none !important;
}

.dashboard-page a,
.dashboard-page a * {
  cursor: pointer !important;
}

.dashboard-page #cmplz-cookiebanner-container,
.dashboard-page .cmplz-cookiebanner,
.dashboard-page .cmplz-manage-consent {
  display: none !important;
}

.footer-link-fill {
  display: block;
  text-decoration: none;
  color: transparent;
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #ffffff 50%,
      rgba(255, 255, 255, .7) 50%,
      rgba(255, 255, 255, .7) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-position .35s ease;
}

.footer-link-fill:hover {
  background-position: 0 0;
}

.csp-floating-cta-btn {
  --btn-h: 60px;
  --btn-fs: 18px;
}

.csp-text-green {
  color: var(--green);
}

.custom-cursor {
  --cursor-arrow-white: url('../img/arrowwhite.svg');
  --cursor-arrow-black: url('../img/arrowblack.svg');
  --cursor-arrow-green: url('../img/arrowgreen.svg');
  --cursor-matl: url('../img/matl.png');
}

@media (prefers-reduced-motion: reduce) {
  .footer-link-fill {
    transition: none;
  }
}
