.nd-model-selector {
	isolation: isolate;
	bottom: 76px;
	position: fixed;
	right: 18px;
	z-index: 9997;
}

.nd-model-selector--inline {
	display: block;
}

.nd-model-selector__trigger {
	--nd-model-selector-trigger-bg: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
	--nd-model-selector-trigger-shadow: 0 16px 38px rgba(15, 23, 42, 0.22);
	align-items: center;
	background: var(--nd-model-selector-trigger-bg);
	border: 0;
	border-radius: 999px;
	box-shadow: var(--nd-model-selector-trigger-shadow);
	color: #f8fafc;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.02em;
	line-height: 1;
	min-height: 46px;
	padding: 0 16px;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.nd-model-selector__trigger::before {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 9px;
	width: 9px;
}

.nd-model-selector__trigger:hover,
.nd-model-selector__trigger:focus-visible {
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.28);
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.nd-model-selector__trigger:focus-visible {
	outline: 2px solid #7dd3fc;
	outline-offset: 2px;
}

.nd-model-selector__trigger--fixed-mobile {
	display: none;
}

.nd-model-selector__modal[hidden] {
	display: none;
}

.nd-model-selector__modal {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	inset: 0;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	position: fixed;
	z-index: 2147483647;
}

.nd-model-selector__backdrop {
	background: rgba(2, 6, 23, 0.64);
	inset: 0;
	position: absolute;
}

.nd-model-selector__close {
	align-items: center;
	appearance: none;
	background: rgba(148, 163, 184, 0.14);
	border: 0;
	border-radius: 999px;
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	font-size: 26px;
	height: 36px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 36px;
	z-index: 3;
}

.nd-model-selector__dialog {
	background:
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 30%),
		#ffffff;
	border-radius: 24px;
	box-sizing: border-box;
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.24);
	color: #0f172a;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	max-height: min(78vh, 880px);
	max-width: min(720px, calc(100vw - 24px));
	min-height: 0;
	overflow: hidden;
	padding: 28px;
	position: relative;
	scrollbar-gutter: stable both-edges;
	width: min(720px, calc(100vw - 24px));
	z-index: 2;
}

.nd-model-selector__header {
	flex: 0 0 auto;
	margin-bottom: 0;
	padding-right: 42px;
}

.nd-model-selector__header h3 {
	color: #0f172a;
	font-size: 30px;
	line-height: 1.02;
	margin: 0 0 8px;
	overflow-wrap: anywhere;
}

.nd-model-selector__header p {
	color: #475569;
	margin: 0;
	overflow-wrap: anywhere;
}

.nd-model-selector__context {
	background: rgba(14, 165, 233, 0.08);
	border: 1px solid rgba(14, 165, 233, 0.16);
	border-radius: 16px;
	color: #0f172a;
	font-size: 13px;
	font-weight: 600;
	flex: 0 0 auto;
	margin-bottom: 0;
	padding: 12px 14px;
}

.nd-model-selector__form {
	display: grid;
	flex: 1 1 auto;
	gap: 16px;
	min-height: 0;
	overscroll-behavior: contain;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-gutter: stable;
}

.nd-model-selector__mode-switch {
	background: rgba(148, 163, 184, 0.12);
	border-radius: 16px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 6px;
}

.nd-model-selector__mode-button {
	background: transparent;
	border: 0;
	border-radius: 12px;
	color: #334155;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
	padding: 0 12px;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nd-model-selector__mode-button:hover,
.nd-model-selector__mode-button:focus-visible {
	transform: translateY(-1px);
}

.nd-model-selector__mode-button.is-active,
.nd-model-selector__mode-button[aria-selected="true"] {
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	color: #0f172a;
}

.nd-model-selector__mode-copy {
	color: #475569;
	font-size: 13px;
	line-height: 1.45;
}

.nd-model-selector__insight,
.nd-model-selector__result {
	background: linear-gradient(180deg, rgba(14, 165, 233, 0.08), rgba(14, 165, 233, 0.03));
	border: 1px solid rgba(14, 165, 233, 0.16);
	border-radius: 18px;
	padding: 16px 18px;
}

.nd-model-selector__result {
	margin-top: 14px;
	max-width: 420px;
	position: relative;
	width: min(100%, 420px);
	z-index: 1;
}

.nd-model-selector__insight-title,
.nd-model-selector__result-title {
	color: #0f172a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.nd-model-selector__insight-body p,
.nd-model-selector__result-body p {
	color: #334155;
	margin: 0 0 8px;
}

.nd-model-selector__insight-body p:last-child,
.nd-model-selector__result-body p:last-child {
	margin-bottom: 0;
}

.nd-model-selector__panel[hidden] {
	display: none;
}

.nd-model-selector__fields {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
}

.nd-model-selector__field {
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.94));
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 20px;
	box-sizing: border-box;
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: 18px;
}

