/* =========================================================
   Eloframe Content Navigator v1.4.0
   Premium, template-powered navigation for Elementor.
========================================================= */

.efcn,
.efcn * {
  box-sizing: border-box;
}

.efcn {
  --efcn-primary: #c91550;
  --efcn-primary-2: #ee2e5d;
  --efcn-dark: #10172a;
  --efcn-text: #4b5563;
  --efcn-muted: #6b7280;
  --efcn-soft: #fff7fa;
  --efcn-soft-2: #fff1f6;
  --efcn-panel-bg: #ffffff;
  --efcn-sidebar-bg: #ffffff;
  --efcn-sidebar-title: var(--efcn-dark);
  --efcn-border: rgba(16, 23, 42, 0.08);
  --efcn-shadow: 0 24px 70px rgba(16, 23, 42, 0.075);
  --efcn-sidebar-width: 310px;
  --efcn-sticky-offset: 110px;
  --efcn-mobile-sticky-offset: 80px;

  --efcn-nav-bg: transparent;
  --efcn-nav-bg-2: var(--efcn-nav-bg);
  --efcn-nav-background: var(--efcn-nav-bg);
  --efcn-nav-text: var(--efcn-dark);
  --efcn-nav-desc: var(--efcn-muted);
  --efcn-nav-border: transparent;
  --efcn-nav-shadow: none;

  --efcn-nav-hover-bg: var(--efcn-soft);
  --efcn-nav-hover-bg-2: var(--efcn-nav-hover-bg);
  --efcn-nav-hover-background: var(--efcn-nav-hover-bg);
  --efcn-nav-hover-text: var(--efcn-dark);
  --efcn-nav-hover-desc: var(--efcn-text);
  --efcn-nav-hover-border: color-mix(in srgb, var(--efcn-primary) 14%, transparent);
  --efcn-nav-hover-shadow: 0 10px 28px rgba(16, 23, 42, 0.055);

  --efcn-nav-active-bg: var(--efcn-primary);
  --efcn-nav-active-bg-2: var(--efcn-primary-2);
  --efcn-nav-active-background: var(--efcn-nav-active-bg);
  --efcn-nav-active-text: #ffffff;
  --efcn-nav-active-desc: rgba(255, 255, 255, 0.86);
  --efcn-nav-active-border: var(--efcn-primary);
  --efcn-nav-active-shadow: 0 16px 34px color-mix(in srgb, var(--efcn-primary) 26%, transparent);
  --efcn-active-marker: var(--efcn-primary);

  --efcn-icon-bg: var(--efcn-soft);
  --efcn-icon-color: var(--efcn-primary);
  --efcn-icon-hover-bg: #ffffff;
  --efcn-icon-hover-color: var(--efcn-primary);
  --efcn-icon-active-bg: #ffffff;
  --efcn-icon-active-color: var(--efcn-primary);

  --efcn-arrow-color: var(--efcn-primary);
  --efcn-arrow-hover-color: var(--efcn-primary);
  --efcn-arrow-active-color: #ffffff;
  --efcn-arrow-display: 1;

  --efcn-mobile-bar-bg: #ffffff;
  --efcn-mobile-pill-bg: var(--efcn-soft);
  --efcn-mobile-pill-text: var(--efcn-dark);
  --efcn-mobile-pill-active-bg: var(--efcn-primary);
  --efcn-mobile-pill-active-bg-2: var(--efcn-primary-2);
  --efcn-mobile-pill-active-background: var(--efcn-mobile-pill-active-bg);
  --efcn-mobile-pill-active-text: #ffffff;

  width: 100%;
  color: var(--efcn-text);
}

.efcn--preset-ajh {
  --efcn-primary: #c91550;
  --efcn-primary-2: #ee2e5d;
  --efcn-dark: #10172a;
  --efcn-text: #4b5563;
  --efcn-muted: #6b7280;
  --efcn-soft: #fff7fa;
  --efcn-soft-2: #fff1f6;
  --efcn-panel-bg: #ffffff;
  --efcn-sidebar-bg: #ffffff;
  --efcn-sidebar-title: #10172a;
  --efcn-border: rgba(16, 23, 42, 0.08);
}

