/* ============================================================
   Help & Support Mega Nav
   Drop this into your child theme's style.css or enqueue separately
   ============================================================ */
div#contact_us_id div#helpSupportNav {
    width: 100% !important;
}
/* ── Wrapper & Trigger ─────────────────────────────────────── */
#helpSupportNav {
  position: relative;
  display: inline-block;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

#helpSupportNav .hs-trigger {
        display: flex;
    align-items: start;
    color: #111;
    width: 100% !important;
    padding: 0;
}

#helpSupportNav .hs-trigger-icon {
    background: #e91c8b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 30px;
    margin-top: 0px;
}
#helpSupportNav .hs-trigger-icon img {
    width: 35px;
}
#helpSupportNav .hs-trigger-icon svg { fill: #fff; width: 13px; }
#helpSupportNav .hs-caret {
  font-size: .7rem;
  transition: transform .2s;
  color: #888;
}
#helpSupportNav .hs-trigger {
    display: flex;
    align-items: start;
    color: white;
    width: 100% !important;
    padding: 0;
    line-height: normal;
    margin: 0;
    margin-top: -3px;
}
#helpSupportNav.hs-open .hs-caret { transform: rotate(180deg); }

/* ── Dropdown Shell ────────────────────────────────────────── */
#helpSupportNav .hs-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
  overflow: hidden;
  min-width: 240px;
}
#helpSupportNav.hs-open .hs-dropdown { display: flex; }

/* ── Left Menu Column ──────────────────────────────────────── */
#helpSupportNav .hs-menu {
  width: 240px;
  flex-shrink: 0;
  padding: .5rem 0;
  border-right: 1px solid #f0f0f0;
}
#helpSupportNav .hs-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1.1rem;
  cursor: pointer;
  transition: background .12s;
  text-decoration: none;
  color: #111;
}
#helpSupportNav .hs-item:hover,
#helpSupportNav .hs-item.hs-active {
  background: #fdf0f8;
  color: #e91c8b;
}
#helpSupportNav .hs-item .hs-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
/* Icon background colours */
.hs-icon-pink   { background: #fce4f3; }
.hs-icon-blue   { background: #e3f0ff; }
.hs-icon-purple { background: #ede8ff; }
.hs-icon-teal   { background: #e0f7f4; }
.hs-icon-green  { background: #e4f7e4; }
.hs-icon-orange { background: #fff0e3; }

#helpSupportNav .hs-item .hs-label { flex: 1; }
#helpSupportNav .hs-item .hs-label strong {
  display: block;
  font-weight: 700;
  font-size: .92rem;
}
#helpSupportNav .hs-item .hs-label span {
  display: block;
  font-size: .78rem;
  color: #888;
  margin-top: 1px;
}
#helpSupportNav .hs-item .hs-chevron {
  color: #ccc;
  font-size: .8rem;
  transition: color .12s;
}
#helpSupportNav .hs-item:hover .hs-chevron,
#helpSupportNav .hs-item.hs-active .hs-chevron { color: #e91c8b; }

/* ── Right Sub-Panel ───────────────────────────────────────── */
#helpSupportNav .hs-sub-panel {
  width: 260px;
  padding: 1rem;
  display: none;
  flex-direction: column;
  background: #fafafa;
}
#helpSupportNav .hs-sub-panel.hs-visible { display: flex; }

#helpSupportNav .hs-sub-panel .hs-sub-title {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #aaa;
  margin-bottom: .6rem;
}

/* Contact Us sub-panel items */
#helpSupportNav .hs-contact-row {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .6rem .7rem;
  border-radius: 10px;
  background: #fff;
  margin-bottom: .5rem;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
#helpSupportNav .hs-contact-row .hs-cr-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: #fce4f3;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
#helpSupportNav .hs-contact-row .hs-cr-text strong {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: #111;
}
#helpSupportNav .hs-contact-row .hs-cr-text a {
  font-size: .82rem;
  color: #e91c8b;
  text-decoration: none;
  word-break: break-all;
}
#helpSupportNav .hs-copy-btn {
  margin-left: auto;
  border: none;
  background: none;
  cursor: pointer;
  color: #bbb;
  padding: .2rem;
  font-size: .9rem;
  border-radius: 4px;
  transition: color .12s;
}
#helpSupportNav .hs-copy-btn:hover { color: #e91c8b; }

