                    .ftn-share-card-btn {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 999px;
                        padding: 0.55rem 1.2rem;
                        background: #f97316;
                        color: #111827;
                        font-size: 0.9rem;
                        font-weight: 600;
                        text-decoration: none;
                        transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
                        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.5);
                    }
                    .ftn-share-card-btn:hover {
                        background: #fb923c;
                        transform: translateY(-1px);
                        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.6);
                    }
                    .ftn-share-card-url {
                        font-size: 0.8rem;
                        color: #e5e7eb;
                        opacity: 0.85;
                        word-break: break-all;
                    }
                    .ftn-share-card-hint {
                        margin-top: 0.5rem;
                        font-size: 0.8rem;
                        color: #64748b;
                    }

                    /* Tools column */
                    .ftn-share-tool {
                        margin-bottom: 1.25rem;
                    }
                    .ftn-share-label {
                        display: block;
                        font-weight: 600;
                        margin-bottom: 0.3rem;
                    }
                    .ftn-share-link-row {
                        display: flex;
                        gap: 0.5rem;
                        align-items: stretch;
                    }
                    .ftn-share-link-row input[type="text"] {
                        flex: 1;
                        min-width: 0;
                        padding: 0.45rem 0.6rem;
                        border-radius: 0.5rem;
                        border: 1px solid #cbd5f5;
                        font-size: 0.85rem;
                        background: #f8fafc;
                        box-sizing: border-box;
                    }
                    .ftn-copy-btn {
                        white-space: nowrap;
                        border-radius: 0.5rem;
                        border: 1px solid #2563eb;
                        background: #2563eb;
                        color: #ffffff;
                        padding: 0.4rem 0.9rem;
                        cursor: pointer;
                        font-size: 0.9rem;
                        font-weight: 500;
                    }
                    .ftn-copy-btn:hover {
                        background: #1d4ed8;
                        border-color: #1d4ed8;
                    }
                    .ftn-share-note {
                        margin-top: 0.25rem;
                        font-size: 0.8rem;
                        color: #64748b;
                    }

                    .ftn-share-embed {
                        width: 100%;
                        min-height: 80px;
                        padding: 0.5rem 0.6rem;
                        border-radius: 0.5rem;
                        border: 1px solid #cbd5f5;
                        font-size: 0.8rem;
                        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
                        background: #f8fafc;
                        resize: vertical;
                        box-sizing: border-box;
                        margin-bottom: 0.4rem;
                    }

                    .ftn-share-buttons {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 0.5rem;
                        margin-top: 0.25rem;
                    }
                    .ftn-share-btn {
                        display: inline-block;
                        padding: 0.4rem 0.9rem;
                        border-radius: 999px;
                        border: 1px solid #cbd5e1;
                        background: #f8fafc;
                        text-decoration: none;
                        font-size: 0.9rem;
                        color: #0f172a;
                    }
                    .ftn-share-btn:hover {
                        background: #e2e8f0;
                    }

                    .ftn-share-qr-wrap {
                        display: inline-block;
                        padding: 0.4rem;
                        background: #f8fafc;
                        border-radius: 0.75rem;
                        border: 1px solid #e2e8f0;
                    }
                    .ftn-share-qr-wrap img {
                        display: block;
                        width: 130px;
                        height: 130px;
                    }

                    /* Website badge */
                    .ftn-reviewed-badge {
                        display: inline-flex;
                        align-items: center;
                        gap: 0.4rem;
                        padding: 0.3rem 0.7rem;
                        border-radius: 999px;
                        border: 1px solid #0f766e;
                        background: #ecfdf5;
                        text-decoration: none;
                        font-size: 0.8rem;
                        color: #064e3b;
                    }
                    .ftn-reviewed-badge-logo {
                        font-weight: 700;
                    }
                    .ftn-reviewed-badge-text {
                        font-weight: 500;
                    }
                    .ftn-reviewed-badge-stars {
                        font-weight: 600;
                    }

                    @media (max-width: 768px) {
                        .ftn-share-profile-box {
                            padding: 1.5rem 1.25rem;
                        }
                        .ftn-share-flex {
                            flex-direction: column;
                        }
                    }
				/* Make ALL FTN modals scroll if content is taller than screen */