.nd-model-selector__field.is-guided-step-hidden {
	display: none;
}

.nd-model-selector__field.is-guided-current {
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.nd-model-selector__field--root-task {
	padding-top: 8px;
}

.nd-model-selector__field-label {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.nd-model-selector__field-help {
	color: #64748b;
	font-size: 13px;
	line-height: 1.5;
	max-width: 62ch;
	overflow-wrap: anywhere;
}

.nd-model-selector__field select {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.34);
	border-radius: 14px;
	box-shadow: none;
	color: #0f172a;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.nd-model-selector__field select:focus {
	border-color: #38bdf8;
	outline: 2px solid rgba(56, 189, 248, 0.16);
}

.nd-model-selector__choice-group {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.nd-model-selector__choice {
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 18px;
	box-sizing: border-box;
	cursor: pointer;
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 14px 16px;
	padding-right: 48px;
	position: relative;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.nd-model-selector__choice:hover,
.nd-model-selector__choice:focus-within {
	border-color: rgba(37, 99, 235, 0.42);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
	transform: translateY(-1px);
}

.nd-model-selector__choice-label {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	min-width: 0;
	overflow-wrap: anywhere;
	padding-right: 0;
}

.nd-model-selector__choice-help {
	color: #64748b;
	font-size: 12px;
	line-height: 1.45;
	min-width: 0;
	overflow-wrap: anywhere;
}

.nd-model-selector__choice input[type="checkbox"],
.nd-model-selector__choice input[type="radio"] {
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 1px;
}

.nd-model-selector__choice::after {
	background: #ffffff;
	border: 1.5px solid rgba(148, 163, 184, 0.5);
	border-radius: 999px;
	content: "";
	height: 18px;
	position: absolute;
	right: 16px;
	top: 16px;
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	width: 18px;
}

.nd-model-selector__choice:has(input:checked) {
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(219, 234, 254, 0.88));
	border-color: rgba(37, 99, 235, 0.5);
	box-shadow: 0 16px 32px rgba(37, 99, 235, 0.14);
}

.nd-model-selector__choice:has(input:checked)::after {
	background: #2563eb;
	border-color: #2563eb;
	box-shadow: inset 0 0 0 4px #ffffff;
}

.nd-model-selector__guided-progress {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.nd-model-selector__guided-progress-text {
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nd-model-selector__guided-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
}

.nd-model-selector__guided-back,
.nd-model-selector__guided-next {
	box-sizing: border-box;
	border-radius: 14px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	min-height: 48px;
	min-width: 0;
	padding: 0 18px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.nd-model-selector__guided-back {
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.28);
	color: #0f172a;
}

.nd-model-selector__guided-next {
	background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
	border: 0;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
	color: #f8fafc;
	margin-left: auto;
}

.nd-model-selector__guided-back:hover,
.nd-model-selector__guided-next:hover,
.nd-model-selector__guided-back:focus-visible,
.nd-model-selector__guided-next:focus-visible {
	transform: translateY(-1px);
}

.nd-model-selector__guided-back:disabled,
.nd-model-selector__guided-next:disabled {
	cursor: not-allowed;
	opacity: 0.45;
	transform: none;
}

.nd-model-selector__actions {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-width: 0;
}

.nd-model-selector__lead-fields {
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(219, 234, 254, 0.72));
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 18px;
	display: grid;
	gap: 12px;
	grid-column: 1 / -1;
	padding: 16px;
}

.nd-model-selector__lead-fields[hidden] {
	display: none;
}

.nd-model-selector__lead-intro {
	display: grid;
	gap: 6px;
}

.nd-model-selector__lead-intro strong {
	color: #0f172a;
	font-size: 18px;
	line-height: 1.2;
}

.nd-model-selector__lead-intro p {
	color: #334155;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.nd-model-selector__lead-warning {
	color: #1e293b !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	margin-top: 6px !important;
}

.nd-model-selector__lead-fields .nd-model-selector__field {
	padding: 14px;
}

.nd-model-selector__lead-fields .nd-model-selector__field-label {
	font-size: 14px;
}

.nd-model-selector__lead-fields input {
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.34);
	border-radius: 14px;
	color: #0f172a;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.nd-model-selector__lead-fields input:focus {
	border-color: #38bdf8;
	outline: 2px solid rgba(56, 189, 248, 0.16);
}

.nd-model-selector__reset,
.nd-model-selector__submit {
	border: 0;
	border-radius: 14px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	min-height: 48px;
	min-width: 0;
	padding: 0 18px;
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
	white-space: normal;
}

.nd-model-selector__reset {
	background: rgba(148, 163, 184, 0.14);
	color: #0f172a;
}

.nd-model-selector__submit {
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	color: #f0fdf4;
}

.nd-model-selector__reset:hover,
.nd-model-selector__reset:focus-visible,
.nd-model-selector__submit:hover,
.nd-model-selector__submit:focus-visible {
	transform: translateY(-1px);
}

.nd-model-selector__message {
	font-size: 14px;
	min-height: 20px;
}

.nd-model-selector__message[data-state="success"] {
	color: #15803d;
}

.nd-model-selector__message[data-state="error"] {
	color: #b91c1c;
}

.nd-model-selector__message[data-state="warning"] {
	color: #a16207;
}

.nd-drone-card,
[data-drone-card] {
	position: relative;
	transition: opacity 0.18s ease, transform 0.18s ease, filter 0.18s ease;
}

.nd-model-selector-card--best-match {
	transform: translateY(-2px);
}

.nd-model-selector-card--match {
	order: -1;
}

.nd-model-selector-card--muted {
	filter: grayscale(0.18);
	opacity: 0.48;
}

.nd-model-selector-card--hidden {
	display: none !important;
}

.nd-model-selector__badge {
	align-items: center;
	background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(22, 163, 74, 0.22);
	color: #f0fdf4;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	left: 12px;
	letter-spacing: 0.02em;
	padding: 8px 12px;
	position: absolute;
	top: 12px;
	z-index: 5;
}

.nd-model-selector__summary-list {
	display: grid;
	gap: 10px;
	margin-bottom: 12px;
}

.nd-model-selector__summary-row {
	align-items: start;
	display: grid;
	gap: 6px;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
}

.nd-model-selector__summary-label {
	color: #475569;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.nd-model-selector__summary-value {
	color: #0f172a;
	font-size: 14px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.nd-model-selector__notes {
	display: grid;
	gap: 8px;
}

.nd-model-selector__section {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.nd-model-selector__section-title {
	color: #0f172a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nd-model-selector__notes p {
	color: #334155;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.nd-model-selector-card--budget {
	opacity: 0.82;
}

.nd-model-selector__card-meta {
	background: rgba(248, 250, 252, 0.94);
	border-top: 1px solid rgba(148, 163, 184, 0.22);
	display: grid;
	gap: 10px;
	margin-top: 14px;
	padding: 14px;
}

.nd-model-selector__card-status {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	min-height: 30px;
	padding: 0 12px;
	width: fit-content;
}

.nd-model-selector__card-status--full {
	background: rgba(22, 163, 74, 0.12);
	color: #166534;
}

.nd-model-selector__card-status--confirm {
	background: rgba(14, 165, 233, 0.12);
	color: #0f766e;
}

.nd-model-selector__card-status--budget {
	background: rgba(245, 158, 11, 0.14);
	color: #92400e;
}

.nd-model-selector__card-status--partial {
	background: rgba(148, 163, 184, 0.16);
	color: #334155;
}

.nd-model-selector__card-block {
	display: grid;
	gap: 6px;
}

.nd-model-selector__card-heading {
	color: #0f172a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nd-model-selector__card-block p {
	color: #334155;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

html[data-theme="dark"] .nd-model-selector__dialog {
	background:
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.16), transparent 30%),
		#0f172a;
	box-shadow: 0 28px 90px rgba(2, 6, 23, 0.56);
	color: #e2e8f0;
}

html[data-theme="dark"] .nd-model-selector__close,
html[data-theme="dark"] .nd-model-selector__reset {
	background: rgba(148, 163, 184, 0.16);
	color: #e2e8f0;
}

html[data-theme="dark"] .nd-model-selector__header h3,
html[data-theme="dark"] .nd-model-selector__context,
html[data-theme="dark"] .nd-model-selector__mode-button.is-active,
html[data-theme="dark"] .nd-model-selector__mode-button[aria-selected="true"],
html[data-theme="dark"] .nd-model-selector__insight-title,
html[data-theme="dark"] .nd-model-selector__result-title,
html[data-theme="dark"] .nd-model-selector__section-title,
html[data-theme="dark"] .nd-model-selector__card-heading,
html[data-theme="dark"] .nd-model-selector__summary-value {
	color: #f8fafc;
}

html[data-theme="dark"] .nd-model-selector__header p,
html[data-theme="dark"] .nd-model-selector__mode-copy,
html[data-theme="dark"] .nd-model-selector__field-help,
html[data-theme="dark"] .nd-model-selector__summary-label,
html[data-theme="dark"] .nd-model-selector__insight-body p,
html[data-theme="dark"] .nd-model-selector__result-body p,
html[data-theme="dark"] .nd-model-selector__notes p,
html[data-theme="dark"] .nd-model-selector__card-block p {
	color: #cbd5e1;
}

html[data-theme="dark"] .nd-model-selector__field select,
html[data-theme="dark"] .nd-model-selector__choice,
html[data-theme="dark"] .nd-model-selector__mode-button.is-active,
html[data-theme="dark"] .nd-model-selector__mode-button[aria-selected="true"] {
	background: rgba(15, 23, 42, 0.92);
	border-color: rgba(148, 163, 184, 0.24);
}

html[data-theme="dark"] .nd-model-selector__choice-label {
	color: #f8fafc;
}

html[data-theme="dark"] .nd-model-selector__mode-switch,
html[data-theme="dark"] .nd-model-selector__context,
html[data-theme="dark"] .nd-model-selector__insight,
html[data-theme="dark"] .nd-model-selector__result,
html[data-theme="dark"] .nd-model-selector__card-meta {
	background: rgba(14, 165, 233, 0.1);
	border-color: rgba(14, 165, 233, 0.2);
}

html[data-theme="dark"] .nd-model-selector__mode-button {
	color: #cbd5e1;
}

html[data-theme="dark"] .nd-model-selector__card-status--full {
	background: rgba(22, 163, 74, 0.18);
	color: #dcfce7;
}

html[data-theme="dark"] .nd-model-selector__card-status--confirm {
	background: rgba(14, 165, 233, 0.18);
	color: #bae6fd;
}

html[data-theme="dark"] .nd-model-selector__card-status--budget {
	background: rgba(245, 158, 11, 0.18);
	color: #fde68a;
}

html[data-theme="dark"] .nd-model-selector__card-status--partial {
	background: rgba(148, 163, 184, 0.22);
	color: #e2e8f0;
}

@media (max-width: 768px) {
	.nd-model-selector {
		bottom: 12px;
		left: 12px;
		right: 80px;
	}

	.nd-model-selector__modal {
		align-items: stretch;
		padding:
			max(10px, env(safe-area-inset-top))
			max(10px, env(safe-area-inset-right))
			max(10px, env(safe-area-inset-bottom))
			max(10px, env(safe-area-inset-left));
	}

	.nd-model-selector__trigger--fixed-desktop {
		display: none;
	}

	.nd-model-selector__trigger--fixed-mobile {
		border-radius: 18px;
		display: inline-flex;
		justify-content: center;
		min-height: 56px;
		padding: 0 16px;
		width: 100%;
	}

	.nd-model-selector__dialog {
		border-radius: 18px;
		gap: 14px;
		margin: auto 0;
		max-height: calc(100vh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
		max-height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
		max-width: 100%;
		padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
		width: 100%;
	}

	.nd-model-selector__header h3 {
		font-size: 24px;
		line-height: 1.08;
	}

	.nd-model-selector__form {
		padding-right: 0;
	}

	.nd-model-selector__fields,
	.nd-model-selector__actions,
	.nd-model-selector__mode-switch {
		grid-template-columns: minmax(0, 1fr);
	}

	.nd-model-selector__guided-nav,
	.nd-model-selector__actions {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 20%);
		bottom: 0;
		padding-top: 10px;
		position: sticky;
		z-index: 2;
	}

	.nd-model-selector__guided-back,
	.nd-model-selector__guided-next,
	.nd-model-selector__reset,
	.nd-model-selector__submit {
		width: 100%;
	}

	.nd-model-selector__result {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 430px) {
	.nd-model-selector__dialog {
		border-radius: 16px;
		gap: 12px;
		padding: 18px 14px calc(16px + env(safe-area-inset-bottom));
	}

	.nd-model-selector__close {
		right: 12px;
		top: 12px;
	}

	.nd-model-selector__header {
		padding-right: 34px;
	}

	.nd-model-selector__header h3 {
		font-size: 21px;
	}

	.nd-model-selector__field {
		border-radius: 18px;
		padding: 15px 14px;
	}

	.nd-model-selector__field-label {
		font-size: 18px;
	}

	.nd-model-selector__choice {
		border-radius: 16px;
		padding: 14px 14px 14px 14px;
		padding-right: 46px;
	}

	.nd-model-selector__choice::after {
		right: 14px;
	}
}

@media (max-width: 375px) {
	.nd-model-selector {
		left: 10px;
		right: 74px;
	}

	.nd-model-selector__trigger--fixed-mobile {
		min-height: 52px;
		padding: 0 14px;
	}

	.nd-model-selector__dialog {
		padding: 16px 12px calc(14px + env(safe-area-inset-bottom));
	}

	.nd-model-selector__header h3 {
		font-size: 19px;
	}

	.nd-model-selector__field-label {
		font-size: 17px;
	}

	.nd-model-selector__choice-label {
		font-size: 13px;
	}

	.nd-model-selector__summary-value,
	.nd-model-selector__notes p {
		font-size: 13px;
	}
}

@media (max-width: 359px) {
	.nd-model-selector__guided-nav,
	.nd-model-selector__actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.nd-model-selector__guided-nav {
		display: grid;
	}

	.nd-model-selector__close {
		height: 34px;
		width: 34px;
	}
}
