.narayani-remedy {
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.narayani-remedy:hover {
  background: var(--primary);
  color: #fff;
}

.narayani-remedy[style*="none"] + div.text-center {
  display: none;
}

