#product-explorer {
  overflow-anchor: none;
  scroll-margin-top: 92px;
}

.workflow-stage .workflow-demo-link {
  margin-top: 18px;
}

.workflow-media {
  min-width: 0;
  width: 100%;
}

.workflow-media .product-shot__viewport {
  aspect-ratio: 16 / 10 !important;
  background: #edf4fb;
}

.workflow-media .product-shot__viewport img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center center !important;
  width: 100%;
}

.workflow-media--portrait-shot .product-shot__viewport {
  aspect-ratio: var(--shot-aspect, 3 / 4) !important;
  margin-inline: auto;
  max-width: min(100%, var(--shot-max-width, 420px));
}

.workflow-media--portrait-shot .product-shot__viewport img {
  object-fit: contain;
  object-position: center top !important;
}

.workflow-media--natural-shot .product-shot__viewport {
  aspect-ratio: var(--shot-aspect, 16 / 10) !important;
  margin-inline: auto;
  max-width: var(--shot-max-width, 100%);
}

.workflow-media--natural-shot .product-shot__viewport img {
  object-fit: contain;
  object-position: center center !important;
}

.workflow-media--iphone-shot .explorer-iphone-trigger {
  display: block;
  width: 100%;
  text-align: center;
}

.workflow-media--iphone-shot .explorer-iphone-shell {
  box-sizing: border-box;
  display: block;
  width: min(100%, 390px);
  margin-inline: auto;
  padding: 10px;
  border: 1px solid #050b16;
  border-radius: 48px;
  background: #111827;
  box-shadow: 0 26px 48px #071b3429;
}

@media (min-width: 961px) {
  #audit-labor .explorer-iphone-shell {
    width: min(100%, 293px);
  }
}

.workflow-media--iphone-shot .explorer-iphone-inner {
  display: block;
  overflow: hidden;
  border-radius: 38px;
  background: #eef4fb;
}

.workflow-media--iphone-shot .explorer-iphone-status {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  color: #101828;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: left;
}

.workflow-media--iphone-shot .explorer-iphone-island {
  width: 76px;
  height: 21px;
  border-radius: 999px;
  background: #101318;
}

.workflow-media--iphone-shot .explorer-iphone-status-icons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.workflow-media--iphone-shot .explorer-iphone-signal {
  display: inline-flex;
  align-items: end;
  gap: 2px;
  height: 11px;
}

.workflow-media--iphone-shot .explorer-iphone-signal i {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: currentColor;
}

.workflow-media--iphone-shot .explorer-iphone-signal i:nth-child(1) { height: 4px; }
.workflow-media--iphone-shot .explorer-iphone-signal i:nth-child(2) { height: 7px; }
.workflow-media--iphone-shot .explorer-iphone-signal i:nth-child(3) { height: 10px; }

.workflow-media--iphone-shot .explorer-iphone-battery {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.workflow-media--iphone-shot .explorer-iphone-battery::before {
  position: absolute;
  inset: 1.5px;
  border-radius: 1px;
  background: currentColor;
  content: "";
}

.workflow-media--iphone-shot .explorer-iphone-battery::after {
  position: absolute;
  top: 2px;
  right: -3px;
  width: 2px;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background: currentColor;
  content: "";
}

.workflow-media--iphone-shot .explorer-iphone-screen {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  aspect-ratio: auto !important;
  border: 0;
  border-radius: 0;
  background: #eef4fb;
  box-shadow: none;
}

.workflow-media--iphone-shot .explorer-iphone-screen img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top !important;
  border-radius: 0;
  filter: none;
}

.workflow-media--iphone-shot .explorer-iphone-home {
  display: block;
  width: 112px;
  height: 4px;
  margin: 9px auto 7px;
  border-radius: 999px;
  background: #111827;
}

.workflow-media--iphone-shot .explorer-iphone-trigger:focus-visible {
  outline: none;
}

.workflow-media--iphone-shot .explorer-iphone-trigger:focus-visible .explorer-iphone-shell {
  outline: 3px solid #4d87bc;
  outline-offset: 4px;
}

.workflow-media--iphone-shot .product-shot__zoom {
  margin-inline: auto;
}

.shot-switcher {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.shot-switcher button {
  appearance: none;
  background: #fff;
  border: 1px solid #b7cce0;
  border-radius: 999px;
  color: #143e69;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  padding: 9px 13px;
}

.shot-switcher button:hover,
.shot-switcher button:focus-visible {
  border-color: #1a76d2;
  outline: none;
}

.shot-switcher button[aria-pressed="true"] {
  background: #0f4d86;
  border-color: #0f4d86;
  color: #fff;
}

.shot-switcher--compact {
  gap: 6px;
}

.shot-switcher--compact button {
  padding-inline: 10px;
}

.workflow-nav-group--new .workflow-nav-label::after {
  background: #d7edff;
  border-radius: 999px;
  color: #075aa8;
  content: "NEW";
  font-size: 0.6rem;
  font-weight: 900;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: 1px;
}

@media (max-width: 760px) {
  .shot-switcher {
    margin-top: 4px;
  }

  .shot-switcher button {
    flex: 1 1 auto;
  }

  .workflow-media--iphone-shot .explorer-iphone-shell {
    width: min(100%, 350px);
    border-radius: 42px;
  }

  .workflow-media--iphone-shot .explorer-iphone-inner {
    border-radius: 32px;
  }

}
