/* ---------- COLORS  ---------- */
/* Brand primary: black (replaces former blue #1864F2). */
/* ---------- FONTS  ---------- */
main.main-content:has(.signer-flow--signing) {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0 !important;
  overflow: hidden;
  padding-bottom: 0;
}
main.main-content:has(.signer-flow--signing) > .main-content__layout {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0 !important;
  height: 100%;
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
}

.main-content__layout > .signer-flow--signing {
  flex: 1 1 auto;
  max-width: none;
  align-self: stretch;
  height: 100%;
  min-height: 0;
}

.signer-flow {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.signer-flow--signing {
  max-width: none;
  width: calc(100% + 90px);
  flex: 1 1 auto;
  min-width: 0;
  margin-top: -20px;
  margin-left: -35px;
  margin-right: -55px;
  padding-left: 35px;
  padding-right: 55px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.signer-flow__header {
  position: sticky;
  top: -20px;
  z-index: 40;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.signer-flow__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 24px;
  flex-wrap: wrap;
}
.signer-flow__header-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.signer-flow__header-logo {
  height: 28px;
  width: auto;
  flex-shrink: 0;
}
.signer-flow__header-context {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #9ca3af;
  padding-left: 16px;
  border-left: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.signer-flow__header-doc {
  min-width: 0;
}
.signer-flow__header-doc-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signer-flow__header-doc-subtitle {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.3;
  margin-top: 2px;
}
.signer-flow__header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.signer-flow__header-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #059669;
}
.signer-flow__header-secure-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d1fae5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.signer-flow__header-decline {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  text-decoration: none;
}
.signer-flow__header-decline:hover {
  color: #374151;
}
.signer-flow__header-finish {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.signer-flow__header-finish-arrow {
  font-size: 16px;
  line-height: 1;
}
.signer-flow__header-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 10px 24px 12px;
  border-top: 1px solid #f3f4f6;
}
.signer-flow__header-progress-label, .signer-flow__header-page-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #9ca3af;
  white-space: nowrap;
}
.signer-flow__header-progress-track {
  height: 3px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
}
.signer-flow__header-progress-fill {
  height: 100%;
  background: #14b8a6;
  transition: width 0.2s ease;
}
.signer-flow__viewer-panel {
  position: relative;
  width: 100%;
  min-width: 0;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  overflow: hidden;
  box-sizing: border-box;
  background: #f8f9fa;
}
.signer-flow__viewer-shell {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.signer-flow__viewer-shell #pdfViewerSync {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  overflow: visible !important;
  box-sizing: border-box;
}
.signer-flow__viewer-shell #pdfViewerSync .e-pv-toolbar {
  flex: 0 0 auto;
}
.signer-flow__viewer-shell #pdfViewerSync .e-pv-annotation-toolbar {
  flex: 0 0 auto;
}
.signer-flow__viewer-shell #pdfViewerSync :has(> [id$=_mainContainer]) {
  overflow: visible !important;
  min-height: 0 !important;
}
.signer-flow__viewer-shell #pdfViewerSync [id$=_mainContainer] {
  flex: 1 1 auto;
  width: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.signer-flow__viewer-shell #pdfViewerSync .e-pv-viewer-container {
  flex: 1 1 auto;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: 100% !important;
  overflow: auto !important;
  box-sizing: border-box;
}
.signer-flow__field-dock-host {
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(12px, env(safe-area-inset-bottom, 0px));
  display: flex;
  justify-content: center;
  z-index: 45;
  pointer-events: none;
  padding: 0 24px;
  box-sizing: border-box;
}
.signer-flow__field-dock-host--pinned {
  right: auto;
  bottom: auto;
}
.signer-flow__field-dock-host--dragging {
  z-index: 50;
}
.signer-flow__field-dock {
  pointer-events: auto;
  width: min(100%, 560px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(17, 24, 39, 0.12);
  overflow: hidden;
}
.signer-flow__field-dock-body {
  padding: 16px 18px 14px;
}
.signer-flow__field-dock-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.signer-flow__field-dock-step {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #9ca3af;
  text-transform: uppercase;
}
.signer-flow__field-dock-drag-handle {
  cursor: grab;
  user-select: none;
  touch-action: none;
  border-radius: 6px;
  padding: 2px 4px;
  margin: -2px -4px;
}
.signer-flow__field-dock-drag-handle:hover {
  color: #6b7280;
  background: rgba(17, 24, 39, 0.04);
}
.signer-flow__field-dock-drag-handle:active {
  cursor: grabbing;
}
.signer-flow__field-dock-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-top: 8px;
  line-height: 1.3;
}
.signer-flow__field-dock-hint {
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
  line-height: 1.45;
}
.signer-flow__field-dock-value-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #86efac;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.signer-flow__field-dock-value-badge-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}
.signer-flow__field-dock-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
}
.signer-flow__field-dock-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.signer-flow__field-dock-nav-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
}
.signer-flow__field-dock-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.signer-flow__field-dock-nav-btn:not(:disabled):hover {
  background: #eef2ff;
  color: #111827;
}
.signer-flow__field-dock-edit-btn {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 10px;
  cursor: pointer;
}
.signer-flow__field-dock-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.signer-flow__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.signer-flow__landing-card {
  padding: 28px 32px 24px;
}
.signer-flow__sender-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.signer-flow__sender-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.signer-flow__sender-company {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}
.signer-flow__sender-person {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
  margin-top: 2px;
}
.signer-flow__landing-title {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  line-height: 1.25;
}
.signer-flow__landing-intro {
  color: #4b5563;
  margin-bottom: 28px;
  line-height: 1.5;
}
.signer-flow__document-name {
  font-weight: 700;
  color: #111827;
}
.signer-flow__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
  text-align: center;
}
.signer-flow__stat-value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}
.signer-flow__stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #9ca3af;
  margin-top: 4px;
}
.signer-flow__order-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: #374151;
  margin-bottom: 24px;
  line-height: 1.45;
}
.signer-flow__order-icon {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.2;
}
.signer-flow__meta {
  color: #6b7280;
  margin-bottom: 24px;
}
.signer-flow__consent {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.5;
  color: #374151;
}
.signer-flow__consent-link {
  color: inherit;
  text-decoration: underline;
}
.signer-flow__consent-link strong {
  font-weight: 700;
}
.signer-flow__landing-submit {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.signer-flow__landing-submit--disabled, .signer-flow__landing-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.signer-flow__landing-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}
.signer-flow__secure-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9ca3af;
  text-align: center;
}
.signer-flow__secure-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d1fae5;
  color: #059669;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.signer-flow__decline-link {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #6b7280;
  text-decoration: underline;
  cursor: pointer;
}
.signer-flow__decline-link:hover {
  color: #374151;
}
.signer-flow__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.signer-flow__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.signer-flow__sidebar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.signer-flow__progress {
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin: 12px 0 20px;
}
.signer-flow__progress-bar {
  height: 100%;
  background: #1864f2;
  transition: width 0.2s ease;
}
.signer-flow__timeline-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}
.signer-flow__timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
  background: #d1d5db;
  flex-shrink: 0;
}
.signer-flow__timeline-dot--done {
  background: #10b981;
}
.signer-flow__timeline-dot--current {
  background: #1864f2;
}
.signer-flow__error-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fef3c7;
  color: #b45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
}
.signer-flow__decline-textarea {
  width: 100%;
  min-height: 120px;
  margin: 16px 0;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #ffe8e8;
  color: #111827;
  box-sizing: border-box;
  resize: vertical;
}
.signer-flow__decline-textarea::placeholder {
  color: #9f7676;
}
.signer-flow__decline-textarea:focus {
  outline: none;
  border-color: #f87171;
  background: #fff1f1;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15);
}
.signer-flow__done {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.signer-flow__done-header {
  text-align: center;
}
.signer-flow__done-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.signer-flow__done-badge-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ecfdf5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signer-flow__done-badge-ring img {
  display: block;
}
.signer-flow__done-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}
.signer-flow__done-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #6b7280;
}
.signer-flow__done-sub strong {
  color: #111827;
  font-weight: 600;
}
.signer-flow__done-next-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 20px 24px 24px;
}
.signer-flow__done-next-heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 20px;
}
.signer-flow__done-timeline {
  display: flex;
  flex-direction: column;
}
.signer-flow__done-step {
  display: flex;
  gap: 16px;
}
.signer-flow__done-step:last-child .signer-flow__done-step-body {
  padding-bottom: 0;
}
.signer-flow__done-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  flex-shrink: 0;
}
.signer-flow__done-node {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.signer-flow__done-node--current {
  border-color: #111827;
  color: #111827;
}
.signer-flow__done-node--pending {
  border-color: #111827;
  background: #fff;
}
.signer-flow__done-node--done {
  border-color: #10b981;
  background: #10b981;
  color: #fff;
}
.signer-flow__done-line {
  width: 2px;
  flex: 1;
  min-height: 24px;
  background: #e5e7eb;
  margin: 4px 0;
}
.signer-flow__done-line--done {
  background: #10b981;
}
.signer-flow__done-step-body {
  padding-bottom: 24px;
  min-width: 0;
}
.signer-flow__done-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}
.signer-flow__done-step-desc {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}
.signer-flow__done-download {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  font-weight: 600;
}
.signer-flow__done-download img {
  flex-shrink: 0;
  opacity: 0.85;
}
.signer-flow__done-acct-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: #f3f4f6;
  border-radius: 12px;
}
.signer-flow__done-acct-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.signer-flow__done-acct-text {
  flex: 1;
  min-width: 0;
}
.signer-flow__done-acct-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}
.signer-flow__done-acct-desc {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
}
.signer-flow__done-acct-btn {
  flex-shrink: 0;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
}