/* Artwork Tools sub-panel links */
#helpSupportNav .hs-art-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem .8rem;
  border-radius: 10px;
  background: #fff;
  margin-bottom: .5rem;
  text-decoration: none;
  color: #111;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: box-shadow .12s, background .12s;
}
#helpSupportNav .hs-art-link:hover {
  background: #fdf0f8;
  box-shadow: 0 3px 10px rgba(233,28,139,.1);
}
#helpSupportNav .hs-art-link .hs-al-icon {
  width: 36px; height: 36px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
#helpSupportNav .hs-art-link .hs-al-text strong {
  display: block; font-size: .88rem; font-weight: 700;
}
#helpSupportNav .hs-art-link .hs-al-text span {
  font-size: .76rem; color: #888;
}
#helpSupportNav .hs-art-link .hs-al-chevron {
  margin-left: auto; color: #ddd; font-size: .8rem;
}
#helpSupportNav .hs-art-link:hover .hs-al-chevron { color: #e91c8b; }



/* ── Copied toast ──────────────────────────────────────────── */
.hs-toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #111;
  color: #fff;
  padding: .5rem 1.2rem;
  border-radius: 99px;
  font-size: .85rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  z-index: 99999;
}
.hs-toast.hs-toast-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── Mobile / Responsive ───────────────────────────────────── */
@media (max-width: 640px) {
  #helpSupportNav .hs-dropdown {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 0;
    flex-direction: column;
    overflow-y: auto;
    min-width: unset;
  }
  #helpSupportNav .hs-menu { width: 100%; border-right: none; }
  #helpSupportNav .hs-sub-panel { width: 100%; }
}



/* ============================================================
   Help & Support Mega Nav — Updated to match Figma design
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --hs-font: 'Inter', system-ui, -apple-system, sans-serif;
  --hs-text-main: #000000;
  --hs-text-sub:  #737178;
  --hs-blue-ph:   #055FD8;
  --hs-pink:      #D90567;
  --hs-email:     #0871D8;
  --hs-shadow:    0 8px 32px rgba(0,0,0,.14);
  --hs-radius:    16px;
}


/* ── Dropdown shell ─────────────────────────────────────────── */
#helpSupportNav .hs-dropdown {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 0px) !important;
  left: 0 !important;
  z-index: 99999 !important;
  background: #fff !important;
  border-radius: var(--hs-radius) !important;
  box-shadow: var(--hs-shadow) !important;
  overflow: visible !important;
  min-width: 270px !important;
  border: 1px solid rgba(0,0,0,.06) !important;
}
#helpSupportNav.hs-open .hs-dropdown,
#helpSupportNav:hover .hs-dropdown {
  display: flex !important;
}

/* ── Left menu column ───────────────────────────────────────── */
#helpSupportNav .hs-menu {
  width: 270px !important;
  flex-shrink: 0 !important;
  padding: .6rem !important;
  border-right: none !important;
}

/* ── Menu item ──────────────────────────────────────────────── */
#helpSupportNav .hs-item {
  display: flex !important;
  align-items: center !important;
  gap: .65rem !important;
  padding: .6rem .7rem !important;
  cursor: pointer !important;
  transition: background .12s !important;
  text-decoration: none !important;
  color: #111 !important;
  border-radius: 10px !important;
  border: none !important;
  background: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#helpSupportNav .hs-item:hover,
#helpSupportNav .hs-item.hs-active {
  background: #f5f5f7 !important;
}

/* Icon — now a PNG image in circle */
#helpSupportNav .hs-item .hs-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important; /* hide emoji fallback */
  overflow: hidden !important;
  background: none !important;
}
#helpSupportNav .hs-item .hs-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

/* Label text */
#helpSupportNav .hs-item .hs-label {
  flex: 1 !important;
  min-width: 0 !important;
  text-align: left !important;
}
#helpSupportNav .hs-item .hs-label strong {
  display: block !important;
  color: var(--hs-text-main) !important;
  font-size: 12px !important;
  font-family: var(--hs-font) !important;
  font-weight: 600 !important;
  word-wrap: break-word !important;
  line-height: 1.3 !important;
}
#helpSupportNav .hs-item .hs-label span {
  display: block !important;
  color: var(--hs-text-sub) !important;
  font-size: 10px !important;
  font-family: var(--hs-font) !important;
  font-weight: 500 !important;
  word-wrap: break-word !important;
  margin-top: 1px !important;
}

/* Chevron */
#helpSupportNav .hs-item .hs-chevron {
  color: #c0c0c0 !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
  transition: color .12s !important;
  font-style: normal !important;
}
#helpSupportNav .hs-item:hover .hs-chevron,
#helpSupportNav .hs-item.hs-active .hs-chevron { color: #888 !important; }

