.flhn-shortlink {
    color: #0073e6;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.flhn-shortlink:hover {
    color: #005bb5;
    text-decoration: underline;
}
