/* High-contrast PepShop Register button for guest visitors */
.member-access-button:not(.member-active) {
  background: #ffffff !important;
  color: #063b5c !important;
  border: 2px solid #ff8500 !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  text-shadow: none !important;
  box-shadow: 0 5px 18px rgba(255, 133, 0, 0.3) !important;
}

.member-access-button:not(.member-active):hover,
.member-access-button:not(.member-active):focus-visible {
  background: #ff8500 !important;
  color: #071f33 !important;
  border-color: #ff8500 !important;
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.member-access-button.member-active {
  color: #ffffff !important;
}
