/* Muted Gold is used as an accent/border; readable surfaces stay Off White. */
.the50-wordpress .btn-lime{background:var(--cream);color:var(--emerald);border:2px solid var(--lime);box-shadow:inset 0 -3px 0 var(--lime)}
.the50-wordpress .btn-lime:hover{background:var(--lime);color:var(--emerald)}
.the50-wordpress .journey-step:hover .journey-num{background:var(--cream);color:var(--emerald);border:2px solid var(--lime)}
.the50-wordpress .b-card.lime{background:var(--cream-2);color:var(--ink);border:2px solid var(--lime)}
.the50-wordpress .b-card.lime h4,.the50-wordpress .b-card.lime p{color:var(--ink)}

/* Disable the theme's custom mouse dot and keep the native system cursor. */
#cursor{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}