.efcn--preset-neutral {
  --efcn-primary: #2563eb;
  --efcn-primary-2: #3b82f6;
  --efcn-dark: #111827;
  --efcn-text: #4b5563;
  --efcn-muted: #6b7280;
  --efcn-soft: #f3f6fb;
  --efcn-soft-2: #eef4ff;
  --efcn-panel-bg: #ffffff;
  --efcn-sidebar-bg: #ffffff;
  --efcn-sidebar-title: #111827;
  --efcn-border: rgba(17, 24, 39, 0.08);
}

.efcn--preset-health-soft {
  --efcn-primary: #0f766e;
  --efcn-primary-2: #14b8a6;
  --efcn-dark: #10233f;
  --efcn-text: #45556b;
  --efcn-muted: #64748b;
  --efcn-soft: #f0fdfa;
  --efcn-soft-2: #ecfeff;
  --efcn-panel-bg: #ffffff;
  --efcn-sidebar-bg: #ffffff;
  --efcn-sidebar-title: #10233f;
  --efcn-border: rgba(15, 118, 110, 0.12);
}

/* Background mode helpers. These prevent presets from forcing gradients when manual styling is enabled. */
.efcn--nav-bg-solid { --efcn-nav-background: var(--efcn-nav-bg); }
.efcn--nav-bg-gradient { --efcn-nav-background: linear-gradient(135deg, var(--efcn-nav-bg) 0%, var(--efcn-nav-bg-2) 100%); }
.efcn--nav-hover-bg-solid { --efcn-nav-hover-background: var(--efcn-nav-hover-bg); }
.efcn--nav-hover-bg-gradient { --efcn-nav-hover-background: linear-gradient(135deg, var(--efcn-nav-hover-bg) 0%, var(--efcn-nav-hover-bg-2) 100%); }
.efcn--nav-active-bg-solid { --efcn-nav-active-background: var(--efcn-nav-active-bg); }
.efcn--nav-active-bg-gradient { --efcn-nav-active-background: linear-gradient(135deg, var(--efcn-nav-active-bg) 0%, var(--efcn-nav-active-bg-2) 100%); }
.efcn--mobile-active-bg-solid { --efcn-mobile-pill-active-background: var(--efcn-mobile-pill-active-bg); }
.efcn--mobile-active-bg-gradient { --efcn-mobile-pill-active-background: linear-gradient(135deg, var(--efcn-mobile-pill-active-bg) 0%, var(--efcn-mobile-pill-active-bg-2) 100%); }

.efcn button,
.efcn select {
  font-family: inherit;
}

.efcn__layout {
  display: grid;
  grid-template-columns: var(--efcn-sidebar-width) minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.efcn--layout-sidebar-right .efcn__layout {
  grid-template-columns: minmax(0, 1fr) var(--efcn-sidebar-width);
}

.efcn--layout-sidebar-right .efcn__sidebar { order: 2; }
.efcn--layout-sidebar-right .efcn__content { order: 1; }

.efcn--layout-top-pills .efcn__layout {
  grid-template-columns: 1fr;
}

.efcn--layout-top-pills .efcn__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.efcn--layout-top-pills .efcn__nav-button {
  width: auto;
  min-width: 190px;
  flex: 1 1 190px;
}

.efcn__sidebar,
.efcn__content {
  min-width: 0;
}

.efcn--sticky-sidebar .efcn__sidebar {
  position: sticky;
  top: var(--efcn-sticky-offset);
}

.efcn__sidebar-card,
.efcn__panel {
  background: var(--efcn-panel-bg);
  border: 1px solid var(--efcn-border);
  border-radius: 22px;
  box-shadow: var(--efcn-shadow);
}

.efcn__menu-card {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--efcn-primary) 8%, transparent), transparent 38%),
    var(--efcn-sidebar-bg);
}

.efcn__sidebar-card {
  padding: 16px;
  margin-bottom: 18px;
}

.efcn__sidebar-card:last-child {
  margin-bottom: 0;
}

.efcn__sidebar-title {
  color: var(--efcn-sidebar-title);
  font-size: 20px;
  line-height: 1.2;
  margin: 8px 8px 16px;
  font-weight: 800;
}

.efcn__sidebar-template--before {
  margin-bottom: 14px;
}