.ftn-share-modal-backdrop {
    align-items: flex-start;
    padding: 1.5rem 0;
    overflow-y: auto;
}

.ftn-share-modal-backdrop .ftn-modal-wide {
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    margin: 0 1rem;
}

	    .ftn-parent { font-weight: 600 !important; }
    .select2-search--inline .select2-search__field { min-width: 12ch; width: auto; }

	  .ftn-tag { white-space: normal; text-align: right; }
  .ftn-price-line{display:block; line-height:1.15}
  .ftn-price-line .ftn-old{ text-decoration: line-through; opacity:.75; margin-right:6px }
  .ftn-price-line .ftn-new{ font-weight:700 }
  .ftn-price-line .ftn-note{ display:block; font-size:12px; opacity:.9; margin-top:2px }

  #ftn-progress .ftn-progress-top { font-size:14px; }
  #ftn-step-label { font-weight:600; }

      .ftn-provider-kpis{
        display:grid;
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:14px;
        margin:0 0 14px 0;
		text-align: center;
      }
      @media (max-width: 1100px){
        .ftn-provider-kpis{ grid-template-columns:repeat(2,minmax(0,1fr)); }
      }
      @media (max-width: 520px){
        .ftn-provider-kpis{ grid-template-columns:1fr; }
      }
      .ftn-kpi-card{
        background:#fff;
        border:1px solid #e5e7eb;
        border-radius:16px;
        padding:14px 14px 12px;
        box-shadow:0 10px 24px rgba(15,23,42,.06);
      }
      .ftn-kpi-title{
        font-size:13px;
        color:#475569;
        margin-bottom:6px;
        font-weight:600;
      }
      .ftn-kpi-value{
        font-size:26px;
        font-weight:800;
        color:#0f172a;
        line-height:1.1;
        margin-bottom:6px;
      }
      .ftn-kpi-sub{
        font-size:12px;
        color:#64748b;
      }
	/* --- FTN jobs topbar responsive fix --- */
.ftn-jobs-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap; /* allows stacking on mobile */
  margin-bottom: 1vw;
}

.ftn-jobs-topbar-left{
  flex:1 1 240px;
  min-width:200px;
}

.ftn-jobs-title{
  margin:0;
  /* prevent weird letter breaking */
  word-break: normal;
  overflow-wrap: normal;
  hyphens: auto;
}

.ftn-jobs-topbar-right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* buttons */
.ftn-jobs-topbar-right a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 14px;
  min-height:44px;
  line-height:1.2;

  /* IMPORTANT: stop letter-by-letter breaking */
  word-break: normal !important;
  overflow-wrap: break-word; /* wrap at words when possible */
  hyphens: auto;

  /* nice mobile wrapping */
  flex:1 1 140px;
  max-width:200px;
}

/* Mobile: title full width above buttons, buttons become 2 columns */
@media (max-width: 768px){

	.ftn-jobs-topbar{
	display: grid;
	text-align: center;
	justify-content: unset;
	}

}
													.ftn-flex-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid #e6e6e6;
  border-radius:12px;
  background:#fff;
}

.ftn-flex-banner-text{
  flex:1;
  min-width:220px;
}

.ftn-flex-banner-cta{
  flex:0 0 auto;
}

@media (max-width: 480px){
  .ftn-flex-banner{
    flex-direction:column;
    align-items:stretch;
  }
  .ftn-flex-banner-cta .ftn-button-small{
    display:block;
    width:100%;
    text-align:center;
  }
}
/* Shared upsell header row layout (chat upsell + flex upsell) */
.ftn-upsell-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

