/* Keep the five-step journey independent of the WordPress theme's button reset. */
body.enduri-migrated .elementor [data-enduri-steps] {
  min-width: 0;
}
body.enduri-migrated .elementor [data-enduri-steps] > * {
  min-width: 0;
  max-width: 100%;
}
body.enduri-migrated .elementor [data-enduri-steps] li {
  list-style: none;
  min-width: 0;
}
body.enduri-migrated .elementor [data-enduri-steps] li::marker {
  content: "";
}
body.enduri-migrated .elementor [data-enduri-steps] [data-enduri-step] {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #121212;
  white-space: normal;
  text-align: left;
  opacity: 1;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
body.enduri-migrated .elementor [data-enduri-step] > span:first-child {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #e4e2e3;
  color: #6b606d;
  box-shadow: none;
  transform: none;
  transition: background-color 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out;
}
body.enduri-migrated .elementor [data-enduri-step] > span:last-child {
  flex: 1 1 0%;
  min-width: 0;
  transform: none;
  translate: none;
  white-space: normal;
  overflow-wrap: break-word;
}
body.enduri-migrated .elementor [data-enduri-step] > span:last-child > span:first-child {
  color: #4b3d4f;
}
body.enduri-migrated .elementor [data-enduri-step] > span:last-child > span:last-child {
  color: #6b606d;
}
body.enduri-migrated .elementor [data-enduri-step][aria-current="step"] > span:first-child,
body.enduri-migrated .elementor [data-enduri-step][aria-current="true"] > span:first-child {
  background: var(--enduri-step-color, #6b237d);
  border-color: var(--enduri-step-color, #6b237d);
  color: var(--enduri-step-ink, #fff);
}
body.enduri-migrated .elementor [data-enduri-step][aria-current="step"] > span:last-child > span:first-child,
body.enduri-migrated .elementor [data-enduri-step][aria-current="true"] > span:last-child > span:first-child {
  color: #260b2d;
}
body.enduri-migrated .elementor [data-enduri-step]:hover > span:first-child {
  border-color: var(--enduri-step-color, #6b237d);
}
body.enduri-migrated .elementor [data-enduri-step]:focus-visible > span:first-child {
  outline: 2px solid #6b237d;
  outline-offset: 4px;
}
body.enduri-migrated .elementor [data-enduri-steps] li > span[aria-hidden="true"] {
  pointer-events: none;
}
body.enduri-migrated .elementor [data-enduri-steps] li > span[aria-hidden="true"] > span {
  background: var(--enduri-step-color, #6b237d);
  scale: 1;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 180ms ease-out;
}
body.enduri-migrated .elementor [data-enduri-steps] li[data-enduri-step-state="complete"] > span[aria-hidden="true"] > span {
  transform: scaleY(1);
}
body.enduri-migrated .elementor [data-enduri-steps] [data-enduri-panel][hidden],
body.enduri-migrated .elementor [data-enduri-steps] [data-enduri-panel][aria-hidden="true"] {
  display: none !important;
}
@media (min-width: 1024px) {
  body.enduri-migrated .elementor [data-enduri-steps] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.enduri-migrated .elementor [data-enduri-steps] *,
  body.enduri-migrated .elementor [data-enduri-steps] *::before,
  body.enduri-migrated .elementor [data-enduri-steps] *::after {
    animation: none !important;
    transition: none !important;
  }
}