.efcn__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.efcn__nav-button {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 68px;
  border: 1px solid var(--efcn-nav-border);
  border-radius: 13px;
  background: var(--efcn-nav-background);
  color: var(--efcn-nav-text);
  display: grid;
  grid-template-columns: minmax(34px, auto) minmax(0, 1fr) calc(var(--efcn-arrow-display) * 18px);
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--efcn-nav-shadow);
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.efcn__nav-button::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  width: 4px;
  height: 34px;
  border-radius: 99px;
  background: var(--efcn-active-marker);
  transform: translateY(-50%) scaleY(0);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.efcn__nav-button::after,
.efcn__mobile-pill::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: var(--efcn-arrow-color);
  opacity: calc(var(--efcn-arrow-display) * 0.55);
  width: calc(var(--efcn-arrow-display) * 18px);
  min-width: calc(var(--efcn-arrow-display) * 18px);
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.efcn__nav-button:hover {
  background: var(--efcn-nav-hover-background);
  color: var(--efcn-nav-hover-text);
  border-color: var(--efcn-nav-hover-border);
  transform: translateX(3px);
  box-shadow: var(--efcn-nav-hover-shadow);
}

.efcn__nav-button:hover::after {
  color: var(--efcn-arrow-hover-color);
  opacity: var(--efcn-arrow-display);
  transform: translateX(3px);
}

.efcn__nav-button.is-active {
  background: var(--efcn-nav-active-background);
  color: var(--efcn-nav-active-text);
  border-color: var(--efcn-nav-active-border);
  transform: translateX(3px);
  box-shadow: var(--efcn-nav-active-shadow);
}

.efcn__nav-button.is-active::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

.efcn__nav-button.is-active::after {
  color: var(--efcn-arrow-active-color);
  opacity: var(--efcn-arrow-display);
  transform: translateX(3px);
}

.efcn__nav-meta {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--efcn-icon-bg);
  color: var(--efcn-icon-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--efcn-primary) 10%, transparent);
  flex: 0 0 auto;
  min-width: 0;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.efcn__nav-button:hover .efcn__nav-meta {
  background: var(--efcn-icon-hover-bg);
  color: var(--efcn-icon-hover-color);
}

.efcn__nav-button.is-active .efcn__nav-meta {
  background: var(--efcn-icon-active-bg);
  color: var(--efcn-icon-active-color);
}

.efcn__nav-icon,
.efcn__nav-icon svg,
.efcn__nav-icon i {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  color: currentColor;
}

.efcn__nav-copy {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.efcn__nav-label {
  display: block;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
  color: currentColor;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.efcn__nav-description {
  display: block;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.35;
  color: var(--efcn-nav-desc);
  opacity: 1;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.efcn__nav-button:hover .efcn__nav-description {
  color: var(--efcn-nav-hover-desc);
}

.efcn__nav-button.is-active .efcn__nav-description {
  color: var(--efcn-nav-active-desc);
}

/* Navigation style variants keep all colors editable through variables */
.efcn--nav-style-outline .efcn__nav-button.is-active,
.efcn--nav-style-outline .efcn__mobile-pill.is-active {
  background: var(--efcn-panel-bg);
  color: var(--efcn-nav-active-text);
  outline: 2px solid var(--efcn-nav-active-border);
  box-shadow: var(--efcn-nav-active-shadow);
}

.efcn--nav-style-outline .efcn__nav-button.is-active::after,
.efcn--nav-style-outline .efcn__mobile-pill.is-active::after {
  color: var(--efcn-arrow-active-color);
}

.efcn--nav-style-soft .efcn__nav-button.is-active,
.efcn--nav-style-soft .efcn__mobile-pill.is-active {
  background: var(--efcn-soft);
  color: var(--efcn-nav-active-bg);
  border-color: color-mix(in srgb, var(--efcn-nav-active-bg) 22%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--efcn-nav-active-bg) 12%, transparent);
}

.efcn--nav-style-soft .efcn__nav-button.is-active::after,
.efcn--nav-style-soft .efcn__mobile-pill.is-active::after {
  color: var(--efcn-nav-active-bg);
}

.efcn--nav-style-minimal .efcn__menu-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.efcn--nav-style-minimal .efcn__nav-button {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--efcn-border);
  transform: none !important;
  box-shadow: none !important;
}

.efcn--nav-style-minimal .efcn__nav-button.is-active {
  color: var(--efcn-nav-active-bg);
  background: transparent;
}

.efcn__content {
  min-width: 0;
}

.efcn__panel {
  display: none;
  min-height: 420px;
  padding: 48px;
  background: var(--efcn-panel-bg);
}

.efcn__panel.is-active {
  display: block !important;
  animation: efcnFadeIn 0.24s ease both;
}

.efcn__panel[hidden] {
  display: none !important;
}

.efcn__panel > .elementor {
  margin: 0;
}

@keyframes efcnFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.efcn__empty {
  padding: 32px;
  border-radius: 16px;
  background: var(--efcn-soft);
  color: var(--efcn-dark);
}

.efcn__mobile-nav {
  display: none;
  margin-bottom: 22px;
}

.efcn__mobile-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  border-radius: 16px;
  background: var(--efcn-mobile-bar-bg);
  border: 1px solid var(--efcn-border);
  box-shadow: 0 10px 30px rgba(16, 23, 42, 0.055);
}