/* Mobile: stack + center + button centered */
@media (max-width: 768px){
  .ftn-upsell-row{
    flex-direction:column;
    text-align:center;
  }
  .ftn-upsell-row .ftn-offer-form-cta{
    width:100%;
    display:flex;
    justify-content:center;
  }
}

/* Tips box container */
.ftn-tips-box {
  margin: 8px 0 10px;
}

/* Accordion card */
.ftn-tips-accordion {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  background: rgba(0,0,0,0.02);
  overflow: hidden;
}

/* Summary */
.ftn-tips-summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  user-select: none;
}

.ftn-tips-summary::-webkit-details-marker {
  display: none;
}

.ftn-tips-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Chevron */
.ftn-tips-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  opacity: 0.75;
}

details[open] .ftn-tips-chevron {
  transform: rotate(-135deg);
}

/* Content */
.ftn-tips-content {
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.ftn-tips-text {
  color: #000000;
  line-height: 1.45;
}

.ftn-tips-text strong {
  color: #000000;
}

/* Actions row */
.ftn-tips-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ftn-tips-note {
  margin: 0;
  opacity: 0.85;
}

/* Example block */
.ftn-tips-example {
  margin: 0;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.65);
  white-space: pre-wrap;
  line-height: 1.45;
  font-size: 13px;
}
/* Offer tips box spacing */
.ftn-tips-box--offer { margin: 10px 0 12px; }

/* Accordion card */
.ftn-tips-accordion{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  background: #f7f8fb;
  overflow: hidden;
}

/* Summary row */
.ftn-tips-summary{
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  user-select: none;
}

.ftn-tips-summary::-webkit-details-marker{ display:none; }

