.mo-body {
  --mo-primary: #04a9f5;
  --mo-primary-strong: #047db8;
  --mo-accent: #6c5ce7;
  --mo-ink: #24324a;
  --mo-text: #3d4b63;
  --mo-muted: #66758b;
  --mo-line: #dce4ee;
  --mo-soft: #f6f9fc;
  --mo-surface: #ffffff;
  --mo-success: #0f9f7a;
  --mo-warning: #a96f00;
  --mo-danger: #d4362d;
  --mo-shadow: 0 18px 42px rgba(36, 50, 74, 0.10);
  background: #fbfcfe;
  color: #3d4b63;
  min-width: 320px;
  margin: 0;
  padding: 0 !important;
  overflow-x: hidden;
}

.mo-body .footer {
  min-width: 0;
}

.mo-page {
  --mo-primary: #04a9f5;
  --mo-primary-strong: #047db8;
  --mo-accent: #6c5ce7;
  --mo-ink: #24324a;
  --mo-text: #3d4b63;
  --mo-muted: #66758b;
  --mo-line: #dce4ee;
  --mo-soft: #f6f9fc;
  --mo-surface: #ffffff;
  --mo-success: #0f9f7a;
  --mo-warning: #a96f00;
  --mo-danger: #d4362d;
  --mo-shadow: 0 18px 42px rgba(36, 50, 74, 0.10);
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 34px;
  box-sizing: border-box;
  font-family: "Public Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.mo-page *,
.mo-page *::before,
.mo-page *::after {
  box-sizing: border-box;
}

.mo-page button,
.mo-page input,
.mo-page select,
.mo-page textarea {
  font: inherit;
}

.mo-top-shell,
.mo-result-card {
  border: 1px solid var(--mo-line);
  border-radius: 8px;
  background: var(--mo-surface);
  box-shadow: 0 18px 42px rgba(36, 50, 74, 0.06);
}

.mo-top-shell {
  margin-bottom: 18px;
  padding: 20px;
}

.mo-public-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}

.mo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mo-brand img,
.mo-brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  flex: none;
}

.mo-brand-icon {
  display: grid;
  place-items: center;
  color: var(--mo-primary-strong);
  border: 1px solid #e5edf6;
  font-size: 22px;
}

.mo-brand-title {
  color: var(--mo-ink);
  font-size: 16px;
  font-weight: 800;
}

.mo-brand-subtitle {
  color: var(--mo-muted);
  font-size: 13px;
}

.mo-banner {
  display: block;
  width: 100%;
  max-height: 180px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.mo-hero {
  display: grid;
  gap: 10px;
  align-items: start;
}

.mo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mo-primary-strong);
  font-size: 13px;
  font-weight: 800;
}

.mo-hero h1 {
  margin: 0;
  color: var(--mo-ink);
  font-size: 44px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.mo-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.mo-pill,
.mo-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.mo-pill {
  border: 1px solid #e6edf5;
  background: #fff;
  color: var(--mo-ink);
  padding: 7px 11px;
}

.mo-badge {
  padding: 5px 10px;
  white-space: nowrap;
}

.mo-badge-info {
  background: #e8f7fc;
  color: #126d90;
}

.mo-badge-success {
  background: #e7fbf6;
  color: #08765c;
}

.mo-badge-warning {
  background: #fff5da;
  color: #865900;
}

.mo-badge-danger {
  background: #ffeded;
  color: #b4231b;
}

.mo-flow-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.mo-page #main-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
}

.mo-page #main-card > .card-header,
.mo-page #main-card > .card-body {
  padding: 0;
  border: 0;
  background: transparent;
}

.mo-page #main-card > .card-header {
  display: none;
}

.mo-page .wizard {
  display: grid;
  gap: 16px;
}

.mo-page .wizard > .steps {
  padding: 0 !important;
  border: 1px solid var(--mo-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(36, 50, 74, 0.06);
  overflow: hidden;
}

.mo-page .wizard > .steps > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
}

