/* Events URL Shortcode Styles - Minimal styling for the accella_events_url shortcode */

/* This shortcode typically just returns URLs, so minimal styling is needed */
/* However, if the URL is displayed as a link, these styles will apply */

.accella-events-url {
    color: #0073aa;
    text-decoration: none;
}

.accella-events-url:hover {
    color: #005177;
    text-decoration: underline;
}

/* If the URL is displayed in a specific context, additional styling can be added here */