
      .ftn-card { background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.03); }
      .ftn-input, .ftn-textarea { width:100%; padding:10px; border:1px solid #e5e7eb; border-radius:10px; }
      .ftn-label { display:block; font-weight:600; margin-bottom:6px; }
      .ftn-danger { background:#fee2e2;border-color:#fecaca;color:#991b1b; }
      .ftn-danger:hover { background:#fecaca; }

      .ftn-qs-row { display:flex; gap:10px; align-items:center; }
      .ftn-qs-select-wrap { position:relative; flex:1; }
      .ftn-qs-icon { position:absolute; left:10px; top:50%; transform:translateY(-50%); opacity:.55; }
      .ftn-qs-select {
        width:100%; padding:10px 12px 10px 34px;
        border:1px solid #e5e7eb; border-radius:10px; background:#fff;
        box-shadow:0 1px 2px rgba(0,0,0,.03);
      }
      .ftn-qs-select:focus { outline:2px solid #cdd9ff; outline-offset:1px; }
      .ftn-qs-edit {
        background:#1e3a8a; color:#fff; padding:8px 12px; border-radius:8px;
        text-decoration:none; font-size:.9rem; white-space:nowrap;
      }
      .ftn-qs-edit:hover { background:#1c3579; }

/* mobile: stack + small button */
@media (max-width: 768px) {
  .ftn-qs-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .ftn-qs-select-wrap { width: 100%; }
  .ftn-qs-select { width: 100%; }

	.ftn-form-group input, .ftn-form-group textarea{
		padding: 1%;
	}

	.ftn-form-group textarea, .ftn-offer-form textarea{
		min-height: 50vh;
	}

	.site-mobile-header-wrap{
		padding-top: 2vh;
	}
}
/* END OF OFFER TEMPLATES */

@media (max-width: 768px) {

  .kb-blocks-portfolio-grid-item .kb-portfolio-overlay-color {
      background: rgba(0,0,0,0.7) !important;
      opacity: 1 !important;
      visibility: visible !important;
  }

  .kb-blocks-portfolio-grid-item .kb-portfolio-content-item-inner {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
  }

  .kb-blocks-portfolio-grid-item .kb-portfolio-loop-title {
      color: #fff !important;
  }
}

.ftn-profile-avatar img{
	z-index: 1;
}

/* BADGES */
 .ftn-badges { display:flex; gap:.375rem; flex-wrap:wrap; align-items:center; }
      .ftn-badge  { display:inline-flex; align-items:center; gap:.35rem; padding:.28rem .6rem; border-radius:999px;
                    font-size:12px; line-height:1; border:1px solid transparent; }
      .ftn-badge .fa-solid, .ftn-badge .fa-regular { display:inline-block; width:14px; text-align:center; }
      .ftn-badge-label { white-space:nowrap; }

      /* Soft, readable backgrounds per badge */
      .ftn-badge--verified       { background:#ecfdf5; border-color:#a7f3d0; color:#065f46; } /* teal/green */
      .ftn-badge--top_rated      { background:#fffbeb; border-color:#fde68a; color:#92400e; } /* amber */
      .ftn-badge--trusted_choice { background:#eff6ff; border-color:#bfdbfe; color:#1e40af; } /* blue */
      .ftn-badge--fast_responder { background:#f0f9ff; border-color:#bae6fd; color:#075985; } /* sky */
      .ftn-badge--popular_pick   { background:#fef2f2; border-color:#fecaca; color:#991b1b; } /* red */
      .ftn-badge--rising_star    { background:#f5f3ff; border-color:#ddd6fe; color:#5b21b6; } /* violet */

/* default: inherit flex-start (left aligned) */
.ftn-badges{
  display:flex;
  gap:.375rem;
  flex-wrap:wrap;
  align-items:center;
}

/* centered only in profile/account contexts */
.ftn-badges--account,
.ftn-badges--profile{
  justify-content:center;
  width:100%;
}

/* listing view (ftn_beschikbare_providers) stays left-aligned */
.ftn-badges--list{
  justify-content:flex-start;
}


     @media (max-width:768px){ .ftn-badges--list{
			 justify-content:center;
		}
}

/* ===== PROFILE STATS (scoped fixes & unification) ===== */

.ftn-profile-stats,
.ftn-profile-stats .ftn-profile-reviews { text-align: left;}

/* rows */
.ftn-profile-stats { margin: 3rem 0; }

.ftn-profile-stats .ftn-profile-reviews{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  margin: .0rem 0;
  flex-wrap: nowrap;
}

/* label + value */
.ftn-profile-stats .ftn-label{
  font-weight: 600;
  white-space: nowrap;
  min-width: 160px;
}
.ftn-profile-stats .ftn-value{
  display: inline-flex;
  align-items: center;
  gap: .015rem;
  flex: 1 1 auto;
  min-width: 0;
}

/* links look like text */
.ftn-profile-stats .ftn-google-inline{
  display: inline-flex;
  align-items: center;
  gap: .015rem;
  text-decoration: none;
  color: inherit;
}

/* ---- Stars (scoped) ----
   We override your global star system to ensure equal spacing.
*/
.ftn-profile-stats .ftn-star{
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #d0d0d0;                /* empty */
  margin-right: 2px;
}
/* remove global pseudo-star that was breaking spacing */
.ftn-profile-stats .ftn-star::before{ content:none !important; position:static !important; width:auto !important; }

.ftn-profile-stats .ftn-star-full{ color:#f5a623; } /* gold */

/* Half star: draw the gold half on top */
.ftn-profile-stats .ftn-star-half::after{
  content:'★';
  position:absolute;
  left:0; top:0;
  width:50%;
  overflow:hidden;
  color:#f5a623;
  pointer-events:none;
}

/* count */
.ftn-profile-stats .ftn-count{ opacity:.6; }

/* Mobile stacking */
@media (max-width: 480px){
  .ftn-profile-stats .ftn-profile-reviews{
    flex-direction: column;
    align-items: left;
    gap: .015rem;
  }
  .ftn-profile-stats .ftn-label{ min-width: 0; }
}

/* 1) Add clear space before the (…count…) */
.ftn-profile-stats .ftn-count {
  margin-left: .35rem;           /* visual gap after “4,3 / 5” */
}

/* If the count sits inside the Google link, same treatment */
.ftn-profile-stats .ftn-google-inline .ftn-count {
  margin-left: .35rem;
}

/* 2) On mobile, move the count to a new line */
@media (max-width: 480px) {
  .ftn-profile-stats .ftn-value,
  .ftn-profile-stats .ftn-google-inline{
    width: 100%;               /* give them a full line to center in */
    flex-wrap: wrap;           /* your existing rule */
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ftn-profile-stats .ftn-count {
    display: block;              /* force onto its own line */
    margin-left: 0;              /* no left gap on the new line */
    margin-top: .25rem;          /* small space above the count */
  }
}

/* Provider list: compact reviews line (same look & size as other meta rows) */
.provider-reviews-compact{
  display:flex;
  align-items:center;
  gap:.35rem;                   /* same small gap as other icon+text rows */
  margin:.25em 0;               /* matches subtle spacing in card meta */
  font-size: .9em;              /* same as: .provider-stats / .provider-cats / .provider-cities */
  color:#555;                   /* same meta color */
  line-height:1.5em;            /* consistent with other text lines */
}

/* single star icon in site style */
.provider-reviews-compact .dashicons{
  font-size: 1.1em;             /* scales nicely with .9em text */
  line-height:1;                /* aligns to text baseline */
/* same gold you use for stars */
  margin-right:.15em;           /* tiny nudge away from number */
}

/* "(27 beoordelingen)" softened like other counts */
.provider-reviews-compact .ftn-count{
  opacity:.75;
}

/* Mobile: center it like other centered bits in cards */

/* Offers: keep name + compact reviews + badges on one line */
.ftn-offer-provider{ display:inline-flex; align-items:center; gap:.5rem; flex-wrap:wrap; }

.provider-reviews-compact{
  display:inline-flex;
  align-items:center;
  gap:.25rem;
  font-size:.9em;           /* same as other meta */
  color:#555;               /* same tone as meta text */
}
.provider-reviews-compact .dashicons{
  font-size:16px; width:16px; height:16px; line-height:1;
  color:#f5a623;            /* gold star like elsewhere */
}
.provider-reviews-compact .ftn-count{ opacity:.8; }

/* Stack name, badges, reviews (and keep your site style) */
.ftn-offer-provider{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.35em;
}
.ftn-offer-provider .provider-name-line a{
  font-weight:600;
  color: var(--global-palette1);
  text-decoration:none;
}
.ftn-offer-provider .provider-name-line a:hover{
  color: var(--global-palette2);
}

/* badges inside offers */
.ftn-badges--offer{ justify-content:flex-start; }
@media (max-width:768px){
  .ftn-offer-provider{ align-items:center; text-align:center; }
  .ftn-badges--offer{ justify-content:center; }
}

/* compact review line to match page tone */
.provider-reviews-compact{
  display:inline-flex;
  align-items:center;
  gap:.25em;
  font-size:.9em;    /* same scale as .provider-stats */
  color:#555;
}
.provider-reviews-compact .ftn-count{ opacity:.6; }

/* Put this at the very end of your CSS */
@media (max-width:768px){
  /* ensure the container isn't a flex row */
  .provider-card .provider-info{
    display:block !important;
  }

  /* make the reviews line occupy a whole row and center its contents */
  .provider-card .provider-info .provider-reviews-compact{
    display:flex !important;       /* not inline-flex */
    width:100% !important;         /* or: flex:0 0 100% */
    justify-content:center !important;
    align-items:center;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
}

/* New since 24.09 Plans (scoped to billing) */
.ftn-bill-wrap{max-width:930px;margin:0 auto}
.ftn-bill-wrap .ftn-bill-h{margin:8px 0 14px;font-size:22px}
.ftn-bill-wrap .ftn-card{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;margin:10px 0;background:#fff}

/* grid only inside billing */
.ftn-bill-wrap .ftn-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
@media (max-width:800px){ .ftn-bill-wrap .ftn-grid{grid-template-columns:1fr} }

.ftn-bill-wrap .ftn-tag{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:12px;border:1px solid #e5e7eb}
.ftn-bill-wrap .ftn-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}
.ftn-bill-wrap .ftn-actions button{margin-right:8px}
.ftn-bill-wrap .ftn-muted{color:#6b7280;font-size:13px}
.ftn-bill-wrap .ftn-hr{border:none;border-top:1px solid #eee;margin:14px 0}

/* Plan wizard bits (if used on front-end) */
.ftn-step{display:none}
.ftn-step.active{display:block}
.ftn-plan-card{border:1px solid #e2e8f0;border-radius:10px;padding:12px;margin:8px 0}
.ftn-plan-card h4{margin:0 0 6px}
.ftn-nav{margin-top:12px;display:flex;gap:8px}
.ftn-nav .button{min-width:140px}
.ftn-grid.ftn-plan-grid{display:grid;gap:18px}
@media(min-width:700px){ .ftn-grid.ftn-plan-grid{grid-template-columns:repeat(2,1fr)} }
.ftn-acf-wrap{grid-column:1/-1}
			   /* ───────────────────────────────────────────────
   FTN — Billing Page Styling (2025-09-26)
   Clean, compact, centered, and mobile-friendly
─────────────────────────────────────────────── */

.ftn-bill-wrap {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 16px;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1a1a1a;
}

.ftn-bill-h {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 25px 0 15px;
  color: #0f1837;
}

.ftn-card {
  background: #fff;
  border: 1px solid #e2e6ee;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.ftn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.ftn-muted {
  color: #666;
  font-size: 0.9rem;
}

.ftn-tag {
  display: inline-block;
  background: #eef1fa;
  color: #1a2b6d;
  border-radius: 4px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 0.8rem;
  font-weight: 600;
}

.ftn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ftn-card button.button {
  background-color: #1a2b6d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ftn-card button.button:hover {
  background-color: #263aa3;
}

.ftn-card button.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ftn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.ftn-hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

/* Billing portal section */
.ftn-card:last-of-type .ftn-row {
  justify-content: space-between;
}
.ftn-portal {
  background-color: #1a2b6d;
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.ftn-portal:hover {
  background-color: #263aa3;
}

/* ─────────── Mobile adjustments ─────────── */
@media (max-width: 768px) {
  .ftn-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ftn-actions {
    justify-content: center;
  }

  .ftn-card button.button {
    width: 100%;
    padding: 10px;
  }

 .ftn-job-meta {
	text-align: center;
	}
  .ftn-card {
    text-align: center;
  }

  .ftn-bill-h {
    text-align: center;
  }
}
/* ── Billing: 2-up centered cards for existing subs ───────── */
.ftn-bill-wrap .ftn-subs-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr)); /* 50% / 50% */
  gap: 12px;                                       /* smaller gap */
  margin-bottom: 16px;
}

.ftn-bill-wrap .ftn-bill-card{
  text-align:center;        /* center everything inside */
  padding: 14px 16px;       /* compact padding */
}

.ftn-bill-wrap .ftn-bill-card > *{
  margin: 6px 0;            /* tighten vertical spacing between lines */
}

.ftn-bill-wrap .ftn-bill-card p{
  margin: 4px 0 !important; /* paragraphs slimmer (Price/Period/Offers) */
}

.ftn-bill-wrap .ftn-bill-card .ftn-tag{
  margin: 0 4px;
}

.ftn-bill-wrap .ftn-bill-card .button{
  display: inline-block;     /* center buttons via text-align on card */
}

/* Mobile: stack to 1 column */
@media (max-width: 768px){
  .ftn-bill-wrap .ftn-subs-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ── Signup Step 4: 3 plan cards ───────────────────────── */
.ftn-plan-grid-3{
  display:grid; gap:16px;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
@media (max-width: 900px){ .ftn-plan-grid-3{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .ftn-plan-grid-3{ grid-template-columns: 1fr; } }

.ftn-plan-item{
  cursor:pointer; position:relative; overflow:hidden;
  border:1px solid #e2e8f0; border-radius:10px;
  transition: box-shadow .2s, border-color .2s;
  text-align:left; padding:0;
}
.ftn-plan-item input[type="radio"]{ position:absolute; inset:0; opacity:0; pointer-events:none; }
.ftn-plan-item .ftn-plan-body{ padding:14px 16px; }
.ftn-plan-head{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:8px; }
.ftn-plan-item .ftn-tag{ background:#eef1fa; color:#1a2b6d; border-radius:999px; padding:2px 10px; font-weight:600; }
.ftn-plan-desc{ color:#444; line-height:1.5; }

/* selected look (pure CSS) */
.ftn-plan-item input[type="radio"]:checked ~ .ftn-plan-body{
  box-shadow: 0 0 0 2px var(--global-palette1,#1a2b6d) inset;
  border-radius:10px;
}
.ftn-plan-item input[type="radio"]:checked ~ .ftn-plan-body .ftn-tag{
  background: var(--global-palette1,#1a2b6d);
  color:#fff;
}
/* Step 4 plan description list */
.ftn-plan-list{list-style:none;margin:.25em 0 0;padding:0}
.ftn-plan-list li{margin:.25em 0}

/* Provider Trust (ftn-pt) */
.ftn-pt.wrap { margin:26px 0; }
.ftn-pt-h2 { margin:0 0 12px; font-size:1.35rem; text-align:center; }
.ftn-pt .card { background:#fff; border:1px solid #e9e9ee; border-radius:12px; padding:14px 16px; margin:16px 0; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.ftn-pt .card.notice { background:#f7fbff; border-color:#d9ecff; }

.ftn-pt-titleline { display:flex; flex-wrap:wrap; align-items:center; gap:8px; justify-content:center; }
.ftn-pt-icon { font-size:18px; }
.ftn-pt-muted { color:#556; }

.ftn-pt-cardtitle { font-weight:600; margin-bottom:8px; text-align:center; }
.ftn-pt-list { list-style:none; padding:0; margin:8px 0 0; }
.ftn-pt-item { padding:6px 0; border-bottom:1px dashed #eee; }
.ftn-pt-item:last-child { border-bottom:none; }
.ftn-pt-link { text-decoration:none; display:inline-block; }
.ftn-pt-link:hover .ftn-pt-jobtitle { text-decoration:underline; }
.ftn-pt-jobtitle { }
.ftn-pt-sep { opacity:.8; }
.ftn-pt-city { }
.ftn-pt-meta { color:#666; margin-left:6px; }

.ftn-pt-footerlink { text-align:center; margin-top:10px; }
.ftn-pt-footerlink a { text-decoration:none; font-weight:600; }

.ftn-pt-regionlist { list-style:none; padding:0; margin:8px 0 0; }
.ftn-pt-regionrow { display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px dashed #eee; }
.ftn-pt-regionrow:last-child { border-bottom:none; }
.ftn-pt-regionname { }
.ftn-pt-regioncnt { font-weight:700; }
.ftn-pt-period { color:#666; font-size:.92rem; text-align:center; margin-top:8px; }


.ftn-providers-filter {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on mobile */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    gap: 20px; /* Space between the filter groups */
    text-align: center; /* Centers label + input text */
}

.ftn-filter-group {
    display: flex;
    flex-direction: column; /* label above input */
    align-items: center; /* Center fields inside the group */
}

      .ftn-flex-banner{margin:18px 0;padding:14px 16px;border:1px solid #e7eef7;background:#f9fbff;border-radius:12px}
      .ftn-flex-banner strong{display:block;font-size:20px;margin-bottom:6px}
      .ftn-paybox{margin:16px 0;padding:16px;border:1px dashed #a7b6d0;background:#fcfdff;border-radius:10px}
	  /* Share bar around jobs */
.ftn-share-bar {
    margin: 16px 0 20px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #f4f7fc;
    border: 1px solid #dde5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.ftn-share-label {
    font-weight: 600;
    font-size: 14px;
    margin-right: 4px;
    color: #2b3b55;
}

.ftn-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ftn-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid #d0d7e6;
    background: #ffffff;
    font-size: 13px;
    line-height: 1.1;
    color: #33415c;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease,
                box-shadow .15s ease, transform .05s ease;
}

.ftn-share-btn:hover {
    background: #edf2ff;
    border-color: #bcc7e6;
    box-shadow: 0 1px 2px rgba(15, 35, 67, 0.08);
    transform: translateY(-1px);
}

.ftn-share-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Copy state */
.ftn-share-btn.ftn-share-copy.ftn-share-copied {
    background: #d1fadf;
    border-color: #2e7d32;
    color: #17401a;
}

.ftn-job-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ftn-job-share-buttons .ftn-share-btn {
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
}

.ftn-job-share-box{
	text-align: center;
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .ftn-share-bar {
        align-items: flex-start;
    }
    .ftn-share-label {
        width: 100%;
        margin-bottom: 2px;
    }
}

      .ftn-form-card .select2-container { width: 100% !important; }
      .ftn-form-card .select2-selection--single,
      .ftn-form-card .select2-selection--multiple{
        min-height: 44px;
        display: flex;
        align-items: center;
      }
      .ftn-form-card .select2-selection--multiple{ padding: 4px 8px; }
      .ftn-form-card .select2-selection__arrow{ height: 44px; }
		.select2-container .select2-search--inline .select2-search__field {
			min-height: 0 !important;
		}
	@media (max-width: 768px) {
		.select2-container .select2-search--inline .select2-search__field {
			min-height: 0 !important;
		}
	}

	    .ftn-featured-in { margin: 2rem 0; }
    .ftn-featured-in__inner { max-width: 1200px; margin-inline: auto; padding-inline: 12px; }

    /* Force heading centered regardless of theme rules */
    .ftn-featured-in__heading{
      display:block !important;
      width:100% !important;
      text-align:center !important;
      margin:0 0 1.25rem !important;
      font-weight:700;
      letter-spacing:.02em;
    }

    .ftn-featured-in__grid{
      display:grid;
      grid-template-columns:repeat(5,minmax(0,1fr));
      gap:24px;
      justify-items:center;
      align-items:center; /* centers grid items within their cell vertically */
    }

    /* Uniform tiles; perfect centering both axes */
    .fi-box{
      width:var(--fi-w);
      height:var(--fi-h);
      margin:0;                 /* kill default figure margins */
      display:flex;
      align-items:center;       /* vertical center */
      justify-content:center;   /* horizontal center */
      overflow:hidden;
      line-height:0;            /* remove baseline gaps */
    }
    .fi-box .ftn-featured-in__img{
      display:block;
      width:auto !important;
      height:auto !important;
      max-width:100% !important;
      max-height:100% !important;
      object-fit:contain;       /* show full logo, no crop */
      filter:none !important;   /* ensure no grayscale from theme */
      opacity:1 !important;
    }

    /* Tablet */
    @media (max-width: 992px){
      .ftn-featured-in__grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:18px;
      }
      .fi-box{ width:var(--fi-w-tab); height:var(--fi-h-tab); }
    }
    /* Mobile */
    @media (max-width: 600px){
      .ftn-featured-in__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:14px;
      }
      .fi-box{ width:var(--fi-w-mob); height:var(--fi-h-mob); }
    }

	.ftn-price-line{display:block;margin-top:4px;line-height:1.15}
.ftn-price-line .ftn-old{text-decoration:line-through;opacity:.7;margin-right:6px}
.ftn-price-line .ftn-new{font-weight:700}
.ftn-price-line .ftn-note{display:block;font-size:12px;opacity:.85;margin-top:2px}

	     .ftn-job-button-wrapper {
            display: flex;
            justify-content: center;
            width: 100%;
            text-align: center;
            margin-top: 1vw;
        }
        .ftn-job-button-wrapper .kb-buttons-wrap {
            margin: 0 auto;
        }

		                    .ftn-modal.ftn-modal-wide {
                        max-width: 1040px;
                        width: 100%;
                    }
                    .ftn-share-profile-box {
                        border: 1px solid #e2e8f0;
                        border-radius: 1.25rem;
                        padding: 1.75rem 1.75rem 1.5rem;
                        background: #ffffff;
                        max-width: 980px;
                        margin: 0 auto;
                    }
                    .ftn-share-profile-box h2 {
                        margin-top: 0;
                        margin-bottom: 0.25rem;
                    }
                    .ftn-share-intro {
                        margin-top: 0;
                        margin-bottom: 1.25rem;
                        color: #64748b;
                        font-size: 0.95rem;
                    }

                    .ftn-profile-share {
                        margin-top: 0.5rem;
                    }

                    .ftn-share-flex {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 1.5rem;
                    }

                    .ftn-share-card-preview,
                    .ftn-share-tools {
                        flex: 1 1 320px;
                        min-width: 0;
                    }

                    /* Share card */
                    .ftn-share-card {
                        background: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #0f766e 100%);
                        color: #e5e7eb;
                        border-radius: 1.25rem;
                        padding: 1.25rem 1.5rem;
                        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
                        position: relative;
                        overflow: hidden;
                    }
                    .ftn-share-card::after {
                        content: '';
                        position: absolute;
                        inset: auto -40%;
                        top: -40%;
                        height: 200%;
                        background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 60%);
                        opacity: 0.85;
                        pointer-events: none;
                    }
                    .ftn-share-card-header {
                        display: flex;
                        position: relative;
                        z-index: 1;
                    }
                    .ftn-share-card-avatar {
                        flex: 0 0 64px;
                        margin-right: 1rem;
                    }
                    .ftn-share-card-avatar img {
                        width: 64px;
                        height: 64px;
                        border-radius: 999px;
                        object-fit: cover;
                        border: 2px solid rgba(248, 250, 252, 0.9);
                        box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.8);
                    }
                    .ftn-share-card-main {
                        flex: 1;
                        min-width: 0;
                    }
                    .ftn-share-card-name-row {
                        display: flex;
                        align-items: center;
                        gap: 0.5rem;
                        margin-bottom: 0.15rem;
                        flex-wrap: wrap;
                    }
                    .ftn-share-card-name {
                        font-size: 1.1rem;
                        font-weight: 600;
                        color: #f9fafb;
                    }
                    .ftn-share-card-badge {
                        font-size: 0.75rem;
                        padding: 0.15rem 0.6rem;
                        border-radius: 999px;
                        border: 1px solid rgba(248, 250, 252, 0.7);
                        background: rgba(15, 23, 42, 0.45);
                        text-transform: uppercase;
                        letter-spacing: 0.04em;
                    }
                    .ftn-badge-pro {
                        border-color: #fbbf24;
                        background: rgba(251, 191, 36, .1);
                        color: #facc15;
                    }
                    .ftn-badge-plus {
                        border-color: #22c55e;
                        background: rgba(34, 197, 94, .12);
                        color: #bbf7d0;
                    }
                    .ftn-badge-standaard {
                        border-color: rgba(248, 250, 252, 0.7);
                        background: rgba(15, 23, 42, 0.5);
                        color: #e5e7eb;
                    }
                    .ftn-share-card-subtitle {
                        font-size: 0.9rem;
                        color: #cbd5f5;
                        margin-bottom: 0.35rem;
                    }
                    .ftn-share-card-rating {
                        font-size: 0.85rem;
                        color: #e5e7eb;
                    }
                    .ftn-share-card-rating .ftn-star {
                        font-size: 0.9rem;
                        margin-right: 2px;
                    }

                    .ftn-share-card-footer {
                        margin-top: 1rem;
                        display: flex;
                        flex-direction: column;
                        gap: 0.35rem;
                        position: relative;
                        z-index: 1;
                    }
