/* EF Visa Route Finder widget (ef-redesign). Mobile-first; shares the compare-widget design tokens. */
.efvf{
  --efvf-primary:#0e5a6e;--efvf-primary-dark:#093f4e;--efvf-accent:#f0a202;--efvf-accent-dark:#cf8a00;
  --efvf-ink:#23303a;--efvf-muted:#5b6b79;--efvf-bg:#fbf7f2;--efvf-card:#fff;--efvf-line:#ece4da;
  --efvf-on:#0e5a6e;--efvf-on-bg:#e9f4f4;--efvf-radius:16px;--efvf-shadow:0 8px 26px rgba(9,63,78,.10);
  max-width:680px;margin:0 auto;font-family:inherit;color:var(--efvf-ink)
}
.efvf *{box-sizing:border-box}
.efvf-card{background:var(--efvf-card);border:1px solid var(--efvf-line);border-radius:var(--efvf-radius);
  box-shadow:var(--efvf-shadow);padding:22px 18px 20px}
.efvf-head{text-align:center;margin:0 0 16px;padding:0 0 14px;border-bottom:1px solid var(--efvf-line)}
.efvf-title{font-size:18px;font-weight:800;margin:0;line-height:1.2}
.efvf-tagline{font-size:13px;color:var(--efvf-muted);margin:5px 0 0;line-height:1.45}
.efvf-loading{color:var(--efvf-muted);text-align:center;margin:18px 0}

.efvf-prog{display:flex;gap:6px;justify-content:center;margin:0 0 18px}
.efvf-dot{width:30px;height:5px;border-radius:3px;background:var(--efvf-line)}
.efvf-dot.is-on{background:var(--efvf-accent)}

.efvf-q{font-size:21px;font-weight:800;line-height:1.2;margin:0 0 6px;text-align:center}
.efvf-sub{font-size:14px;color:var(--efvf-muted);text-align:center;margin:0 0 18px;line-height:1.5}

.efvf-opts{display:grid;gap:10px}
.efvf-opts--2{grid-template-columns:1fr 1fr}
.efvf-opt{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;
  padding:14px;border:2px solid var(--efvf-line);border-radius:12px;background:var(--efvf-card);
  cursor:pointer;font:inherit;transition:border-color .12s;color:var(--efvf-ink)}
/* hover/focus re-assert background+color: the theme's global button:hover/:focus
   (color:#fff;background:orange) otherwise outranks the base class and hijacks them */
.efvf-opt:hover,.efvf-opt:focus{border-color:var(--efvf-primary);background:var(--efvf-card);color:var(--efvf-ink)}
.efvf-opt.is-on{border-color:var(--efvf-primary);background:var(--efvf-on-bg)}
.efvf-opt.is-on:hover,.efvf-opt.is-on:focus{background:var(--efvf-on-bg)}
.efvf-opt b{font-size:15px}
.efvf-opt small{color:var(--efvf-muted);font-size:12.5px;line-height:1.35}
.efvf-back{background:none;border:0;color:var(--efvf-muted);font-size:13px;cursor:pointer;
  margin:14px auto 0;display:block;text-decoration:underline}
.efvf-back:hover,.efvf-back:focus{background:none;color:var(--efvf-primary)}

/* partner CTAs on result screens (contextual, non-insurance verticals) */
.efvf-partners{margin-top:16px;padding-top:14px;border-top:1px solid var(--efvf-line)}
.efvf-partners__t{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--efvf-muted);margin:0 0 6px}
.efvf-partners a{display:block;padding:6px 0;color:var(--efvf-ink);text-decoration:none;font-size:14px}
.efvf-partners a b{color:var(--efvf-primary)}
.efvf-partners a:hover b,.efvf-partners a:focus b{text-decoration:underline}
.efvf-partners a small{color:var(--efvf-muted);margin-left:7px}

/* currency switcher (retirement checker) */
.efvf-curr{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:center;margin:0 0 14px}
.efvf-curr__lbl{font-size:12.5px;color:var(--efvf-muted);margin-right:2px}
.efvf-curr__btn,.efvf-curr__btn:hover,.efvf-curr__btn:focus{background:#fff;border:1.5px solid var(--efvf-line);
  border-radius:999px;padding:5px 12px;font:inherit;font-size:13px;font-weight:700;color:var(--efvf-ink);cursor:pointer}
.efvf-curr__btn:hover,.efvf-curr__btn:focus{border-color:var(--efvf-primary)}
.efvf-curr__btn.is-on,.efvf-curr__btn.is-on:hover,.efvf-curr__btn.is-on:focus{border-color:var(--efvf-primary);
  background:var(--efvf-on-bg);color:var(--efvf-primary-dark)}