.ftn-tips-summary-left{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ftn-tips-icon{
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  font-size: 14px;
}

.ftn-tips-title{ font-size: 15px; }

/* Chevron */
.ftn-tips-chevron{
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  opacity: 0.75;
}

details[open] .ftn-tips-chevron{ transform: rotate(-135deg); }

/* Content */
.ftn-tips-content{
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.ftn-tips-text{
  color: rgba(0,0,0,0.78);
  line-height: 1.45;
  margin-bottom: 10px;
}

/* Actions row */
.ftn-tips-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.ftn-tips-chipline{
  font-size: 13px;
  color: rgba(0,0,0,0.70);
  background: rgba(0,0,0,0.05);
  padding: 8px 10px;
  border-radius: 999px;
}

/* Example block */
.ftn-tips-example{
  margin: 0;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  white-space: pre-wrap;
  line-height: 1.45;
  font-size: 13px;
  color: rgba(0,0,0,0.88);
}

/* Optional: make button a bit more “primary” if your .ftn-button-small is bland */
.ftn-button-small{
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
}

/* ===== FTN COST CALCULATOR ===== */

.ftn-cost-calculator {
  margin: 2em auto;
  max-width: 800px;
}

.ftn-cost-calculator__inner {
  background: #fff;
  border-left: 4px solid var(--global-palette1);
  border-top: 1px solid #ddebf5;
  border-right: 1px solid #ddebf5;
  border-bottom: 1px solid #ddebf5;
  border-radius: 4px;
  padding: 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ftn-cost-calculator__title {
  margin: 0 0 0.5em;
  font-size: 1.75em;
  line-height: 1.2;
  color: var(--global-palette1);
  text-align: center;
}

.ftn-cost-calculator__description {
  margin: 0 0 1.5em;
  color: #555;
  text-align: center;
  line-height: 1.5em;
}

.ftn-cost-calculator__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em 1.5em;
  margin-bottom: 1.5em;
}

.ftn-cost-calculator__field label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
  text-align: left;
}

.ftn-cost-calculator__field input,
.ftn-cost-calculator__field select {
  width: 100%;
  height: 42px;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 0.95em;
  box-sizing: border-box;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.ftn-cost-calculator__field input:focus,
.ftn-cost-calculator__field select:focus {
  border-color: var(--global-palette1);
  box-shadow: 0 0 0 2px rgba(0,115,170,0.12);
}

.ftn-cost-calculator__result {
  border-top: 1px solid #eee;
  padding-top: 1.5em;
  text-align: center;
}

.ftn-cost-calculator__result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
  margin-bottom: 1em;
}

.ftn-cost-calculator__result-box {
  background: #fafafa;
  border: 1px solid #ddebf5;
  border-radius: 4px;
  padding: 1em;
}

.ftn-cost-calculator__result-box--mid {
  border-left: 4px solid var(--global-palette1);
  background: #f8fbff;
}

.ftn-cost-calculator__result-label {
  display: block;
  font-size: 0.85em;
  color: #666;
  margin-bottom: 0.4em;
  font-weight: 600;
  text-transform: uppercase;
}

.ftn-calc-low,
.ftn-calc-mid,
.ftn-calc-high {
  display: block;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.ftn-calc-low,
.ftn-calc-high {
  font-size: 1.2em;
}

.ftn-calc-mid {
  font-size: 1.6em;
  color: var(--global-palette1);
}

.ftn-calc-explanation {
  margin: 1em 0 0.75em;
  color: #444;
  line-height: 1.5em;
}

.ftn-cost-calculator__note {
  margin: 0 0 1.25em;
  font-size: 0.9em;
  color: #666;
  line-height: 1.5em;
}

.ftn-cost-calculator__actions {
  text-align: center;
}

.ftn-cost-calculator__cta {
  display: inline-block;
  text-decoration: none;
}

.ftn-cost-calculator__cta.ftn-button:hover {
  color: #fff;
}

.ftn-cost-calculator__helper {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: #666;
}

@media (max-width: 768px) {
  .ftn-cost-calculator__inner {
    padding: 1em;
  }

  .ftn-cost-calculator__fields {
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .ftn-cost-calculator__result-grid {
    grid-template-columns: 1fr;
  }

  .ftn-cost-calculator__title,
  .ftn-cost-calculator__description,
  .ftn-cost-calculator__result {
    text-align: center;
  }
}

.ftn-cost-calculator__field input,
.ftn-cost-calculator__field select {
  width: 100%;
  height: 42px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
}

.ftn-cost-calculator__field select {
  padding-right: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
									.ftn-profile-buttons{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}
									.ftn-profile-buttons{
    gap:12px;
}

/* ============================================================
   Provider Onboarding Engine
   ============================================================ */

.ftn-ob-wrap {
  max-width: 1100px;
  margin: 2em auto;
  display: grid;
  gap: 1.5em;
}

.ftn-ob-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5em;
}

.ftn-ob-hero,
.ftn-ob-status-card,
.ftn-ob-banner {
  background: #fff;
  border-left: 4px solid var(--global-palette1);
}

.ftn-ob-kicker {
  color: var(--global-palette1);
  font-size: .85em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .5em;
}

.ftn-ob-muted {
  color: #666;
  font-size: .9em;
}

.ftn-ob-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  margin: 1em 0;
}

.ftn-ob-badge {
  display: inline-block;
  border-radius: 4px;
  padding: .35em .65em;
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
}

.ftn-ob-badge-good {
  background: #2ecc71;
  color: #fff;
}

.ftn-ob-badge-warn {
  background: #f39c12;
  color: #fff;
}

.ftn-ob-badge-neutral {
  background: #f4f4f4;
  color: #333;
}

.ftn-ob-progress {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  background: #e5e7eb;
  margin-top: .75em;
}

.ftn-ob-progress::-webkit-progress-bar {
  background: #e5e7eb;
  border-radius: 4px;
}

.ftn-ob-progress::-webkit-progress-value {
  background: var(--global-palette1);
  border-radius: 4px;
}

.ftn-ob-progress::-moz-progress-bar {
  background: var(--global-palette1);
  border-radius: 4px;
}

.ftn-ob-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75em;
  margin-top: 1em;
}

.ftn-ob-controls {
  margin-top: 1em;
}

.ftn-ob-inline-form {
  display: inline-block;
  margin: 0;
}

.ftn-ob-link-button {
  background: transparent;
  border: none;
  color: var(--global-palette1);
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}

.ftn-ob-link-button:hover {
  color: var(--global-palette2);
}

.ftn-ob-check,
.ftn-ob-access-row {
  display: flex;
  gap: .75em;
  padding: .75em 0;
  border-bottom: 1px solid #eee;
}

.ftn-ob-check:last-child,
.ftn-ob-access-row:last-child {
  border-bottom: none;
}

.ftn-ob-check-mark {
  flex: 0 0 1.5em;
  font-weight: 600;
}

.ftn-ob-job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1em;
  margin-top: .75em;
  background: #fff;
  border-left: 4px solid var(--global-palette1);
  border-top: 1px solid #ddebf5;
  border-right: 1px solid #ddebf5;
  border-bottom: 1px solid #ddebf5;
  border-radius: 4px;
}

