/* =============================================================
 * NNG Request to Purchase Releasable Capacity Form
 * Form-specific overrides on top of `forms-base.css`.
 * ============================================================= */

/* The two read-only TSP rows (provider name / provider DUNS)
 * read as a single block of header info, so tighten the gap
 * between them relative to the rest of the form body. */
.nng-form.request-purchase-release-capacity-form .form-body > .form-row:has(> input[name="provider_id"]) {
	margin-top: calc(var(--nng-gap-lg) * -1 + 0.25rem);
}
