#customer-auth-gate.ontour-plugin1002-logged-in {
  border-color: #dbeafe !important;
  background: #f8fbff !important;
}

#customer-auth-gate .ontour-plugin1002-logout,
[data-ontour-plugin1002-dashboard-logout] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #dc2626;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1.2;
}

#customer-auth-gate .ontour-plugin1002-logout {
  margin-top: 12px;
}

[data-ontour-plugin1002-dashboard-logout] {
  margin-left: 8px;
}
