.npc-payload-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 14px;
}

.npc-payload-switcher:empty {
	display: none;
}

.npc-payload-switcher__button {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: #D7E1E6;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 12px;
}

.npc-payload-switcher__button.is-active {
	background: #13bfe9;
	border-color: #13bfe9;
	color: #06141c;
}

.npc-card-payload-model {
	font-weight: 600;
	margin: 0 0 12px;
}

.npc-effective-specs [hidden] {
	display: none !important;
}

.npc-drone-manufacturer {
	color: var(--nd-ph-muted, var(--nd-drone-catalog-muted, #D7E1E6));
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.npc-drone-manufacturer--hero {
	margin: 0 0 0.35rem;
}

.nd-product-card .nd-drone-card__heading-row {
	align-items: flex-start;
	flex-wrap: wrap;
}

.nd-product-card .nd-drone-card__heading-row > :is(.npc-drone-manufacturer--card, .nd-platform-manufacturer) {
	flex: 0 0 100%;
	margin: 0 0 0.25rem;
}

.nd-product-card :is(.npc-drone-manufacturer--card, .nd-platform-manufacturer) {
	color: var(--nd-drone-catalog-muted, #5D7989);
}

.nd-product-card .nd-drone-card__heading-row > .nd-drone-card__title {
	flex: 1 1 0;
	margin-right: auto;
	min-width: 0;
}

.nd-product-card .nd-drone-card__heading-row > .nd-drone-card__badge {
	align-self: flex-start;
}

.nd-product-card.nd-drone-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.nd-product-card .nd-drone-card__specs {
	flex: 1 1 auto;
	align-content: start;
}

@media (min-width: 768px) {
	.nd-product-card .nd-drone-card__heading-row {
		min-block-size: 5.75rem;
	}
}


.nd-drone-card__payload-options {
	display: grid;
	gap: 6px;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.nd-drone-card__payload-options-count {
	color: var(--nd-drone-catalog-muted, #5d7989);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nd-drone-card__payload-select {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--nd-drone-catalog-chip-bg, rgba(245, 251, 255, 0.88));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M2 2l6 6 6-6' fill='none' stroke='%2313bfe9' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 13px center;
	background-repeat: no-repeat;
	background-size: 16px 10px;
	border: 1px solid var(--nd-drone-catalog-chip-border, rgba(17, 65, 93, 0.1));
	border-radius: 10px;
	color: var(--nd-drone-catalog-heading, #102a3a);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 650;
	min-height: 42px;
	padding: 9px 42px 9px 11px;
	width: 100%;
}

.nd-drone-card__payload-select:focus-visible {
	border-color: #13bfe9;
	box-shadow: 0 0 0 3px rgba(19, 191, 233, 0.12);
	outline: none;
}

.nd-drone-card__media { position: relative; }
.nd-solution-status { align-items:center; border:1px solid currentColor; border-radius:999px; display:inline-flex; font-size:.66rem; font-weight:800; letter-spacing:.08em; line-height:1; padding:.45rem .6rem; text-transform:uppercase; }
.nd-drone-card__media > .nd-solution-status { left:.75rem; position:absolute; top:.75rem; z-index:2; }
.nd-solution-status--verified { background:var(--nd-ph-accent, #13bfe9); border-color:var(--nd-ph-accent, #13bfe9); box-shadow:0 4px 14px rgba(19,191,233,.22); color:#06212c; }
.nd-solution-status--review { background:var(--nd-drone-catalog-chip-bg, rgba(245,251,255,.92)); border-color:var(--nd-ph-accent, #13bfe9); color:var(--nd-drone-catalog-heading, #102a3a); }
.nd-solution-status__notice { color:var(--nd-ph-muted,#D7E1E6); font-size:.82rem; line-height:1.4; margin:.55rem 0 0; }
.nd-solution-status-row { align-items:center; display:flex; flex-wrap:wrap; gap:.5rem; margin:0 0 .35rem; }
.nd-solution-status-row .npc-drone-manufacturer--hero, .nd-solution-status-row .nd-platform-manufacturer--hero { margin:0; }
[data-npc-hero-status] { display:inline-flex; margin:0; }