.mo-page .wizard > .steps > ul > li {
  display: grid !important;
  width: auto !important;
  margin: 0 !important;
  border-right: 1px solid #edf2f6;
}

.mo-page .wizard > .steps > ul > li:last-child {
  border-right: 0;
}

.mo-page .wizard > .steps a,
.mo-page .wizard > .steps a:hover,
.mo-page .wizard > .steps a:active {
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 64px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--mo-muted);
  padding: 8px 6px;
  text-align: center;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  text-decoration: none !important;
}

.mo-page .wizard > .steps .current a,
.mo-page .wizard > .steps .current a:hover,
.mo-page .wizard > .steps .current a:active {
  background: #eef9ff !important;
  color: var(--mo-primary-strong) !important;
}

.mo-page .wizard > .steps .done a,
.mo-page .wizard > .steps .done a:hover,
.mo-page .wizard > .steps .done a:active {
  background: #fff !important;
  color: var(--mo-ink) !important;
}

.mo-page .wizard > .steps a .number,
.mo-page .wizard > .steps a:hover .number,
.mo-page .wizard > .steps a:active .number,
.mo-page .wizard > .steps .number {
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 auto !important;
  margin-right: auto !important;
  border-radius: 50%;
  background: #edf2f6 !important;
  color: var(--mo-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
}

.mo-page .wizard > .steps .title,
.mo-page .wizard > .steps a:hover .title,
.mo-page .wizard > .steps a:active .title,
.mo-page .wizard > .steps .current a .title,
.mo-page .wizard > .steps .current a:hover .title,
.mo-page .wizard > .steps .current a:active .title,
.mo-page .wizard > .steps .done a .title,
.mo-page .wizard > .steps .done a:hover .title,
.mo-page .wizard > .steps .done a:active .title {
  display: block !important;
  margin: 0 !important;
  min-height: 0 !important;
  color: inherit !important;
  text-align: center;
  white-space: normal !important;
  transition: none !important;
}

.mo-page .wizard > .steps .current .number,
.mo-page .wizard > .steps .done .number {
  background: var(--mo-primary) !important;
  color: #fff !important;
}

.mo-page .wizard > .steps a:hover .number,
.mo-page .wizard > .steps a:focus .number,
.mo-page .wizard > .steps a:active .number,
.mo-page .wizard > .steps .disabled a:hover .number,
.mo-page .wizard > .steps .disabled a:focus .number,
.mo-page .wizard > .steps .disabled a:active .number {
  background: #edf2f6 !important;
  color: var(--mo-muted) !important;
}

.mo-page .wizard > .steps .current a .number,
.mo-page .wizard > .steps .current a:hover .number,
.mo-page .wizard > .steps .current a:focus .number,
.mo-page .wizard > .steps .current a:active .number,
.mo-page .wizard > .steps .done a .number,
.mo-page .wizard > .steps .done a:hover .number,
.mo-page .wizard > .steps .done a:focus .number,
.mo-page .wizard > .steps .done a:active .number {
  background: var(--mo-primary) !important;
  color: #fff !important;
}

.mo-page .wizard > .content {
  min-height: 456px;
  margin: 0;
  padding: 0 !important;
  border: 1px solid var(--mo-line);
  border-radius: 8px 8px 0 0;
  background: #fff;
  overflow: visible;
}

.mo-page .wizard > .content > .title {
  display: none;
}

.mo-page .wizard > .content > .body {
  position: relative;
  width: 100%;
  height: auto;
  padding: 22px;
}

.mo-page .wizard > .actions {
  margin: 0;
  padding: 16px 22px;
  border: 1px solid var(--mo-line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.mo-page .wizard > .actions > ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mo-page .wizard > .actions > ul > li {
  margin: 0;
}

.mo-page .wizard > .actions a,
.mo-page .wizard > .actions a:hover,
.mo-page .wizard > .actions a:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 8px 14px;
  font-weight: 800;
  text-decoration: none;
}

.mo-page .wizard > .actions a[href="#previous"] {
  background: #fff;
  border-color: var(--mo-line);
  color: var(--mo-ink);
}

.mo-page .wizard > .actions a[href="#next"],
.mo-page .wizard > .actions a[href="#finish"] {
  background: var(--mo-primary);
  border-color: var(--mo-primary);
  color: #fff;
}

.mo-page .wizard > .actions .disabled a,
.mo-page .wizard > .actions .disabled a:hover {
  opacity: 0.55;
  cursor: not-allowed;
}

.mo-step-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.mo-step-title-row h2,
.mo-result-card h2 {
  margin: 0;
  color: var(--mo-ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.mo-subtitle {
  margin-top: 4px;
  color: var(--mo-muted);
  font-size: 13px;
}

.mo-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #cfeefe;
  border-radius: 7px;
  background: #f1fbff;
  color: var(--mo-text);
}

.mo-notice-warning {
  border-color: #ffe3a8;
  background: #fff9ec;
}

.mo-notice-success {
  border-color: #caefe5;
  background: #f0fffb;
}

.mo-notice i {
  color: var(--mo-primary-strong);
  font-size: 21px;
}

.mo-notice-warning i {
  color: var(--mo-warning);
}

.mo-notice-success i {
  color: var(--mo-success);
}

.mo-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mo-field {
  min-width: 0;
  margin: 0;
}

.mo-field-full {
  grid-column: 1 / -1;
}

.mo-field label,
.mo-label {
  display: block;
  margin-bottom: 6px;
  color: var(--mo-ink);
  font-size: 13px;
  font-weight: 800;
}

.mo-page .form-control,
.mo-input,
.mo-select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--mo-line);
  border-radius: 7px;
  background: #fff;
  color: var(--mo-text);
  padding: 9px 11px;
  outline: none;
  box-shadow: none;
}

.mo-page .form-control:focus,
.mo-input:focus,
.mo-select:focus {
  border-color: var(--mo-primary);
  box-shadow: 0 0 0 3px rgba(4, 169, 245, 0.16);
}

.mo-coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.mo-field-feedback {
  min-height: 18px;
  margin-top: 6px;
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 700;
}

.mo-field-feedback-error {
  color: var(--mo-danger);
}

.mo-field-feedback-success {
  color: var(--mo-success);
}

.mo-coupon-status {
  font-weight: 800;
}

.mo-coupon-summary {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #d8efe2;
  border-radius: 8px;
  background: #f6fffa;
  color: var(--mo-ink);
}

.mo-coupon-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 800;
}

