.cp-inline-link{
    color: var(--brand-yellow);
    text-decoration: underline;
    text-decoration-color: var(--brand-yellow);
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    transition: text-decoration-color 0.2s ease;
}

.cp-inline-link:hover{
    text-decoration-color: var(--accent-magenta);
}

.cp-mark{
    background: var(--brand-yellow);
    color: #000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* 🔥 EZ A LÉNYEG */
.cp-mark a,
.cp-mark a:hover{
    color: inherit;
    text-decoration: none;
}