/* Global Client Area Button Overrides: purple, static, no effects */
.client-area-btn {
  background: #6B46FF !important; /* Purple */
  border: 1px solid #6B46FF !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transition: none !important;
}
.client-area-btn:hover,
.client-area-btn:active,
.client-area-btn:focus {
  background: #6B46FF !important;
  border-color: #6B46FF !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Ensure within header button groups it remains unchanged on hover */
.rts-header__right .button-area .client-area-btn:hover {
  background: #6B46FF !important;
  border-color: #6B46FF !important;
  color: #ffffff !important;
}