.mo-coupon-summary-row strong {
  color: var(--mo-ink);
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
}

.mo-coupon-summary-total {
  margin-top: 2px;
  padding-top: 7px;
  border-top: 1px solid #d8efe2;
  color: var(--mo-ink);
}

.mo-coupon-summary-total strong {
  color: var(--mo-success);
  font-size: 14px;
}

.mo-checkbox-field label.mo-checkline,
.mo-checkline {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  column-gap: 9px;
  color: var(--mo-ink);
  font-weight: 700;
}

.mo-switch-line {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mo-ink);
  font-weight: 700;
}

.mo-checkline input,
.mo-switch-line input {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  flex: none;
}

.mo-checkline .form-check-input {
  position: static !important;
  float: none !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.mo-checkline span {
  display: block;
  line-height: 1.35;
}

.mo-checkbox-field {
  padding-top: 2px;
}

.mo-checkbox-field .mo-checkline {
  display: grid;
  min-height: 22px;
  margin-bottom: 0;
}

.mo-responsible-box {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #edf2f6;
}

.mo-list {
  display: grid;
  gap: 10px;
}

.mo-list + .mo-list,
.mo-section-gap {
  margin-top: 14px;
}

.mo-list-item,
.mo-payment-details,
.mo-checkout-frame {
  border: 1px solid var(--mo-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.mo-list-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.mo-list-item-start {
  align-items: flex-start;
}

.mo-item-main {
  color: var(--mo-ink);
  font-weight: 800;
}

.mo-item-note {
  margin-top: 3px;
  color: var(--mo-muted);
  font-size: 13px;
}

.mo-value {
  color: var(--mo-ink);
  font-weight: 800;
  text-align: right;
}

.mo-label-uppercase {
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mo-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mo-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  border-radius: 7px;
  padding: 8px 13px;
  font-weight: 800;
  white-space: nowrap;
}

.mo-page .btn-primary {
  background: var(--mo-primary);
  border-color: var(--mo-primary);
  color: #fff;
}

.mo-page .btn-secondary,
.mo-page .btn-default {
  background: #fff;
  border-color: var(--mo-line);
  color: var(--mo-ink);
}

.mo-page .btn-soft {
  background: #e8f7fc;
  border-color: #e8f7fc;
  color: var(--mo-primary-strong);
}

.mo-page .btn-success {
  background: #e7fbf6;
  border-color: #e7fbf6;
  color: var(--mo-success);
}

.mo-page .btn-warning {
  background: #fff5da;
  border-color: #fff5da;
  color: var(--mo-warning);
}

.mo-payment-section {
  display: grid;
  gap: 10px;
}

.mo-native-payment-select {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.mo-payment-plan-grid {
  display: grid;
  gap: 10px;
}

.mo-plan-option {
  display: grid;
  width: 100%;
  gap: 8px;
  padding: 13px;
  border: 1px solid var(--mo-line);
  border-radius: 8px;
  background: #fff;
  color: var(--mo-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.mo-plan-option.active {
  border-color: var(--mo-primary);
  background: #f5fbff;
  box-shadow: inset 0 0 0 1px rgba(4, 169, 245, 0.18);
}

.mo-plan-top,
.mo-plan-flags,
.mo-payment-detail-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mo-plan-flags {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mo-plan-top,
.mo-payment-detail-head {
  justify-content: space-between;
}

.mo-plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #eef7fb;
  color: var(--mo-primary-strong);
  font-size: 18px;
  flex: none;
}

.mo-plan-title {
  color: var(--mo-ink);
  font-size: 14px;
  font-weight: 800;
}

.mo-plan-price {
  color: var(--mo-ink);
  font-size: 18px;
  font-weight: 800;
}

.mo-plan-note {
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 700;
}

.mo-payment-flag,
.mo-payment-secure {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #e7fbf6;
  color: var(--mo-success);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.mo-payment-flag-legacy {
  background: #fff5da;
  color: var(--mo-warning);
}

.mo-payment-secure {
  border-radius: 7px;
  background: #eef7fb;
  color: var(--mo-primary-strong);
}

.mo-checkout-method-grid {
  display: grid;
  gap: 9px;
}

.mo-checkout-method {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #edf2f6;
  border-radius: 8px;
  background: #fff;
}

.mo-checkout-method .mo-plan-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 23px;
}

.mo-checkout-method .mo-plan-icon i {
  font-size: inherit;
  line-height: 1;
}

.mo-checkout-method strong,
.mo-checkout-method span {
  display: block;
}

.mo-checkout-method strong {
  color: var(--mo-ink);
  font-size: 13px;
  font-weight: 800;
}

.mo-checkout-method span {
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 700;
}

.mo-payment-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.mo-payment-details {
  display: grid;
  gap: 10px;
  background: #fbfdff;
}

.mo-payment-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f6;
}

.mo-payment-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mo-file-box {
  min-width: 300px;
}

.mo-file-control {
  display: grid;
  grid-template-columns: minmax(0, 360px) auto;
  gap: 8px;
  align-items: center;
}

.mo-file {
  min-width: 0;
}

.mo-file-remove[hidden] {
  display: none !important;
}

.mo-file-name {
  min-height: 18px;
  margin-top: 6px;
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.mo-checkout-shell {
  display: grid;
  gap: 14px;
}

.mo-checkout-frame {
  overflow: hidden;
  padding: 0;
}

.mo-checkout-wait {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
}

.mo-status-icon,
.mo-result-icon {
  display: grid;
  place-items: center;
  border-radius: 8px;
  flex: none;
}

.mo-status-icon {
  width: 58px;
  height: 58px;
  background: #eaf8fd;
  color: var(--mo-primary-strong);
  font-size: 30px;
}

.mo-result-icon {
  width: 54px;
  height: 54px;
  background: #e7fbf6;
  color: var(--mo-success);
  font-size: 30px;
}

.mo-status-copy {
  display: grid;
  gap: 6px;
}

.mo-status-copy strong {
  color: var(--mo-ink);
  font-size: 18px;
}

.mo-status-copy p,
.mo-result-card p {
  margin: 0;
  color: var(--mo-muted);
}

.mo-result-card {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 18px;
}

.mo-result-page {
  width: min(760px, calc(100% - 28px));
  margin: 34px auto;
}

.mo-flow-panel > .mo-result-page {
  width: 100%;
  margin: 0;
}

.mo-clicksign-shell {
  display: grid;
  gap: 16px;
}

.mo-clicksign-doc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mo-clicksign-doc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--mo-line);
  border-radius: 8px;
  background: #fff;
  color: var(--mo-primary-strong);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.mo-clicksign-doc-link:hover,
.mo-clicksign-doc-link:focus {
  color: var(--mo-primary-strong);
  text-decoration: none;
}

.mo-clicksign-doc-link-muted {
  color: var(--mo-muted);
}

.mo-clicksign-widget {
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--mo-line);
  border-radius: 8px;
  background: #fff;
}

.mo-clicksign-widget iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}

.mo-clicksign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mo-hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .mo-payment-grid {
    grid-template-columns: 1fr;
  }

  .mo-coupon-row {
    grid-template-columns: 1fr;
  }

  .mo-file-box {
    width: 100%;
    min-width: 0;
  }

  .mo-file-control {
    grid-template-columns: 1fr;
  }

  .mo-file-name {
    text-align: left;
  }
}

@media (max-width: 680px) {
  html,
  body.mo-body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.mo-body > .mo-page {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding: 12px 0 24px;
  }

  .mo-public-header,
  .mo-step-title-row,
  .mo-list-item,
  .mo-payment-row,
  .mo-payment-detail-head,
  .mo-page .wizard > .actions > ul {
    align-items: stretch;
    flex-direction: column;
  }

  .mo-plan-top {
    align-items: flex-start;
  }

  .mo-plan-flags {
    justify-content: flex-start;
  }

  .mo-top-shell,
  .mo-page .wizard > .content > .body,
  .mo-page .wizard > .actions {
    padding: 16px;
  }

  .mo-hero h1 {
    font-size: 26px;
    overflow-wrap: anywhere;
  }

  .mo-page .wizard > .steps > ul {
    grid-template-columns: 1fr;
  }

  .mo-page .wizard > .steps > ul > li {
    border-right: 0;
    border-bottom: 1px solid #edf2f6;
  }

  .mo-page .wizard > .steps > ul > li:last-child {
    border-bottom: 0;
  }

  .mo-page .wizard > .steps a,
  .mo-page .wizard > .steps a:hover,
  .mo-page .wizard > .steps a:active {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    min-height: 54px;
    text-align: center;
  }

  .mo-page .wizard > .steps .number {
    margin: 0 auto;
  }

  .mo-form-grid {
    grid-template-columns: 1fr;
  }

  .mo-checkout-wait {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .mo-value {
    text-align: left;
  }

  .mo-page .btn,
  .mo-page .wizard > .actions a {
    width: 100%;
    white-space: normal;
  }

  .mo-clicksign-widget,
  .mo-clicksign-widget iframe {
    min-height: 520px;
  }

  .mo-clicksign-actions {
    flex-direction: column;
    justify-content: stretch;
  }
}
