/* CASTING LAB v126.80 — global interactive pointer cursor */
button:not(:disabled),
a[href],
summary,
select:not(:disabled),
[role="button"],
[onclick],
[data-action],
[data-route],
[data-view],
[data-tab],
[data-target],
.nav,
.mobile-login,
.mobile-signup,
.mobile-my,
.mobile-menu,
.cl-v1-card,
.cl-v1-more,
.cl-v1-live-more,
.cl-v1-heart:not(.cl-v1-heart-static),
.cl-my-v74-row,
.cl-my-v74-settings,
.cl-my-v74-complete,
.cl-my-v74-back,
.cl-service-region-v12678-select,
#bottomHome,
#bottomChat,
#bottomRegister,
#bottomWishlist,
#bottomMy {
  cursor: pointer !important;
}

button:not(:disabled) *,
a[href] *,
summary *,
[role="button"] *,
[onclick] *,
[data-action] *,
[data-route] *,
[data-view] *,
[data-tab] *,
[data-target] *,
.nav *,
.cl-v1-card *,
.cl-my-v74-row *,
.cl-my-v74-settings *,
.cl-my-v74-complete *,
.cl-my-v74-back * {
  cursor: inherit !important;
}

button:disabled,
[aria-disabled="true"] {
  cursor: default !important;
}
