
/* AccountSidebar sub-component styles
   Imported by each account section that uses this sidebar.
   CSS is auto-scoped at build time — plain class names are safe.
*/

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: var(--hu-white, #ffffff);
  border-radius: var(--hu-radius-card, 8px);
  border: 1px solid var(--hu-gray-200, #dededf);
  padding: 24px 16px;
  font-family: var(--hu-font-sans, "Manrope", sans-serif);
  min-width: 220px;
}

/* ── Profile block ─────────────────────────────────────────── */
.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__profile, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__profile, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__profile, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__profile, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--hu-gray-200, #dededf);
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__avatar, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__avatar, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__avatar, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__avatar, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background-color: var(--hu-accent, #005036);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__initials, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__initials, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__initials, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__initials, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__initials {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  user-select: none;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__profile-info, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__profile-info, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__profile-info, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__profile-info, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__profile-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__name, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__name, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__name, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__name, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--hu-brand-black, #0c0c0d);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__member-since, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__member-since, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__member-since, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__member-since, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__member-since {
  font-size: 12px;
  font-weight: 500;
  color: var(--hu-gray-500, #6e6e6e);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Nav list ──────────────────────────────────────────────── */
.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav {
  flex: 1;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-list, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-list, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-list, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-list, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-item, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-item, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-item, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-item, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-item {
  display: block;
}

/* Shared style for <a> and <button> nav entries */
.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-link, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-link, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-link, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-link, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--hu-radius-card, 8px);
  font-size: 14px;
  font-weight: 500;
  color: var(--hu-brand-black, #0c0c0d);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease;
  font-family: var(--hu-font-sans, "Manrope", sans-serif);
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-link:hover, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-link:hover, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-link:hover, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-link:hover, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-link:hover {
  background-color: var(--hu-cream, #f5f2ec);
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-link--active, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-link--active, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-link--active, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-link--active, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-link--active {
  background-color: #005036;
  color: #ffffff;
  font-weight: 600;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-link--active:hover, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-link--active:hover, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-link--active:hover, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-link--active:hover, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-link--active:hover {
  background-color: #004530;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-label, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-label, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-label, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-label, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-label {
  flex: 1;
}

/* Favorites count badge */
.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__fav-badge, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__fav-badge, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__fav-badge, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__fav-badge, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__fav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: var(--hu-radius-pill, 9999px);
  background-color: var(--hu-cream, #f5f2ec);
  color: var(--hu-brand-black, #0c0c0d);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* When badge is inside active pill, use contrast color */
.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-link--active .acct-sidebar__fav-badge, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-link--active .acct-sidebar__fav-badge, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-link--active .acct-sidebar__fav-badge, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-link--active .acct-sidebar__fav-badge, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-link--active .acct-sidebar__fav-badge {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* ── Footer / Logout ───────────────────────────────────────── */
.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__footer, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__footer, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__footer, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__footer, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--hu-gray-200, #dededf);
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__logout, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__logout, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__logout, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__logout, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__logout {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--hu-radius-card, 8px);
  font-size: 14px;
  font-weight: 500;
  color: var(--hu-gray-500, #6e6e6e);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--hu-font-sans, "Manrope", sans-serif);
  transition: background 0.15s ease, color 0.15s ease;
}

.cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__logout:hover, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__logout:hover, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__logout:hover, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__logout:hover, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__logout:hover {
  background-color: var(--hu-cream, #f5f2ec);
  color: var(--hu-brand-black, #0c0c0d);
}

/* ── Mobile: horizontal / collapsed row ────────────────────── */
@media (max-width: 767px) {
  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar {
    flex-direction: column;
    padding: 16px 12px;
    min-width: 0;
    width: 100%;
  }

  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__profile, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__profile, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__profile, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__profile, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__profile {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-list, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-list, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-list, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-list, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }

  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-item, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-item, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-item, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-item, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-item {
    flex: 1 1 auto;
    min-width: max-content;
  }

  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__nav-link, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__nav-link, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__nav-link, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__nav-link, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__nav-link {
    justify-content: center;
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__footer, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__footer, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__footer, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__footer, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__footer {
    margin-top: 12px;
    padding-top: 12px;
  }

  .cc_m72Blh0rnq_d8uRUE9mG6 .acct-sidebar__logout, .cc_m72Blh0rnq_ef43AxnvFn .acct-sidebar__logout, .cc_m72Blh0rnq_1YLEBn7CSv .acct-sidebar__logout, .cc_m72Blh0rnq_5q9MpGrKua .acct-sidebar__logout, .cc_m72Blh0rnq_aGCgugXQtr .acct-sidebar__logout {
    font-size: 13px;
    text-align: center;
  }
}
