/* Custom WP Loyalty – My Account styles (add more rules below as needed) */

.wlr-myaccount-page {
  background-color: unset !important;
}


.wlr-my-rewards-title.wlr-rewards-title h4 {
	text-transform: capitalize;
}

.wlr-signup-message {
	background: white;
    padding: 1rem;
    border-radius: 1rem;
    display: block;
    border: 1px solid #7b9d96;
}


.wlr-message-info {
	max-width: 1170px;
	border-radius: 1rem !important;
	margin: 1rem auto 0.5rem auto !important;
}