#tech-spec {
	scroll-margin-top: 90px;
}

.gen-datasheet {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0 4px;
	padding: 11px 14px;
	background: #f6f8fa;
	border: 1px solid #e2e8ef;
	border-radius: 8px;
	text-decoration: none;
	color: #1b4c79;
	transition: background .15s ease, border-color .15s ease;
}

.gen-datasheet:hover,
.gen-datasheet:focus {
	background: #eef3f8;
	border-color: #cfdbe7;
	color: #123a5f;
	text-decoration: none;
}

.gen-datasheet:focus-visible {
	outline: 2px solid #0d6efd;
	outline-offset: 2px;
}

.gen-datasheet__icon {
	flex: 0 0 auto;
	font-size: 26px;
	line-height: 1;
	color: #d64545;
}

.gen-datasheet__text {
	display: block;
	min-width: 0;
}

.gen-datasheet__title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.gen-datasheet__hint {
	display: block;
	font-size: 12.5px;
	color: #7b8996;
	margin-top: 1px;
}