.efvf-count{font-size:14px;color:var(--efvf-muted);text-align:center;margin:0 0 14px}
.efvf-results{display:grid;gap:12px}
.efvf-r{border:1px solid var(--efvf-line);border-radius:12px;padding:14px 14px 12px;background:var(--efvf-card)}
.efvf-r-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap}
.efvf-r-country{font-size:16px;font-weight:800}
.efvf-r-route{font-size:13px;color:var(--efvf-primary);font-weight:700}
.efvf-r-req{font-size:13.5px;margin:7px 0 2px;line-height:1.45}
.efvf-r-req b{color:var(--efvf-primary-dark)}
.efvf-r-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12.5px;color:var(--efvf-muted);margin:7px 0}
.efvf-r-meta span{white-space:nowrap}
.efvf-r-note{font-size:12.5px;color:var(--efvf-muted);line-height:1.4;margin:4px 0 6px}
.efvf-r-links{display:flex;gap:14px;font-size:13px;margin-top:8px}
.efvf-r-links a{color:var(--efvf-primary);font-weight:700;text-decoration:none}
.efvf-r-links a:hover{text-decoration:underline}
.efvf-more{background:none;border:2px solid var(--efvf-line);border-radius:10px;padding:10px;
  width:100%;font:inherit;font-weight:700;color:var(--efvf-primary);cursor:pointer;margin-top:8px}
.efvf-more:hover,.efvf-more:focus{border-color:var(--efvf-primary);background:none;color:var(--efvf-primary)}
.efvf-disclaimer{font-size:11.5px;font-style:italic;color:var(--efvf-muted);line-height:1.45;margin:16px 0 0;
  padding-top:12px;border-top:1px solid var(--efvf-line)}
.efvf-restart{background:var(--efvf-accent);border:0;border-radius:10px;color:#3a2a00;font:inherit;
  font-weight:800;padding:11px 18px;cursor:pointer;display:block;margin:14px auto 0}
.efvf-restart:hover,.efvf-restart:focus{background:var(--efvf-accent-dark);color:#3a2a00}
@media (max-width:480px){.efvf-opts--2{grid-template-columns:1fr}}

.efvf-select{width:100%;padding:13px;border:2px solid var(--efvf-line);border-radius:12px;
  font:inherit;font-weight:700;font-size:15px;color:var(--efvf-ink);background:var(--efvf-card)}
.efvf-verdict{text-align:center;font-weight:800;font-size:15px;border-radius:10px;
  padding:10px 12px;margin:0 0 12px}
.efvf-verdict.is-needed{background:#fdecec;color:#8f2020}
.efvf-verdict.is-partial{background:#fdf3e0;color:#8a5a00}
.efvf-verdict.is-optional{background:#e9f4ec;color:#1e6b3a}
.efvf-cta{flex-direction:column;gap:10px;align-items:center}
.efvf-quote{display:block;text-align:center;background:var(--efvf-accent);color:#3a2a00!important;
  border-radius:10px;padding:12px 18px;font-weight:800;width:100%}
.efvf-quote:hover{background:var(--efvf-accent-dark);text-decoration:none!important}

.efvf-budget{margin:6px 0 8px}
.efvf-cat{display:flex;align-items:center;gap:8px;margin:7px 0;font-size:12.5px}
.efvf-cat-label{flex:0 0 130px;color:var(--efvf-muted)}
.efvf-cat-track{flex:1;background:var(--efvf-line);border-radius:4px;height:10px;overflow:hidden}
.efvf-cat-bar{display:block;height:100%;border-radius:4px}
.efvf-cat-bar.is-cheaper{background:#3f9d64}
.efvf-cat-bar.is-similar{background:var(--efvf-accent)}
.efvf-cat-bar.is-dearer{background:#c05555}
.efvf-cat-val{flex:0 0 86px;text-align:right;color:var(--efvf-ink);font-weight:700}

.ef-tools-strip h2{margin:0 0 14px}
@media (min-width:769px){.ef-tools-strip h2{margin-bottom:30px}}
.ef-tools-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;font-size:14px}
.ef-tools-links a{color:var(--efvf-primary);font-weight:700;text-decoration:none}
.ef-tools-links a:hover{text-decoration:underline}

.ef-tools-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;max-width:960px;margin:26px auto 0}
.ef-tools-row a{display:flex;flex-direction:column;gap:3px;padding:14px;border:1px solid var(--efvf-line,#ece4da);border-radius:12px;background:#fff;text-decoration:none;color:inherit;transition:border-color .12s}
.ef-tools-row a:hover{border-color:#0e5a6e}
.ef-tools-row b{font-size:15px;color:#0e5a6e}
.ef-tools-row small{font-size:12.5px;color:#5b6b79;line-height:1.35}

.ef-guide-tools{margin:34px 0 0;padding:22px 0 0;border-top:2px solid #ece4da}
.ef-guide-tools h2{font-size:20px;margin:0 0 4px}
.ef-guide-tools__lede{font-size:13.5px;color:#5b6b79;margin:0 0 14px}

/* slim "Latest: {monthly update}" line under guide articles + tool results */
.ef-latest-update{margin:18px 0 0;font-size:14.5px;color:#5b6770}
.ef-latest-update a{font-weight:700;color:#0e5a6e;text-decoration:none}
.ef-latest-update a:hover{color:#cf8a00;text-decoration:underline}
.efvf-update{margin:14px 0 0;font-size:14px;text-align:center;color:#5b6770}
.efvf-update a{font-weight:700;color:#0e5a6e;text-decoration:none}
.efvf-update a:hover{color:#cf8a00;text-decoration:underline}
