/**
 * GrabFNL Frontend Styles
 *
 * @package GrabFNL
 * @since 5.4.0
 */

/*
 * Prevents "quick clickers" from clicking a UTM Handler button
 * before the visit_id has been appended to the URL.
 */
.utm-link-loading {
    pointer-events: none !important; /* Disable clicks */
    cursor: wait !important;         /* Show a waiting cursor */
    opacity: 0.7 !important;         /* Visually dim the button */
}