.efcn__mobile-pill {
  position: relative;
  isolation: isolate;
  border: 1px solid transparent;
  min-width: 190px;
  min-height: 54px;
  scroll-snap-align: start;
  border-radius: 13px;
  background: var(--efcn-mobile-pill-bg);
  color: var(--efcn-mobile-pill-text);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) calc(var(--efcn-arrow-display) * 18px);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.efcn__mobile-pill span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--efcn-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.efcn__mobile-pill strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 800;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.efcn__mobile-pill.is-active {
  background: var(--efcn-mobile-pill-active-background);
  color: var(--efcn-mobile-pill-active-text);
  border-color: var(--efcn-nav-active-border);
}

.efcn__mobile-pill.is-active::after {
  color: var(--efcn-arrow-active-color);
  opacity: var(--efcn-arrow-display);
}

.efcn__mobile-select-label {
  display: block;
  color: var(--efcn-dark);
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
}

.efcn__mobile-select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--efcn-border);
  border-radius: 12px;
  background: var(--efcn-mobile-bar-bg);
  color: var(--efcn-dark);
  font-size: 15px;
  font-weight: 800;
  padding: 0 16px;
  box-shadow: 0 10px 30px rgba(16, 23, 42, 0.055);
}

.efcn__mobile-extras {
  display: none;
}

.efcn__mobile-extra-clone {
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .efcn__layout,
  .efcn--layout-sidebar-right .efcn__layout {
    grid-template-columns: 1fr;
  }

  .efcn--sticky-sidebar .efcn__sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .efcn__mobile-nav {
    display: block;
    position: relative;
    z-index: 5;
  }

  .efcn--mobile-sticky .efcn__mobile-nav {
    position: sticky;
    top: var(--efcn-mobile-sticky-offset, 80px);
  }

  .efcn__layout,
  .efcn--layout-sidebar-right .efcn__layout {
    display: block;
  }

  .efcn__sidebar {
    display: none;
  }

  .efcn__panel {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(16, 23, 42, 0.065);
  }

  .efcn__mobile-extras {
    display: block;
  }

  .efcn--extras-before-content .efcn__mobile-extras--before,
  .efcn--extras-after-content .efcn__mobile-extras--after {
    margin: 22px 0;
  }

  .efcn--extras-hidden .efcn__mobile-extras {
    display: none !important;
  }
}

/* =========================================================
   v1.3.0 — Navigation state isolation + tablet/mobile overrides
   Manual styling must not fight presets or navigation style variants.
========================================================= */

.efcn.efcn--manual-style .efcn__nav-button {
  background: var(--efcn-nav-background) !important;
  color: var(--efcn-nav-text) !important;
  border-color: var(--efcn-nav-border) !important;
  box-shadow: var(--efcn-nav-shadow) !important;
}

.efcn.efcn--manual-style .efcn__nav-button:not(.is-active):hover {
  background: var(--efcn-nav-hover-background) !important;
  color: var(--efcn-nav-hover-text) !important;
  border-color: var(--efcn-nav-hover-border) !important;
  box-shadow: var(--efcn-nav-hover-shadow) !important;
}