.ftn-ob-job-title {
  color: var(--global-palette1);
  font-weight: 600;
}

.ftn-ob-list {
  margin: .75em 0 0;
  padding-left: 1.25em;
}

.ftn-ob-list li {
  margin-bottom: .5em;
}

.ftn-ob-template {
  white-space: pre-wrap;
  background: #fafafa;
  border: 1px solid #ddebf5;
  border-radius: 4px;
  padding: 1em;
  color: #444;
  font-size: .95em;
  line-height: 1.5em;
}

.ftn-ob-banner {
  margin: 1em auto;
}

.ftn-ob-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.ftn-ob-banner-main {
  flex: 1;
}

.ftn-ob-banner-actions {
  display: flex;
  align-items: center;
  gap: .75em;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .ftn-ob-grid {
    grid-template-columns: 1fr;
  }

  .ftn-ob-job {
    align-items: flex-start;
    flex-direction: column;
  }

  .ftn-ob-actions,
  .ftn-ob-banner-inner,
  .ftn-ob-banner-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ftn-ob-actions .ftn-button,
  .ftn-ob-actions .ftn-button-small,
  .ftn-ob-banner-actions .ftn-button,
  .ftn-ob-banner-actions .ftn-button-small,
  .ftn-ob-banner-actions form,
  .ftn-ob-banner-actions button {
    width: 100%;
    text-align: center;
  }
}
									/* ============================================================
   Provider Onboarding — Mobile Center Everything
   ============================================================ */

@media (max-width: 800px) {

  .ftn-ob-wrap,
  .ftn-ob-wrap * {
    text-align: center;
  }

  .ftn-ob-wrap {
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
  }

  .ftn-ob-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ftn-ob-wrap .ftn-form-card {
    width: 100%;
    max-width: 100%;
  }

  .ftn-ob-badges,
  .ftn-ob-actions,
  .ftn-ob-controls,
  .ftn-ob-banner-actions {
    justify-content: center;
    align-items: center;
  }

  .ftn-ob-check,
  .ftn-ob-access-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .35em;
  }

  .ftn-ob-check-mark {
    flex: none;
    width: auto;
    text-align: center;
  }

  .ftn-ob-job {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ftn-ob-job > div {
    width: 100%;
  }

  .ftn-ob-job-title,
  .ftn-ob-muted {
    text-align: center;
  }

  .ftn-ob-list {
    padding-left: 0;
    list-style-position: inside;
    text-align: center;
  }

  .ftn-ob-list li {
    text-align: center;
  }

  .ftn-ob-template {
    text-align: left;
    white-space: pre-wrap;
  }

  .ftn-ob-inline-form {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .ftn-ob-link-button {
    text-align: center;
  }

  .ftn-ob-wrap .ftn-button,
  .ftn-ob-wrap .ftn-button-small,
  .ftn-ob-wrap .ftn-open-klusaro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ftn-ob-actions .ftn-button,
  .ftn-ob-actions .ftn-button-small,
  .ftn-ob-banner-actions .ftn-button,
  .ftn-ob-banner-actions .ftn-button-small,
  .ftn-ob-banner-actions form,
  .ftn-ob-banner-actions button {
    width: 100%;
    max-width: 320px;
  }

  .ftn-ob-banner-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ftn-ob-banner-main {
    width: 100%;
  }

  .ftn-ob-progress {
    margin-left: auto;
    margin-right: auto;
  }
}

									/* ============================================================
   Small onboarding banner — cleaned up
   ============================================================ */

.ftn-ob-banner {
  padding: 20px 24px;
}

.ftn-ob-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ftn-ob-banner-main {
  flex: 1 1 auto;
  min-width: 280px;
  text-align: left;
}

.ftn-ob-banner-main strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 6px;
  color: var(--global-palette3);
}