/* ── Right sub-panel ────────────────────────────────────────── */
#helpSupportNav .hs-sub-panel {
  width: 240px !important;
  padding: .8rem .8rem !important;
  display: none !important;
  flex-direction: column !important;
  background: #fff !important;
  border-left: 1px solid #f0f0f0 !important;
  border-radius: 0 var(--hs-radius) var(--hs-radius) 0 !important;
  gap: .2rem !important;
}
#helpSupportNav .hs-sub-panel.hs-visible { display: flex !important; }

/* Sub-panel heading */
#helpSupportNav .hs-sub-panel .hs-sub-title {
  font-size: 10px !important;
  font-weight: 700 !important;
  font-family: var(--hs-font) !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  color: #aaa !important;
  margin-bottom: .5rem !important;
  padding: 0 .3rem !important;
}

/* ── Contact Us sub-panel rows ──────────────────────────────── */
#helpSupportNav .hs-contact-row {
  display: flex !important;
  align-items: center !important;
  gap: .5rem !important;
  padding: .55rem .6rem !important;
  border-radius: 8px !important;
  transition: background .12s !important;
}
#helpSupportNav .hs-contact-row:hover { background: #f5f5f7 !important; }

/* Hide emoji icon in contact rows */
#helpSupportNav .hs-contact-row .hs-cr-icon {
  font-size: 0 !important;
  width: 0 !important;
  display: none !important;
}

#helpSupportNav .hs-contact-row .hs-cr-text { flex: 1 !important; min-width: 0 !important; }

#helpSupportNav .hs-contact-row .hs-cr-text strong {
  display: block !important;
  color: var(--hs-text-main) !important;
  font-size: 12px !important;
  font-family: var(--hs-font) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
/* Phone number links */
#helpSupportNav .hs-contact-row .hs-cr-text a[href^="tel"] {
  color: var(--hs-blue-ph) !important;
  font-size: 10px !important;
  font-family: var(--hs-font) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  word-wrap: break-word !important;
}
/* Email links */
#helpSupportNav .hs-contact-row .hs-cr-text a[href^="mailto"] {
  color: var(--hs-email) !important;
  font-size: 10px !important;
  font-family: var(--hs-font) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  word-break: break-all !important;
}

/* Copy button */
#helpSupportNav .hs-copy-btn {
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  color: #ccc !important;
  padding: .2rem !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
  transition: color .12s !important;
}
#helpSupportNav .hs-copy-btn:hover { color: var(--hs-blue-ph) !important; }

/* ── Artwork Tools sub-panel links ──────────────────────────── */
#helpSupportNav .hs-art-link {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
  padding: .6rem .6rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  color: #111 !important;
  transition: background .12s !important;
}
#helpSupportNav .hs-art-link:hover { background: #f5f5f7 !important; }

/* Hide emoji in artwork tools icons */
#helpSupportNav .hs-art-link .hs-al-icon {
  font-size: 0 !important;
  width: 0 !important;
  display: none !important;
}

#helpSupportNav .hs-art-link .hs-al-text { flex: 1 !important; }
#helpSupportNav .hs-art-link .hs-al-text strong {
  display: block !important;
  color: var(--hs-text-main) !important;
  font-size: 12px !important;
  font-family: var(--hs-font) !important;
  font-weight: 600 !important;
}
#helpSupportNav .hs-art-link .hs-al-text span {
  color: var(--hs-text-sub) !important;
  font-size: 10px !important;
  font-family: var(--hs-font) !important;
  font-weight: 500 !important;
}
#helpSupportNav .hs-art-link .hs-al-chevron {
  color: #c0c0c0 !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
}
#helpSupportNav .hs-art-link:hover .hs-al-chevron { color: #888 !important; }

/* ── Toast ──────────────────────────────────────────────────── */
.hs-toast {
  position: fixed !important;
  bottom: 1.5rem !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(20px) !important;
  background: #111 !important;
  color: #fff !important;
  padding: .5rem 1.2rem !important;
  border-radius: 99px !important;
  font-size: 13px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .25s, transform .25s !important;
  z-index: 99999 !important;
}
.hs-toast.hs-toast-show {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* ── Mobile ─────────────────────────────────────────────────── */
@media (max-width: 640px) {
  #helpSupportNav .hs-dropdown {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    border-radius: 0 !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    min-width: unset !important;
  }
  #helpSupportNav .hs-menu { width: 100% !important; }
  #helpSupportNav .hs-sub-panel { width: 100% !important; border-left: none !important; border-top: 1px solid #f0f0f0 !important; border-radius: 0 !important; }
}