/**
 * IILM Unified Link Styling
 */
.iilm-link {
    color: #0a7cff;
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.iilm-link:hover {
    opacity: 0.9;
}