.ftn-ob-banner-main .ftn-ob-muted {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.4;
}

.ftn-ob-banner .ftn-ob-progress {
  max-width: 420px;
  width: 100%;
  height: 10px;
  margin: 0;
}

.ftn-ob-banner-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.ftn-ob-banner-actions .ftn-button {
  min-width: 220px;
}

.ftn-ob-banner-actions .ftn-ob-inline-form {
  display: inline-flex;
  width: auto;
  margin: 0;
}

.ftn-ob-banner-actions .ftn-ob-link-button {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
}

/* ============================================================
   Mobile
   ============================================================ */

@media (max-width: 800px) {
  .ftn-ob-banner {
    padding: 18px 16px;
  }

  .ftn-ob-banner-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .ftn-ob-banner-main {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .ftn-ob-banner-main strong {
    font-size: 1.25rem;
    margin-bottom: 6px;
  }

  .ftn-ob-banner-main .ftn-ob-muted {
    margin-bottom: 10px;
  }

  .ftn-ob-banner .ftn-ob-progress {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .ftn-ob-banner-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .ftn-ob-banner-actions .ftn-button,
  .ftn-ob-banner-actions .ftn-button-small,
  .ftn-ob-banner-actions .ftn-ob-inline-form,
  .ftn-ob-banner-actions .ftn-ob-inline-form button {
    width: 100%;
    max-width: 320px;
  }

  .ftn-ob-banner-actions .ftn-ob-inline-form {
    display: flex;
    justify-content: center;
  }

  .ftn-ob-banner-actions .ftn-ob-link-button {
    white-space: normal;
    text-align: center;
  }
}

									/* ============================================================
   Small onboarding banner — Desktop v2 topbar
   ============================================================ */

@media (min-width: 801px) {

  .ftn-ob-banner.ftn-form-card {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 28px auto;
    padding: 22px 28px;
    box-sizing: border-box;
  }

  .ftn-ob-banner-inner {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto;
    align-items: center;
    gap: 32px;
  }

  .ftn-ob-banner-main {
    min-width: 0;
    text-align: left;
  }

  .ftn-ob-banner-main strong {
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0 0 4px 0;
    max-width: none;
  }

  .ftn-ob-banner-main .ftn-ob-muted {
    font-size: .95rem;
    line-height: 1.35;
    margin: 0 0 12px 0;
  }

  .ftn-ob-banner .ftn-ob-progress {
    width: 100%;
    max-width: 420px;
    height: 10px;
    margin: 0;
  }

  .ftn-ob-banner-actions {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: end;
    gap: 16px;
    width: auto;
  }

  .ftn-ob-banner-actions .ftn-button {
    min-width: 220px;
    height: 54px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .ftn-ob-banner-actions .ftn-ob-inline-form {
    display: inline-flex;
    width: auto;
    margin: 0;
  }

  .ftn-ob-banner-actions .ftn-ob-link-button {
    white-space: nowrap;
    font-size: .95rem;
    line-height: 1.2;
  }
}


.ftn-modal.open,.ftn-modal.is-open{display:flex}
.ftn-modal-backdrop.open,.ftn-modal-backdrop.is-open{display:block}
