.cv-profile-banner-right {
  flex: 0 0 190px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 8px !important;
}

#demoAccountRequestButton,
.cv-profile-logout {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
  border-radius: 10px !important;
}

#demoAccountRequestButton {
  background: rgba(59, 130, 246, 0.10) !important;
  border: 1px solid rgba(96, 165, 250, 0.65) !important;
  color: #93c5fd !important;
  box-shadow: none !important;
}

#demoAccountRequestButton:hover {
  background: rgba(59, 130, 246, 0.20) !important;
  color: #ffffff !important;
}

.cv-profile-logout {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  border: 1px solid #3b82f6 !important;
  color: #ffffff !important;
}

/* Boutons du compte plus compacts */
.cv-profile-banner-right {
  flex: 0 0 170px !important;
  gap: 6px !important;
}

.cv-profile-banner-right .offer-btn,
.cv-profile-banner-right .cv-secondary-action,
.cv-profile-banner-right .cv-profile-logout {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  border-radius: 9px !important;
  white-space: nowrap !important;
}

#personalAccountLoginButton {
  font-weight: 700 !important;
}

#demoAccountRequestButton {
  font-weight: 700 !important;
}

/* Boutons du compte plus compacts */
.cv-profile-banner-right {
  flex: 0 0 170px !important;
  gap: 6px !important;
}

.cv-profile-banner-right .offer-btn,
.cv-profile-banner-right .cv-secondary-action,
.cv-profile-banner-right .cv-profile-logout {
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  border-radius: 9px !important;
  white-space: nowrap !important;
}

#personalAccountLoginButton,
#demoAccountRequestButton {
  font-weight: 700 !important;
}

/* Harmonisation complète des actions du compte */
#personalAccountLoginButton,
#demoAccountRequestButton,
#accountLogoutButton {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  border: 1px solid #3b82f6 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

#personalAccountLoginButton:hover,
#demoAccountRequestButton:hover,
#accountLogoutButton:hover {
  filter: brightness(1.08) !important;
  color: #ffffff !important;
}

/* Géométrie strictement identique pour les trois actions */
#personalAccountLoginButton,
#demoAccountRequestButton,
#accountLogoutButton {
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;

  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;

  padding: 0 12px !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-sizing: border-box !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-size: 13px !important;
}

/* Positionnement du bloc d’actions à droite */
.cv-profile-banner-right {
  margin-left: auto !important;
  margin-right: 8px !important;
  align-items: flex-end !important;
  flex: 0 0 190px !important;
}

#personalAccountLoginButton,
#demoAccountRequestButton,
#accountLogoutButton {
  align-self: flex-end !important;
}
