/* URL encoder — furniture comes from the shared .ftb-tool block in core.css. */
.ftb-tool-url .ftb-url-results{display:grid;gap:var(--ftb-space-4);grid-template-columns:1fr;min-height:280px}
@media (min-width:768px){.ftb-tool-url .ftb-url-results{grid-template-columns:1fr 1fr}}
.ftb-tool-url [data-ftb="component"],.ftb-tool-url [data-ftb="full"]{background:var(--ftb-surface);min-height:120px}
.ftb-tool-url [data-ftb="input"]{min-height:120px}

/* ---- Query-string breakdown (added 2026-08-18) ---- */
.ftb-url-breakdown{margin-bottom:var(--ftb-space-6)}
.ftb-url-bd-title{margin:0 0 var(--ftb-space-2);font-size:var(--ftb-text-lg);
	font-weight:var(--ftb-fw-semi);letter-spacing:var(--ftb-ls-tight)}
.ftb-url-bd-parts{margin:0 0 var(--ftb-space-4);font-size:var(--ftb-text-sm);
	color:var(--ftb-text-muted);overflow-wrap:anywhere}
.ftb-url-table{width:100%;border-collapse:collapse;font-size:var(--ftb-text-sm)}
.ftb-url-table th,.ftb-url-table td{padding:var(--ftb-space-3) var(--ftb-space-4);
	text-align:left;border-bottom:1px solid var(--ftb-border);vertical-align:top}
.ftb-url-table th{font-weight:var(--ftb-fw-semi);background:var(--ftb-surface-2);
	white-space:nowrap}
.ftb-url-table code{font-family:var(--ftb-mono);font-size:var(--ftb-text-code);
	overflow-wrap:anywhere}
.ftb-url-novalue{font-size:var(--ftb-text-xs);color:var(--ftb-text-subtle);
	font-style:italic}
/* Double encoding is the commonest cause of a broken link, so it is called out
   in words as well as colour (§9). */
.ftb-url-flag{display:inline-block;margin-left:var(--ftb-space-2);padding:2px 8px;
	font-size:var(--ftb-text-xs);font-weight:var(--ftb-fw-semi);
	background:var(--ftb-warning-soft);color:var(--ftb-warning);
	border-radius:var(--ftb-radius-full);white-space:nowrap}
