/**
 * Structural Key Specs layout (brand styling belongs in Oxygen).
 * Compact, scannable specification tables.
 */

.nomad-key-specs {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.5em;
	box-sizing: border-box;
}

.nomad-key-specs__heading {
	margin: 0 0 0.75em;
	font-size: 1.25em;
	line-height: 1.3;
	font-weight: 600;
}

.nomad-key-specs__group {
	margin: 0 0 1em;
}

.nomad-key-specs__group-title {
	margin: 0 0 0.4em;
	font-size: 0.95em;
	line-height: 1.3;
	font-weight: 600;
}

.nomad-key-specs__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
}

.nomad-key-specs__row > .nomad-key-specs__label,
.nomad-key-specs__row > .nomad-key-specs__value {
	padding: 0.35em 0.6em 0.35em 0;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.95em;
	line-height: 1.4;
}

.nomad-key-specs__label {
	width: 42%;
	font-weight: 600;
	text-align: left;
}

.nomad-key-specs__value {
	width: 58%;
	font-weight: 400;
}

.nomad-key-specs__note {
	display: inline;
	margin-left: 0.35em;
	opacity: 0.75;
	font-size: 0.9em;
}

.nomad-key-specs__note::before {
	content: "(";
}

.nomad-key-specs__note::after {
	content: ")";
}

.nomad-key-specs__evidence {
	font-size: 0.85em;
	opacity: 0.8;
}

@media (max-width: 600px) {
	.nomad-key-specs__label,
	.nomad-key-specs__value {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.nomad-key-specs__label {
		padding-bottom: 0.1em;
		border-bottom: 0;
	}

	.nomad-key-specs__value {
		padding-top: 0;
		padding-bottom: 0.55em;
	}
}
