.k3-login-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.k3-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1; /* <— wichtig für Button-Höhe */
  height: 40px;   /* <— gleiche Höhe erzwingen */
  box-sizing: border-box;
}

.k3-login-button .dashicons {
  font-size: 18px;
}

.k3-login-button[data-role="warenkorb-button"] {
  background: #ff8c00;
}

.k3-login-button:hover {
  background: #005e8a;
}

.k3-warenkorb-button {
  background: #ff8c00 !important;
}

.k3-warenkorb-button #warenkorb-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  display: none;
}