#pdfViewerSync .text-function.required {
  outline: 2px solid #ef4444;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
  z-index: 20 !important;
}

#pdfViewerSync .text-function.signer-flow-field-active {
  outline: 2px solid #1864f2;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(24, 100, 242, 0.18);
  z-index: 25 !important;
}

.signer-flow-confirm-submit-modal .signer-flow-confirm-submit {
  max-width: 560px;
  border-radius: 16px;
  overflow: hidden;
}

.signer-flow-confirm-submit__content {
  padding: 28px 28px 20px;
}
.signer-flow-confirm-submit__title {
  margin: 0 0 12px;
}
.signer-flow-confirm-submit__message, .signer-flow-confirm-submit__email {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}
.signer-flow-confirm-submit__message {
  margin-bottom: 8px;
}
.signer-flow-confirm-submit__message strong {
  color: #111827;
  font-weight: 700;
}
.signer-flow-confirm-submit__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 28px 24px;
  border-top: 1px solid #f3f4f6;
}
.signer-flow-confirm-submit__keep-editing {
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 0;
}
.signer-flow-confirm-submit__keep-editing:hover {
  color: #374151;
}
.signer-flow-confirm-submit__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  background: #111827;
  border-color: #111827;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 10px;
}
.signer-flow-confirm-submit__submit:hover:not(:disabled):not([disabled]) {
  background: #000;
  border-color: #000;
}
.signer-flow-confirm-submit__submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  font-size: 11px;
  line-height: 1;
}

