/**
 * Ozi Internal Link Booster — Frontend Auto-Link Styling (Lite Version)
 * Lightweight, safe, and compliant with WordPress.org standards
 */

a.ozilink {
    color: #861f41;
    text-decoration: underline;
}

a.ozilink:hover {
    color: #6e1834;
}
