.ntech-pcb {
  --nt-accent: #8758e7;
  --nt-accent-2: #b398ff;
  --nt-bg: #08090d;
  --nt-surface: #111218;
  --nt-line: rgba(255, 255, 255, .11);
  --nt-muted: #999ba7;
  --nt-white: #f7f7fa;
  --nt-green: #39d98a;
  --nt-amber: #f2bd57;
  --nt-red: #ff6b73;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: 800px;
  padding: clamp(32px, 5vw, 84px) clamp(18px, 5vw, 80px) 100px;
  background: var(--nt-bg);
  color: var(--nt-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.ntech-pcb *, .ntech-pcb *::before, .ntech-pcb *::after { box-sizing: border-box; }
.ntech-pcb button, .ntech-pcb input, .ntech-pcb select { font: inherit; }
.ntech-pcb button { color: inherit; }
.ntech-pcb__ambient { position: absolute; z-index: -1; top: -280px; right: -160px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--nt-accent) 30%, transparent), transparent 67%); filter: blur(24px); opacity: .65; pointer-events: none; }
.ntech-pcb__ambient::after { content: ""; position: absolute; inset: 110px; border: 1px solid rgba(169, 133, 255, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(169, 133, 255, .035), 0 0 0 160px rgba(169, 133, 255, .025); }

.ntech-pcb__hero { max-width: 1480px; margin: 0 auto clamp(42px, 6vw, 82px); }
.ntech-pcb__eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; color: var(--nt-accent-2); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.ntech-pcb__eyebrow span { width: 42px; height: 1px; background: var(--nt-accent); }
.ntech-pcb__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: end; gap: 48px; }
.ntech-pcb__hero h1 { max-width: 850px; margin: 0 0 22px; color: var(--nt-white); font-size: clamp(46px, 6vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.ntech-pcb__hero p { max-width: 680px; margin: 0; color: #aaacb7; font-size: clamp(15px, 1.35vw, 19px); font-weight: 400; line-height: 1.7; }
.ntech-pcb__hero-stat { padding-bottom: 9px; }
.ntech-pcb__hero-stat strong { display: block; margin-bottom: 3px; font-size: 26px; font-weight: 500; }
.ntech-pcb__hero-stat span { color: var(--nt-muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.ntech-pcb__progress { overflow: hidden; width: 100%; height: 2px; margin-top: 16px; background: rgba(255,255,255,.12); }
.ntech-pcb__progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--nt-accent), var(--nt-accent-2)); transition: width .35s ease; }

.ntech-pcb__layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr); gap: clamp(28px, 4vw, 66px); max-width: 1480px; margin: 0 auto; }
.ntech-pcb__section-head, .ntech-pcb__summary-top { display: flex; align-items: center; justify-content: space-between; min-height: 54px; border-bottom: 1px solid var(--nt-line); }
.ntech-pcb__section-head > div, .ntech-pcb__summary-top > div { display: flex; align-items: center; gap: 13px; }
.ntech-pcb__section-head span, .ntech-pcb__summary-top span { color: var(--nt-accent-2); font-size: 10px; letter-spacing: .16em; }
.ntech-pcb__section-head h2, .ntech-pcb__summary-top h2 { margin: 0; color: var(--nt-white); font-size: 15px; font-weight: 600; letter-spacing: .02em; }
.ntech-pcb__text-button { padding: 8px 0; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--nt-muted); font-size: 12px; cursor: pointer; transition: color .2s, border .2s; }
.ntech-pcb__text-button:hover { border-bottom-color: var(--nt-accent); color: var(--nt-white); }