.signer-flow-field-editor-modal .signer-flow-field-editor {
  max-width: 520px;
}
.signer-flow-field-editor-modal .signer-flow-field-editor__control {
  width: 90%;
  box-sizing: border-box;
}
.signer-flow-field-editor-modal .flatpickr-calendar {
  z-index: 10050;
}

.signer-flow-field-editor__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.signer-flow-field-editor__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  border: 1px solid #86efac;
  color: #047857;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.signer-flow-field-editor__title {
  margin-bottom: 8px;
}
.signer-flow-field-editor__hint {
  color: #6b7280;
  margin-bottom: 16px;
}
.signer-flow-field-editor__signature-wrap {
  margin-top: 8px;
}
.signer-flow-field-editor__signature-canvas {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
}
.signer-flow-field-editor__signature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.signer-flow-field-editor__clear-link {
  border: none;
  background: none;
  color: #6b7280;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (max-width: 920px) {
  main.main-content:has(.signer-flow--signing) {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: calc(100dvh - 120px);
    padding-bottom: 0;
  }
  .signer-flow {
    max-width: 100%;
  }
  .signer-flow--signing {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .signer-flow__layout {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 360px) {
  .signer-flow--signing {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 900px) {
  .signer-flow__field-dock-host {
    padding: 0 16px;
  }
  .signer-flow__viewer-panel {
    padding: 0 16px;
  }
  .signer-flow__header-top {
    padding: 12px 16px;
  }
  .signer-flow__header-progress {
    padding: 10px 16px 12px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .signer-flow__header-progress-track {
    order: 3;
  }
}
@media (max-width: 520px) {
  .signer-flow__done-acct-card {
    flex-wrap: wrap;
  }
  .signer-flow__done-acct-btn {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=signer-flow.css.map */
