/* Personal account chip in the main Elementor header (אהבת.ישראל) */
.ahavat-account-bar {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: nowrap;
  margin-inline: 0.35rem;
  vertical-align: middle;
  z-index: 30;
}

.ahavat-account-bar__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.55rem 0.85rem;
  border: 0;
  border-radius: 0;
  font-family: Heebo, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, background-image 0.15s ease, border-color 0.15s ease;
}

.ahavat-account-bar__btn--account {
  color: #fff;
  background-image: linear-gradient(90deg, #0173a0 0%, #13b2b1 100%);
}

.ahavat-account-bar__btn--account:hover,
.ahavat-account-bar__btn--account:focus {
  color: #0173a0;
  background-image: linear-gradient(180deg, #fffefe 0%, #ffffff 100%);
  outline: 1px solid #0173a0;
}

.ahavat-account-bar__btn--logout {
  color: #0173a0;
  background: #fff;
  border: 1px solid #13b2b1;
}

.ahavat-account-bar__btn--logout:hover,
.ahavat-account-bar__btn--logout:focus {
  color: #fff;
  background-image: linear-gradient(90deg, #0173a0 0%, #13b2b1 100%);
  border-color: transparent;
}

.ahavat-account-bar__btn--logout[hidden] {
  display: none !important;
}

.ahavat-account-bar__btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (max-width: 767px) {
  .ahavat-account-bar {
    margin-inline: 0.15rem;
    gap: 0.25rem;
  }

  .ahavat-account-bar__btn {
    padding: 0.45rem 0.55rem;
    font-size: 11px;
  }
}
