/* nm-travelers-core - TRAVELERS design system. ONE versioned file for every post on every site.
   Per-site tokens are injected inline by the plugin (--nm-accent, --nm-accent-dark, --nm-soft, --nm-soft2, --nm-tint).
   Covers the full factory template (nm-rtable, nm-compare, nm-cta, nm-btn, nm-prod-*, nm-embed, nm-map, nm-avail)
   so a post that lost its inline <style> (the Elementor CSS-strip bug) still renders designed, plus the 2030
   blocks, the trust strip, author box, update log and network footer. Fonts always inherit from the theme. */
:root{--nm-accent:#0e7490;--nm-accent-dark:#0b5a70;--nm-soft:#f2f8fa;--nm-soft2:#f8fbfc;--nm-tint:#cfe3ea;--nm-ink:#0f172a;--nm-text:#334155;--nm-muted:#64748b;--nm-faint:#94a3b8;--nm-line:#e2e8f0;--nm-line2:#eef2f7;--nm-radius:16px;--nm-shadow:0 6px 20px rgba(15,23,42,.07)}
.nm-2030,.nm-trust,.nm-author,.nm-changelog,.nm-netfoot,.nm-compare,.nm-cta,.nm-prod-meta,.nm-rtable-wrap,.nm-btn-wrap{font-family:inherit;box-sizing:border-box}
.nm-2030 *,.nm-trust *,.nm-author *,.nm-changelog *,.nm-netfoot *,.nm-compare *,.nm-cta *,.nm-prod-meta *{box-sizing:border-box}

/* ---------- responsive data table ---------- */
.nm-rtable-wrap{margin:1.8em 0;overflow-x:auto}
.nm-rtable{width:100%;border-collapse:collapse;margin:0;font-size:16px;line-height:1.5}
.nm-rtable caption{caption-side:top;text-align:right;font-weight:700;margin-bottom:10px;color:var(--nm-ink);font-size:18px}
.nm-rtable thead th{background:var(--nm-accent);color:#fff;text-align:right;padding:12px 14px;font-weight:700}
.nm-rtable td{padding:12px 14px;border:1px solid var(--nm-line);text-align:right;vertical-align:top}
.nm-rtable tbody tr:nth-child(even){background:var(--nm-soft2)}
@media (max-width:600px){
  .nm-rtable thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .nm-rtable,.nm-rtable tbody,.nm-rtable tr,.nm-rtable td{display:block;width:100%}
  .nm-rtable caption{display:block;width:100%;text-align:right;font-size:17px;margin:0 0 12px}
  .nm-rtable tr{margin:0 0 16px;border:1px solid var(--nm-line);border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.08);background:#fff}
  .nm-rtable tr:nth-child(even){background:#fff}
  .nm-rtable td{border:0;border-bottom:1px solid var(--nm-line2);padding:12px 16px;text-align:right;word-break:break-word}
  .nm-rtable td:last-child{border-bottom:0}
  .nm-rtable td::before{content:attr(data-label);display:block;font-weight:700;color:var(--nm-accent);font-size:13px;margin-bottom:3px}
  .nm-rtable td:first-child{background:var(--nm-accent);color:#fff;font-weight:800;font-size:17px}
  .nm-rtable td:first-child::before{display:none}
}

/* ---------- embeds / maps ---------- */
.nm-embed{margin:1.8em 0}
.nm-map{margin:1.8em 0}
.nm-map iframe{border:0;border-radius:14px;width:100%}

/* ---------- designed CTA banner ---------- */
.nm-cta{display:flex;gap:0;margin:1.9em 0;border:1px solid var(--nm-line);border-radius:var(--nm-radius);overflow:hidden;box-shadow:0 4px 16px rgba(15,23,42,.10);background:#fff}
.nm-cta__img{flex:0 0 40%;background-size:cover;background-position:center;min-height:210px}
.nm-cta__body{flex:1;padding:20px 24px;display:flex;flex-direction:column;gap:8px}
.nm-cta__eyebrow{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--nm-accent)}
.nm-cta__title{font-size:21px;font-weight:800;color:var(--nm-ink);margin:0;line-height:1.3}
.nm-cta__text{font-size:15.5px;color:var(--nm-text);margin:0;line-height:1.6}
.nm-cta__btn{align-self:flex-start;margin-top:10px;background:var(--nm-accent);color:#fff!important;text-decoration:none!important;padding:12px 24px;border-radius:999px;font-weight:700;font-size:16px;transition:background .2s,transform .2s}
.nm-cta__btn:hover{background:var(--nm-accent-dark);transform:translateY(-1px)}
.nm-btn{display:inline-block;background:var(--nm-accent);color:#fff!important;text-decoration:none!important;padding:11px 24px;border-radius:999px;font-weight:700;font-size:15.5px;transition:background .2s}
.nm-btn:hover{background:var(--nm-accent-dark)}
.nm-btn-wrap{text-align:center;margin:1.6em 0}
@media(max-width:600px){.nm-cta{flex-direction:column}.nm-cta__img{flex:none;width:100%;min-height:190px}.nm-cta__btn{align-self:stretch;text-align:center}}

/* ---------- live price strip ---------- */
.nm-prod-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:16px 0 6px;padding:12px 16px;font-size:14px;line-height:1.5;background:var(--nm-soft);border:1px solid var(--nm-tint);border-radius:14px}
.nm-prod-rate{font-weight:800;color:#b45309}
.nm-prod-rate small{color:var(--nm-muted);font-weight:600}
.nm-prod-price{font-weight:800;color:var(--nm-accent);font-size:15px}
.nm-prod-badge{background:#fff;color:var(--nm-accent);border:1px solid var(--nm-tint);border-radius:999px;padding:3px 11px;font-weight:700;font-size:12px}
.nm-prod-name{font-weight:800;color:var(--nm-ink);font-size:14.5px}
.nm-prod-checked{color:var(--nm-faint);font-size:11px;width:100%;margin-top:1px}
.nm-prod-cta{margin-inline-start:auto;background:var(--nm-accent);color:#fff!important;padding:8px 18px;border-radius:999px;font-weight:800;font-size:13.5px;text-decoration:none!important;white-space:nowrap;box-shadow:0 2px 8px rgba(15,23,42,.18)}
.nm-prod-cta:hover{background:var(--nm-accent-dark)}
@media(max-width:600px){.nm-prod-cta{margin-inline-start:0;flex:1 1 100%;text-align:center}}

/* ---------- provider comparison box ---------- */
.nm-compare{border:1px solid var(--nm-line);border-radius:var(--nm-radius);overflow:hidden;margin:1.7em 0;box-shadow:var(--nm-shadow);background:#fff}
.nm-compare__head{background:linear-gradient(90deg,var(--nm-accent),var(--nm-accent-dark));color:#fff;font-weight:800;font-size:16.5px;padding:15px 18px;display:flex;align-items:center;gap:8px}
.nm-compare__row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-top:1px solid var(--nm-line2)}
.nm-compare__row:nth-child(even){background:var(--nm-soft2)}
.nm-compare__info{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;min-width:0}
.nm-compare__prov{font-weight:800;color:var(--nm-ink);font-size:16px}
.nm-compare__price{font-weight:800;color:var(--nm-accent);font-size:15.5px;white-space:nowrap}
.nm-compare__price small{color:var(--nm-faint);font-weight:600;font-size:11.5px;margin-inline-start:5px}
.nm-compare__na{color:var(--nm-muted);font-weight:700;font-size:13.5px}
.nm-compare__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--nm-accent);color:#fff!important;text-decoration:none!important;padding:10px 24px;border-radius:999px;font-weight:800;font-size:14.5px;white-space:nowrap;flex:0 0 auto;box-shadow:0 2px 8px rgba(15,23,42,.18);transition:background .2s,transform .2s}
.nm-compare__btn:hover{background:var(--nm-accent-dark);transform:translateY(-1px)}
.nm-compare__note{padding:12px 18px;font-size:11.5px;color:var(--nm-faint);border-top:1px solid var(--nm-line2);background:var(--nm-soft2);line-height:1.6}
@media(max-width:600px){.nm-compare__row{flex-wrap:wrap;gap:10px;padding:14px 15px}.nm-compare__info{flex:1 1 100%;justify-content:space-between;gap:6px}.nm-compare__btn{flex:1 1 100%;padding:12px}}

/* ---------- GYG availability calendar box ---------- */
.nm-avail{margin:1.8em 0;border:1px solid var(--nm-line);border-radius:var(--nm-radius);padding:14px 16px;background:#fff;box-shadow:var(--nm-shadow)}
.nm-avail__head{font-weight:800;color:var(--nm-accent);margin-bottom:8px}

/* ---------- trust strip (top of post) - UX: one calm card, icons, badges ---------- */
.nm-trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin:0 0 20px;padding:12px 16px;background:var(--nm-soft2);border:1px solid var(--nm-line);border-inline-start:4px solid var(--nm-accent);border-radius:12px;font-size:.9em;color:var(--nm-text);line-height:1.5}
.nm-trust__item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.nm-trust__item b{color:var(--nm-ink);font-weight:700}
.nm-trust svg,.nm-author svg,.nm-changelog svg,.nm-2030 svg:not(.nm-svg-viz){width:15px;height:15px;max-width:15px;max-height:15px;flex:none;fill:none;stroke:var(--nm-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-2px}
.nm-trust__expert{display:inline-flex;align-items:center;gap:6px}
.nm-trust__sep{display:none}
.nm-trust__badge{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--nm-tint);color:var(--nm-accent);border-radius:999px;padding:3px 10px;font-weight:700;font-size:.86em}
.nm-trust__badge--ok{border-color:#bbf7d0;color:#15803d;background:#f0fdf4}
.nm-trust__badge--ok svg{stroke:#15803d}
.nm-trust__expert{color:var(--nm-muted);font-size:.9em;flex:1 1 100%;margin-top:2px}
@media(max-width:600px){.nm-trust{font-size:.84em;gap:6px 10px;padding:10px 12px}.nm-trust__item{white-space:normal}}

/* ---------- 2030 blocks ---------- */
.nm-2030{margin:1.6em 0}
.nm-kf,.nm-verdict,.nm-il,.nm-facts,.nm-next,.nm-toc,.nm-decision{border:1px solid var(--nm-line);border-radius:14px;padding:16px 18px;background:#fff}
.nm-kf__head,.nm-verdict__head,.nm-il__head,.nm-facts__head,.nm-next__head,.nm-toc__head{font-weight:800;color:var(--nm-accent);margin-bottom:8px;font-size:1.05em}
.nm-kf__list,.nm-il ul,.nm-facts ul,.nm-next ul{list-style:none;margin:0;padding:0}
.nm-kf__list li{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:baseline;padding:6px 0;border-bottom:1px dashed var(--nm-line)}
.nm-kf__list li:last-child{border-bottom:0}
.nm-kf__l{font-weight:700;min-width:110px;color:var(--nm-ink)}
.nm-kf__v{flex:1}
.nm-chk{display:block;width:100%;color:var(--nm-muted);font-size:.82em}
.nm-verdict{background:linear-gradient(180deg,var(--nm-soft),#fff)}
.nm-verdict__rec{font-weight:600;margin:0 0 10px;color:var(--nm-ink)}
.nm-verdict__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}
.nm-verdict__cell{background:#fff;border:1px solid var(--nm-line);border-radius:10px;padding:10px 12px}
.nm-verdict__cell b{display:block;margin-bottom:4px;color:var(--nm-accent)}
.nm-verdict__cell p{margin:0}
.nm-il ul li,.nm-facts ul li{padding:5px 0}
.nm-il ul li b,.nm-facts ul li b{color:var(--nm-ink)}
.nm-next ul li{padding:4px 0}
.nm-next a{color:var(--nm-accent);font-weight:700;text-decoration:none}
.nm-next a:hover{text-decoration:underline}
.nm-toc ol{margin:0;padding-inline-start:1.2em;columns:2;column-gap:24px}
.nm-toc li{margin:3px 0;break-inside:avoid}
.nm-toc a{color:inherit;text-decoration:none}
.nm-toc a:hover{color:var(--nm-accent)}
@media(max-width:600px){.nm-kf__l{min-width:0;width:100%}.nm-toc ol{columns:1}}

/* ---------- public update log + author box (bottom of post) ---------- */
.nm-changelog{margin:1.6em 0;border:1px solid var(--nm-line);border-radius:12px;padding:0 16px;background:var(--nm-soft2);font-size:.92em}
.nm-changelog summary{cursor:pointer;font-weight:700;padding:12px 0;color:var(--nm-ink);list-style:none}
.nm-changelog summary::-webkit-details-marker{display:none}
.nm-changelog summary::before{content:"+";color:var(--nm-accent);font-weight:800;margin-inline-end:8px}
.nm-changelog[open] summary::before{content:"\2212"}
.nm-changelog ul{margin:0 0 12px;padding-inline-start:1.2em;color:var(--nm-muted)}
.nm-changelog li{margin:4px 0}
.nm-changelog li b{color:var(--nm-ink)}
.nm-author{margin:1.6em 0;display:flex;gap:14px;align-items:flex-start;border:1px solid var(--nm-line);border-radius:14px;padding:16px 18px;background:#fff;box-shadow:var(--nm-shadow)}
.nm-author__avatar{flex:none;width:48px;height:48px;border-radius:50%;background:var(--nm-accent);color:#fff;font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center}
.nm-author__body{flex:1;min-width:0}
.nm-author__name{font-weight:800;color:var(--nm-ink);font-size:1.05em}
.nm-author__role{font-weight:500;color:var(--nm-muted);font-size:.9em}
.nm-author__bio{margin:6px 0 0;color:var(--nm-text)}
.nm-author__net{margin:6px 0 0;font-size:.88em;color:var(--nm-muted)}
.nm-author__net a{color:var(--nm-accent);font-weight:700;text-decoration:none}

/* ---------- network footer ---------- */
.nm-netfoot{background:var(--nm-ink);color:#cbd5e1;font-size:.86em;padding:14px 16px}
.nm-netfoot__in{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;justify-content:space-between}
.nm-netfoot__brand a{color:#fff;font-weight:700;text-decoration:none}
.nm-netfoot__links{display:flex;flex-wrap:wrap;gap:6px 14px}
.nm-netfoot__links a{color:#cbd5e1;text-decoration:none}
.nm-netfoot__links a:hover,.nm-netfoot__brand a:hover{color:#fff;text-decoration:underline}
@media(max-width:700px){.nm-netfoot__in{flex-direction:column;align-items:flex-start}}

/* ---------- mobile type scale (themes push 18-20px body text on phones; our blocks stay compact) ---------- */
@media(max-width:600px){
html .nm-2030,html .nm-kf,html .nm-verdict,html .nm-il,html .nm-facts,html .nm-next,html .nm-toc,html .nm-decision,html .nm-changelog,html .nm-author{font-size:15px;line-height:1.55}
html .nm-2030{max-width:100%;overflow-wrap:anywhere}
html .nm-cta,html .nm-compare,html .nm-rtable-wrap,html .nm-prod-meta,html .nm-avail,html .nm-embed{font-size:15px;line-height:1.5}
html .nm-kf,html .nm-verdict,html .nm-il,html .nm-facts,html .nm-next,html .nm-toc,html .nm-decision{padding:12px 14px;border-radius:12px}
html .nm-kf__head,html .nm-verdict__head,html .nm-il__head,html .nm-facts__head,html .nm-next__head,html .nm-toc__head{font-size:15.5px;margin-bottom:6px}
html .nm-kf__list li{padding:5px 0;gap:2px 8px}
html .nm-kf__l{font-size:13px;color:var(--nm-muted);font-weight:700}
html .nm-chk{font-size:11.5px}
html .nm-toc{font-size:14px}html .nm-toc ol{padding-inline-start:1.1em}html .nm-toc li{margin:2px 0}
html .nm-verdict__grid{grid-template-columns:1fr;gap:8px}html .nm-verdict__cell{padding:8px 10px}
html .nm-il,html .nm-facts,html .nm-decision{overflow-x:auto}
html .nm-cta{margin:1.4em 0}html .nm-cta__img{min-height:150px}html .nm-cta__body{padding:14px 16px;gap:6px}html .nm-cta__title{font-size:17.5px}html .nm-cta__text{font-size:14px}html .nm-cta__btn{padding:11px 18px;font-size:15px;margin-top:6px}
html .nm-compare__head{font-size:15px;padding:12px 14px}html .nm-compare__prov{font-size:15px}html .nm-compare__price{font-size:14.5px}html .nm-compare__btn{padding:11px}
html .nm-rtable{font-size:14.5px}html .nm-rtable caption{font-size:16px}html .nm-rtable td{padding:9px 11px}html .nm-rtable td:first-child{font-size:15.5px}
html .nm-trust{font-size:12.5px;line-height:1.4;gap:4px 10px;padding:8px 10px;margin:0 0 14px;border-radius:10px}
html .nm-trust__item{white-space:nowrap;gap:4px}
html .nm-trust svg,html .nm-author svg,html .nm-changelog svg{width:13px;height:13px;max-width:13px;max-height:13px}
html .nm-trust__expert{font-size:11.5px;margin-top:0;line-height:1.35}
html .nm-changelog{font-size:13.5px;padding:0 12px}html .nm-changelog summary{padding:9px 0}
html .nm-author{padding:12px 14px;gap:10px}html .nm-author__avatar{width:40px;height:40px;font-size:17px}html .nm-author__name{font-size:15px}html .nm-author__role,html .nm-author__net{font-size:12.5px}html .nm-author__bio{font-size:14px}
html .nm-netfoot{font-size:12px;padding:12px 14px}
}
