/* Custom overrides layered on top of the preserved Webflow stylesheet.
   Add site-wide tweaks here instead of editing webflow.css. */

/* Webflow "clickable" overlays (.g_clickable_*) cover the whole card and are
   always interactive, but popup-toggle variants wrap an <a> without an href, so
   the browser shows no pointer cursor. Restore it. */
.g_clickable_wrap,
.g_clickable_link,
.g_clickable_btn {
  cursor: pointer;
}
