/* cralog.dk additions to site.css (copied unchanged from cralog.com).
   Inline styles are blocked by the site's Content-Security-Policy, so the
   few rules the .dk page needs beyond site.css live here. */

/* Course cards are plain information here (no link, Jens 2026-09-22):
   no hover lift, and a short description paragraph instead of dates/price. */
.course-card--static:hover {
    transform: none;
    box-shadow: none;
}

.course-card-text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-3);
}

/* Footer: the single privacy link next to the copyright line. */
.footer-bottom a {
    color: inherit;
    margin-left: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom a:hover {
    color: var(--primary);
}
