/* Hand cursor when reader is active */
body.reader-enabled *:hover {
  cursor: pointer !important;
}

/* Active (Reader On) */
body.reader-enabled .sr-toggle .elementor-icon-list-text {
  color: #ED1C24 !important; /* Red or your active color */
}

