.merchant-app-bar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  width: 100%;
  height: 60px;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  border-block-end: 1px solid var(--ant-color-border-secondary, #f0f0f0);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 8px rgba(16, 24, 40, 0.035);
  backdrop-filter: blur(12px);
}

.merchant-app-bar-actions,
.merchant-account-entry {
  display: flex;
  min-width: 0;
  align-items: center;
}

.merchant-app-bar-actions {
  justify-content: flex-end;
  gap: 8px;
}

.merchant-account-entry {
  gap: 4px;
}

.merchant-user-center-trigger {
  display: inline-flex;
  width: auto;
  height: 44px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 4px 8px;
  flex-shrink: 0;
}

@media (width <= 767px) {
  .merchant-mobile-bar {
    height: auto;
    min-height: 64px;
    padding-inline: 12px;
  }
}
