.app-header--sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-container--wide {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.main-nav-list {
  gap: 8px;
}

.user-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.notification-link {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.notification-icon {
  font-size: 1.1rem;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ef4444;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.user-profile {
  position: relative;
}

.user-drop-item--wallet {
  padding-bottom: 15px;
}

.wallet-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wallet-option {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}

.wallet-option-label {
  font-size: 0.85rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wallet-option-label--office {
  color: var(--primary-color);
}

.wallet-option-icon {
  width: 15px;
}

.wallet-option-icon--logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 3px;
}

.wallet-option-check {
  font-size: 0.8rem;
}

.wallet-option-value {
  font-weight: bold;
  font-size: 0.9rem;
}

.wallet-option--office {
  color: var(--primary-color);
}

.wallet-option:hover {
  background-color: #f1f5f9;
}

.wallet-option.active-wallet {
  background-color: #e2e8f0;
  border: 1px solid #cbd5e1;
}

.admin-link {
  color: #ef4444;
}

.guest-nav {
  display: flex;
  gap: 15px;
  align-items: center;
}

.guest-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.guest-cta {
  font-weight: 600;
  color: var(--primary-color);
}

.tool-main--padded {
  padding-left: 20px;
  padding-right: 20px;
}