.efcn.efcn--manual-style .efcn__nav-button.is-active {
  background: var(--efcn-nav-active-background) !important;
  color: var(--efcn-nav-active-text) !important;
  border-color: var(--efcn-nav-active-border) !important;
  box-shadow: var(--efcn-nav-active-shadow) !important;
}

.efcn.efcn--manual-style .efcn__nav-button .efcn__nav-meta {
  background: var(--efcn-icon-bg) !important;
  color: var(--efcn-icon-color) !important;
}

.efcn.efcn--manual-style .efcn__nav-button:not(.is-active):hover .efcn__nav-meta {
  background: var(--efcn-icon-hover-bg) !important;
  color: var(--efcn-icon-hover-color) !important;
}

.efcn.efcn--manual-style .efcn__nav-button.is-active .efcn__nav-meta {
  background: var(--efcn-icon-active-bg) !important;
  color: var(--efcn-icon-active-color) !important;
}

.efcn.efcn--manual-style .efcn__nav-button::after {
  color: var(--efcn-arrow-color) !important;
}

.efcn.efcn--manual-style .efcn__nav-button:not(.is-active):hover::after {
  color: var(--efcn-arrow-hover-color) !important;
}

.efcn.efcn--manual-style .efcn__nav-button.is-active::after {
  color: var(--efcn-arrow-active-color) !important;
}

.efcn.efcn--manual-style .efcn__nav-button:not(.is-active) .efcn__nav-description {
  color: var(--efcn-nav-desc) !important;
}

.efcn.efcn--manual-style .efcn__nav-button:not(.is-active):hover .efcn__nav-description {
  color: var(--efcn-nav-hover-desc) !important;
}

.efcn.efcn--manual-style .efcn__nav-button.is-active .efcn__nav-description {
  color: var(--efcn-nav-active-desc) !important;
}

.efcn__nav-label,
.efcn__nav-description,
.efcn__mobile-pill strong {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}



/* Long label protection: buttons grow vertically instead of leaking text outside. */
.efcn__nav-button,
.efcn__mobile-pill {
  height: auto;
}

/* Tablet inherits desktop navigation styling and standard responsive controls in v1.4.0. */

@media (max-width: 767px) {
  .efcn.efcn--manual-style .efcn__mobile-pill {
    background: var(--efcn-mobile-pill-bg) !important;
    color: var(--efcn-mobile-pill-text) !important;
    border-color: var(--efcn-mobile-pill-border, transparent) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill span {
    background: var(--efcn-mobile-pill-icon-bg, #fff) !important;
    color: var(--efcn-mobile-pill-icon-color, var(--efcn-primary)) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill::after {
    color: var(--efcn-mobile-pill-arrow-color, var(--efcn-arrow-color)) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill:not(.is-active):hover {
    background: var(--efcn-mobile-pill-hover-bg, var(--efcn-mobile-pill-bg)) !important;
    color: var(--efcn-mobile-pill-hover-text, var(--efcn-mobile-pill-text)) !important;
    border-color: var(--efcn-mobile-pill-hover-border, var(--efcn-mobile-pill-border, transparent)) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill:not(.is-active):hover span {
    background: var(--efcn-mobile-pill-hover-icon-bg, var(--efcn-mobile-pill-icon-bg, #fff)) !important;
    color: var(--efcn-mobile-pill-hover-icon-color, var(--efcn-mobile-pill-icon-color, var(--efcn-primary))) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill:not(.is-active):hover::after {
    color: var(--efcn-mobile-pill-hover-arrow-color, var(--efcn-mobile-pill-arrow-color, var(--efcn-arrow-color))) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill.is-active {
    background: var(--efcn-mobile-pill-active-background) !important;
    color: var(--efcn-mobile-pill-active-text) !important;
    border-color: var(--efcn-mobile-pill-active-border, var(--efcn-nav-active-border)) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill.is-active span {
    background: var(--efcn-mobile-pill-active-icon-bg, #fff) !important;
    color: var(--efcn-mobile-pill-active-icon-color, var(--efcn-primary)) !important;
  }

  .efcn.efcn--manual-style .efcn__mobile-pill.is-active::after {
    color: var(--efcn-mobile-pill-active-arrow-color, var(--efcn-arrow-active-color)) !important;
  }
}
