/* ============================================================
   CARE CLUB — MEMBER LOGIN LINK
   Appears below the "Choose Your Plan" section intro.
   Subtle but discoverable for existing members.
   ============================================================ */

.cj-care-club .cj-care-member-login {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-size: 0.95rem !important;
  font-family: 'Jost', sans-serif !important;
  color: #1C1C1C !important;
  letter-spacing: 0.01em !important;
}

.cj-care-club .cj-care-member-login a {
  color: #1B5079 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

.cj-care-club .cj-care-member-login a:hover,
.cj-care-club .cj-care-member-login a:focus {
  color: #CEAC5D !important;
  text-decoration: underline !important;
}
