.ns-flex-hardware-agnostic {
	background-color: var(--ns-hwa-background, #fff);
}

.ns-flex-hardware-agnostic .ns-section-title {
	color: var(--ns-hwa-title-color, var(--color-text));
}

.ns-flex-hardware-agnostic .ns-section-desc,
.ns-flex-hardware-agnostic .ns-section-desc p,
.ns-flex-hardware-agnostic .ns-section-desc a {
	color: var(--ns-hwa-description-color, var(--color-text));
}

.ns-flex-hardware-agnostic .ns-os-link {
	color: var(--ns-hwa-item-color, var(--color-text));
}

.ns-flex-hardware-agnostic .ns-os-link:hover,
.ns-flex-hardware-agnostic .ns-os-link:focus-visible {
	color: var(--ns-hwa-item-hover-color, var(--color-accent));
}