.ntech-pcb__row { position: relative; display: grid; grid-template-columns: 34px 52px minmax(0, 1fr) minmax(90px, auto) auto; align-items: center; gap: 18px; min-height: 112px; border-bottom: 1px solid var(--nt-line); transition: background .2s; }
.ntech-pcb__row:hover { background: rgba(255,255,255,.018); }
.ntech-pcb__row-index { align-self: start; padding-top: 24px; color: #555761; font-size: 9px; letter-spacing: .1em; }
.ntech-pcb__row-icon { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--nt-line); background: rgba(255,255,255,.025); color: #777986; transition: border .25s, color .25s, box-shadow .25s; }
.ntech-pcb__row-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.ntech-pcb__row.is-selected .ntech-pcb__row-icon { border-color: color-mix(in srgb, var(--nt-accent) 55%, transparent); color: var(--nt-accent-2); box-shadow: inset 0 0 24px color-mix(in srgb, var(--nt-accent) 12%, transparent); }
.ntech-pcb__row-label { display: flex; align-items: center; gap: 11px; }
.ntech-pcb__row-label h3 { margin: 0; color: #dedee4; font-size: 14px; font-weight: 550; }
.ntech-pcb__row-label span { padding: 3px 6px; border: 1px solid rgba(135,88,231,.35); color: var(--nt-accent-2); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ntech-pcb__row-label span.is-optional { border-color: rgba(255,255,255,.12); color: #777985; }
.ntech-pcb__selection { overflow: hidden; margin-top: 5px; color: #696b76; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.ntech-pcb__row.is-selected .ntech-pcb__selection { color: #aeb0ba; }
.ntech-pcb__selection-specs { min-height: 17px; margin-top: 2px; color: #70727e; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.ntech-pcb__row-price { color: #c9cad1; font-size: 13px; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.ntech-pcb__row-actions { display: flex; align-items: center; gap: 7px; }
.ntech-pcb__choose { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 124px; min-height: 42px; padding: 0 12px 0 16px; border: 1px solid rgba(255,255,255,.16); background: transparent; color: #d9d9df; font-size: 11px; letter-spacing: .03em; cursor: pointer; transition: background .2s, border .2s, color .2s; }
.ntech-pcb__choose b { color: var(--nt-accent-2); font-size: 20px; font-weight: 300; line-height: 1; }
.ntech-pcb__choose:hover, .ntech-pcb__choose:focus-visible { border-color: var(--nt-accent); background: var(--nt-accent); color: white; outline: 0; }
.ntech-pcb__choose:hover b { color: white; }
.ntech-pcb__remove { width: 32px; height: 42px; padding: 0; border: 0; background: transparent; color: #777985; font-size: 18px; cursor: pointer; }
.ntech-pcb__remove:hover { color: var(--nt-red); }

.ntech-pcb__summary { position: relative; }
.ntech-pcb__summary-card { position: sticky; top: 28px; padding: 0 25px 25px; border: 1px solid var(--nt-line); background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); box-shadow: 0 30px 90px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
.ntech-pcb__count { color: #777985 !important; }
.ntech-pcb__summary-list { max-height: 310px; overflow: auto; padding: 12px 0; scrollbar-color: #3d3f49 transparent; scrollbar-width: thin; }
.ntech-pcb__empty { margin: 17px 0; color: #6e707b; font-size: 12px; }
.ntech-pcb__summary-item { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.ntech-pcb__summary-item img { width: 38px; height: 38px; object-fit: contain; background: white; }
.ntech-pcb__summary-item div { min-width: 0; }
.ntech-pcb__summary-item span { display: block; color: var(--nt-accent-2); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ntech-pcb__summary-item strong { display: block; overflow: hidden; margin-top: 2px; color: #c7c8d0; font-size: 10px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.ntech-pcb__summary-item b { color: #a9aab4; font-size: 10px; font-weight: 500; white-space: nowrap; }
.ntech-pcb__compatibility { display: grid; grid-template-columns: 31px 1fr; gap: 11px; margin: 13px 0; padding: 13px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.018); }
.ntech-pcb__compat-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); color: #838590; font-size: 14px; }
.ntech-pcb__compatibility strong { display: block; margin-bottom: 2px; color: #c5c6cd; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.ntech-pcb__compatibility p { margin: 0; color: #7d7f89; font-size: 10px; line-height: 1.45; }
.ntech-pcb__compatibility.is-ok { border-color: rgba(57,217,138,.25); }.ntech-pcb__compatibility.is-ok .ntech-pcb__compat-icon { background: rgba(57,217,138,.12); color: var(--nt-green); }
.ntech-pcb__compatibility.is-warning { border-color: rgba(242,189,87,.3); }.ntech-pcb__compatibility.is-warning .ntech-pcb__compat-icon { background: rgba(242,189,87,.12); color: var(--nt-amber); }
.ntech-pcb__compatibility.is-error { border-color: rgba(255,107,115,.35); }.ntech-pcb__compatibility.is-error .ntech-pcb__compat-icon { background: rgba(255,107,115,.12); color: var(--nt-red); }
.ntech-pcb__power { padding: 9px 0 16px; }
.ntech-pcb__power > div:first-child { display: flex; justify-content: space-between; color: #777985; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.ntech-pcb__power strong { color: #bfc0c8; font-weight: 500; }
.ntech-pcb__power-track { overflow: hidden; height: 3px; margin-top: 9px; background: rgba(255,255,255,.08); }
.ntech-pcb__power-track i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--nt-accent), var(--nt-accent-2)); transition: width .3s; }
.ntech-pcb__total { display: flex; align-items: end; justify-content: space-between; padding: 18px 0 20px; border-top: 1px solid var(--nt-line); }
.ntech-pcb__total > span { color: #a7a8b1; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }.ntech-pcb__total small { display: block; margin-top: 3px; color: #585a64; font-size: 8px; letter-spacing: .05em; }
.ntech-pcb__total > strong { color: white; font-size: 23px; font-weight: 450; letter-spacing: -.03em; }
.ntech-pcb__cart { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 0 18px; border: 0; background: var(--nt-accent); color: white; font-size: 11px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: filter .2s, transform .2s; }
.ntech-pcb__cart span { font-size: 20px; font-weight: 300; }.ntech-pcb__cart:hover:not(:disabled) { filter: brightness(1.15); transform: translateY(-1px); }.ntech-pcb__cart:disabled { background: #26272e; color: #666873; cursor: not-allowed; }
.ntech-pcb__cart.is-loading span { animation: ntech-spin .8s linear infinite; }
.ntech-pcb__utility { display: flex; justify-content: center; gap: 24px; padding: 17px 0 4px; }.ntech-pcb__utility button { padding: 0 0 2px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: none; color: #858792; font-size: 9px; cursor: pointer; }.ntech-pcb__utility button:hover { color: white; border-color: var(--nt-accent); }
.ntech-pcb__fineprint { margin: 13px 0 0; color: #595b65; font-size: 9px; line-height: 1.5; text-align: center; }

.ntech-pcb__modal[hidden] { display: none; }
.ntech-pcb__modal { position: fixed; z-index: 999999; inset: 0; display: flex; justify-content: flex-end; }
.ntech-pcb__backdrop { position: absolute; inset: 0; background: rgba(2,2,5,.8); backdrop-filter: blur(8px); animation: ntech-fade .2s both; }
.ntech-pcb__dialog { position: relative; overflow-y: auto; width: min(1060px, 92vw); height: 100%; padding: clamp(24px, 4vw, 58px); background: #0d0e13; box-shadow: -30px 0 100px rgba(0,0,0,.55); animation: ntech-slide .28s both; }
.ntech-pcb__dialog > header { display: flex; align-items: start; justify-content: space-between; margin-bottom: 34px; }.ntech-pcb__dialog > header span { color: var(--nt-accent-2); font-size: 9px; font-weight: 700; letter-spacing: .17em; }.ntech-pcb__dialog > header h2 { margin: 8px 0 0; color: white; font-size: clamp(28px, 4vw, 48px); font-weight: 400; letter-spacing: -.04em; }.ntech-pcb__dialog > header button { width: 42px; height: 42px; border: 1px solid var(--nt-line); background: none; color: #aaa; font-size: 25px; font-weight: 200; cursor: pointer; }.ntech-pcb__dialog > header button:hover { border-color: var(--nt-accent); color: white; }
.ntech-pcb__toolbar { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 12px; }.ntech-pcb__toolbar label { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 9px; min-height: 48px; padding: 0 14px; border: 1px solid var(--nt-line); }.ntech-pcb__toolbar svg { width: 17px; height: 17px; fill: none; stroke: #777985; stroke-width: 1.5; }.ntech-pcb__toolbar input, .ntech-pcb__toolbar select { width: 100%; min-height: 46px; border: 1px solid var(--nt-line); border-radius: 0; outline: 0; background: #0d0e13; color: #d3d4da; font-size: 12px; }.ntech-pcb__toolbar input { min-height: 44px; border: 0; }.ntech-pcb__toolbar select { padding: 0 38px 0 14px; }.ntech-pcb__toolbar label:focus-within, .ntech-pcb__toolbar select:focus { border-color: var(--nt-accent); }
.ntech-pcb__result-meta { display: flex; align-items: center; justify-content: space-between; padding: 17px 1px 13px; color: #676973; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }.ntech-pcb__result-meta > span:last-child { display: flex; align-items: center; gap: 7px; }.ntech-pcb__result-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--nt-green); }.ntech-pcb__result-meta i.is-warning { margin-left: 8px; background: var(--nt-amber); }
.ntech-pcb__product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; min-height: 320px; }.ntech-pcb__product { overflow: hidden; border: 1px solid var(--nt-line); background: #121319; transition: border .2s, transform .2s; }.ntech-pcb__product:hover { border-color: rgba(135,88,231,.55); transform: translateY(-2px); }.ntech-pcb__product.is-error { opacity: .58; }.ntech-pcb__product-image { position: relative; display: grid; aspect-ratio: 1.35; place-items: center; background: #f5f5f6; }.ntech-pcb__product-image img { width: 82%; height: 82%; object-fit: contain; }.ntech-pcb__product-image span { position: absolute; top: 10px; left: 10px; padding: 4px 7px; background: #111218; color: var(--nt-green); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.ntech-pcb__product.is-warning .ntech-pcb__product-image span { color: var(--nt-amber); }.ntech-pcb__product.is-error .ntech-pcb__product-image span { color: var(--nt-red); }
.ntech-pcb__product-body { padding: 15px; }.ntech-pcb__product-sku { min-height: 15px; color: #666873; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.ntech-pcb__product h3 { display: -webkit-box; overflow: hidden; min-height: 40px; margin: 5px 0 10px; color: #e0e1e5; font-size: 13px; font-weight: 520; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.ntech-pcb__chips { display: flex; flex-wrap: wrap; gap: 4px; min-height: 21px; }.ntech-pcb__chips span { padding: 3px 5px; background: rgba(255,255,255,.055); color: #8b8d97; font-size: 8px; }.ntech-pcb__product-note { min-height: 30px; margin: 9px 0; color: #6f717c; font-size: 9px; line-height: 1.45; }.ntech-pcb__product-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.07); }.ntech-pcb__product-footer strong { color: white; font-size: 15px; font-weight: 500; }.ntech-pcb__product-footer button { display: flex; align-items: center; gap: 13px; min-height: 34px; padding: 0 10px 0 13px; border: 1px solid rgba(255,255,255,.15); background: none; color: #cccdd3; font-size: 9px; font-weight: 650; text-transform: uppercase; cursor: pointer; }.ntech-pcb__product-footer button span { color: var(--nt-accent-2); font-size: 16px; }.ntech-pcb__product-footer button:hover:not(:disabled) { border-color: var(--nt-accent); background: var(--nt-accent); color: white; }.ntech-pcb__product-footer button:hover span { color: white; }.ntech-pcb__product-footer button:disabled { opacity: .45; cursor: not-allowed; }
.ntech-pcb__loading, .ntech-pcb__no-results { grid-column: 1/-1; display: grid; place-content: center; min-height: 330px; color: #7d7f89; text-align: center; }.ntech-pcb__loading i { width: 28px; height: 28px; margin: 0 auto 13px; border: 2px solid rgba(255,255,255,.1); border-top-color: var(--nt-accent); border-radius: 50%; animation: ntech-spin .7s linear infinite; }.ntech-pcb__loading span, .ntech-pcb__no-results p { font-size: 11px; }.ntech-pcb__no-results strong { color: #d6d7dc; font-size: 16px; font-weight: 500; }.ntech-pcb__no-results p { margin: 7px 0 0; }
.ntech-pcb__pagination { display: flex; align-items: center; justify-content: center; gap: 16px; padding-top: 24px; }.ntech-pcb__pagination button { min-height: 35px; padding: 0 13px; border: 1px solid var(--nt-line); background: transparent; color: #a5a6af; font-size: 10px; cursor: pointer; }.ntech-pcb__pagination button:hover:not(:disabled) { border-color: var(--nt-accent); color: white; }.ntech-pcb__pagination button:disabled { opacity: .35; cursor: not-allowed; }.ntech-pcb__pagination span { color: #6b6d77; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.ntech-pcb__toast { position: fixed; z-index: 1000000; right: 24px; bottom: 24px; max-width: min(390px, calc(100vw - 48px)); padding: 14px 18px; border-left: 3px solid var(--nt-green); background: #1a1b21; box-shadow: 0 15px 50px rgba(0,0,0,.4); color: #eeeef2; font-size: 12px; }.ntech-pcb__toast.is-error { border-color: var(--nt-red); }.ntech-pcb__toast.is-neutral { border-color: var(--nt-accent); }
.ntech-pcb__noscript { padding: 15px; border: 1px solid var(--nt-red); color: white; }
body.ntech-pcb-modal-open { overflow: hidden; }

@keyframes ntech-spin { to { transform: rotate(360deg); } }
@keyframes ntech-slide { from { opacity: 0; transform: translateX(40px); } }
@keyframes ntech-fade { from { opacity: 0; } }

@media (max-width: 1080px) {
  .ntech-pcb__layout { grid-template-columns: 1fr; }
  .ntech-pcb__summary-card { position: static; }
  .ntech-pcb__summary-list { max-height: none; }
  .ntech-pcb__product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .ntech-pcb { padding-inline: 15px; }
  .ntech-pcb__hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .ntech-pcb__hero-stat { max-width: 250px; }
  .ntech-pcb__row { grid-template-columns: 25px 43px minmax(0,1fr) auto; gap: 11px; min-height: 108px; padding: 9px 0; }
  .ntech-pcb__row-index { padding-top: 17px; }
  .ntech-pcb__row-icon { width: 42px; height: 42px; }
  .ntech-pcb__row-icon svg { width: 21px; height: 21px; }
  .ntech-pcb__row-price { display: none; }
  .ntech-pcb__choose { min-width: 43px; width: 43px; padding: 0; justify-content: center; }
  .ntech-pcb__choose span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .ntech-pcb__remove { position: absolute; right: 4px; bottom: 2px; width: 34px; height: 24px; }
  .ntech-pcb__dialog { width: 100vw; padding: 23px 15px 45px; }
  .ntech-pcb__toolbar { grid-template-columns: 1fr; }
  .ntech-pcb__result-meta > span:last-child { display: none; }
  .ntech-pcb__product-grid { grid-template-columns: 1fr; }
  .ntech-pcb__product { display: grid; grid-template-columns: 120px minmax(0,1fr); }
  .ntech-pcb__product-image { aspect-ratio: auto; min-height: 170px; }
  .ntech-pcb__product-note { min-height: 0; }
}

@media print {
  body * { visibility: hidden !important; }
  .ntech-pcb, .ntech-pcb * { visibility: visible !important; }
  .ntech-pcb { position: absolute; inset: 0; min-height: 0; padding: 20px; background: white !important; color: #111 !important; }
  .ntech-pcb__ambient, .ntech-pcb__components, .ntech-pcb__utility, .ntech-pcb__cart, .ntech-pcb__fineprint { display: none !important; }
  .ntech-pcb__hero { margin-bottom: 20px; }.ntech-pcb__hero h1, .ntech-pcb__summary-top h2, .ntech-pcb__total strong { color: #111 !important; }.ntech-pcb__hero p, .ntech-pcb__eyebrow, .ntech-pcb__hero-stat { display: none; }
  .ntech-pcb__layout { display: block; }.ntech-pcb__summary-card { border-color: #ddd; box-shadow: none; }.ntech-pcb__summary-item strong, .ntech-pcb__summary-item b, .ntech-pcb__total span { color: #222 !important; }
}




/* Builder modal control alignment */
.ntech-pcb__dialog > header button {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  padding: 0;
  margin-top: 8px;
  line-height: 1;
  overflow: visible;
}
.ntech-pcb__toolbar select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 52px;
  background-image: linear-gradient(45deg, transparent 50%, #d3d4da 50%), linear-gradient(135deg, #d3d4da 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}


/* Keep the open builder modal above the site header and inset its custom chevron. */
.ntech-pcb:has(.ntech-pcb__modal:not([hidden])) {
  z-index: 2147483000;
  overflow: visible;
}
.ntech-pcb__toolbar select {
  background-position: calc(100% - 30px) 50%, calc(100% - 25px) 50%;
}


/* Final control spacing refinement. */
.ntech-pcb__dialog > header button { margin-top: 24px; }
.ntech-pcb__toolbar select {
  padding-right: 64px;
  background-position: calc(100% - 38px) 50%, calc(100% - 33px) 50%;
}


/* Variable-product chooser inside PC Builder cards. */
.ntech-pcb__variation {
  display: grid;
  gap: 6px;
  margin: 11px 0 12px;
}
.ntech-pcb__variation > span {
  color: #8f919c;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ntech-pcb__variation select {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 34px 0 11px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 3px;
  background-color: #0d0e13;
  color: #e7e5ed;
  font-size: 10px;
  font-weight: 600;
  line-height: 38px;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ntech-pcb__variation select:hover {
  border-color: rgba(135,88,231,.75);
}
.ntech-pcb__variation select:focus {
  outline: none;
  border-color: var(--nt-accent);
  box-shadow: 0 0 0 3px rgba(135,88,231,.18);
}

/* Keep compatibility copy in the text column instead of stacking word by word. */
.ntech-pcb__compatibility {
  grid-template-columns: 31px minmax(0,1fr);
}
.ntech-pcb__compat-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.ntech-pcb__compatibility strong {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.ntech-pcb__compatibility p {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

/* 1.1.10 - Align component rows and remove paragraph spacing added to shortcode markup. */
.ntech-pcb .ntech-pcb__row{align-items:center}
.ntech-pcb .ntech-pcb__row-index{align-self:center;padding-top:0;line-height:1}
.ntech-pcb .ntech-pcb__row-icon{align-self:center}
.ntech-pcb .ntech-pcb__row-copy{min-width:0;padding:0;margin:0}
.ntech-pcb .ntech-pcb__row-label{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;padding:0}
.ntech-pcb .ntech-pcb__row-label h3{margin:0!important;padding:0;line-height:1.35}
.ntech-pcb .ntech-pcb__row-label>p{display:flex;align-items:center;margin:0!important;padding:0!important;line-height:1}
.ntech-pcb .ntech-pcb__row-label span{display:inline-block;box-sizing:border-box;min-width:60px;text-align:center;white-space:nowrap;line-height:1.2}
.ntech-pcb .ntech-pcb__selection{margin:8px 0 0!important;line-height:1.5}
.ntech-pcb .ntech-pcb__selection-specs{margin:4px 0 0;line-height:1.5}
.ntech-pcb .ntech-pcb__selection-specs:empty,.ntech-pcb .ntech-pcb__row-copy>p:empty,.ntech-pcb .ntech-pcb__row-actions>br{display:none!important}
@media(max-width:720px){.ntech-pcb .ntech-pcb__row-label{grid-template-columns:1fr;justify-items:start;gap:5px}.ntech-pcb .ntech-pcb__selection{margin-top:6px!important}.ntech-pcb .ntech-pcb__row{padding-block:14px}}

