.psp-login-button:hover {
  background-color: #003fcc;
}

/* Container positioned at the top right */
.psp-header-login-wrapper {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 9999;
  
}

.psp-login-button {
  background-color: #0055ff;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.psp-login-button:hover {
  background-color: #003fcc;
}

.psp-login-button-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;

}

