.ps-runtime-nav [data-ps-suite-product] {
  touch-action: manipulation;
}

.ps-runtime-nav [data-ps-suite-product][data-ps-shell-active="true"] {
  background: #103746 !important;
  box-shadow: inset 3px 0 0 var(--ps-shell-mint), 0 4px 14px rgba(0, 0, 0, 0.13);
  color: #fff !important;
}

.ps-runtime-nav [data-ps-suite-product][data-ps-shell-active="true"] svg {
  color: var(--ps-shell-mint) !important;
}

body[data-ps-suite-route="denied"] .ps-runtime-nav button[data-ps-shell-active="true"],
body[data-ps-suite-route="error"] .ps-runtime-nav button[data-ps-shell-active="true"] {
  background: transparent !important;
  box-shadow: none !important;
  color: #b7c9cc !important;
}

body[data-ps-suite-facade="true"] .ps-runtime-workspace > :not(.ps-suite-view) {
  display: none !important;
}

.ps-suite-view {
  width: min(100%, 1120px);
  margin: 0 auto;
  color: #0a2030;
  font-family: var(--ps-shell-font);
}

.ps-suite-view-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  border: 1px solid #cfdfdf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(10, 32, 48, 0.06);
}

.ps-suite-view-mark {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 7px;
  background: #0a2030;
}

.ps-suite-view-mark-image {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ps-suite-view-copy {
  min-width: 0;
}

.ps-suite-view-eyebrow,
.ps-suite-safeguard-label {
  margin: 0;
  color: #147875;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-suite-view-title {
  margin: 4px 0 0;
  color: #0a2030;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ps-suite-view-detail {
  max-width: 760px;
  margin: 10px 0 0;
  color: #607778;
  font-size: 14px;
  line-height: 1.65;
}

.ps-suite-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ps-suite-primary-action,
.ps-suite-secondary-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.ps-suite-primary-action {
  background: #087b70;
  color: #fff;
}

.ps-suite-primary-action:hover {
  background: #05645d;
}

.ps-suite-secondary-action {
  border-color: #cfdfdf;
  background: #fff;
  color: #0a2030;
}

.ps-suite-primary-action:focus-visible,
.ps-suite-secondary-action:focus-visible {
  outline: 3px solid rgba(0, 151, 167, 0.2);
  outline-offset: 2px;
}

.ps-suite-safeguards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ps-suite-safeguard {
  padding: 16px;
  border: 1px solid #d5e3e4;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 9px rgba(10, 32, 48, 0.045);
}

.ps-suite-safeguard-detail {
  margin: 7px 0 0;
  color: #607778;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .ps-suite-view-heading {
    padding: 20px;
  }

  .ps-suite-safeguards {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-suite-primary-action,
  .ps-suite-secondary-action {
    transition: none !important;
  }
}
