/**
 * UX Add-ons — Loop Title
 * Path: modules/loop-title/css/loop-title.css
 */

.ux-loop-cat-link {
    margin: 0 0 2px !important;
    line-height: 1.3;
}

.ux-loop-cat-link__anchor {
    font-size: 11px;
    font-weight: 600;
    color: #838383;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
    text-transform: uppercase;
}

.ux-loop-cat-link__anchor:hover {
    color: #5b5b5b;
}
