.kv-docgen-links-block {
	margin: 1.75rem 0;
	padding: 1.25rem 1.35rem;
	background: #f4f7fb;
	border: 1px solid #dbeafe;
	border-radius: 14px;
}

.kv-docgen-links-block h3 {
	margin: 0 0 0.65rem;
	font-size: 1.15rem;
	color: #1a4d8c;
}

.kv-docgen-links-block__intro {
	margin: 0 0 1rem;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.55;
}

.kv-docgen-links-block__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kv-docgen-links-block__list li {
	margin: 0 0 0.55rem;
}

.kv-docgen-links-block__list a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.35rem 0.75rem;
	padding: 0.7rem 0.85rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	color: #1a4d8c;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.35;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.kv-docgen-links-block__list a:hover {
	border-color: #1a4d8c;
	box-shadow: 0 4px 14px rgba(26, 77, 140, 0.08);
}

.kv-docgen-links-block__price {
	color: #64748b;
	font-size: 0.88rem;
	font-weight: 700;
}

.kv-docgen-links-block__hub {
	margin: 1rem 0 0;
	font-size: 0.92rem;
	color: #64748b;
}

.kv-docgen-links-block__hub a {
	color: #1a4d8c;
	font-weight: 600;
	text-decoration: none;
}

.kv-docgen-links-block__hub a:hover {
	text-decoration: underline;
}

.kv-docgen-links-block--compact {
	padding: 0.9rem 1rem;
}

.kv-docgen-links-block--compact p {
	margin: 0;
	color: #475569;
	line-height: 1.55;
}

.kv-docgen-links-block--compact a {
	color: #1a4d8c;
	font-weight: 600;
	text-decoration: none;
}

.kv-docgen-links-block--compact a:hover {
	text-decoration: underline;
}

.kv-docgen-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.45rem 0.75rem;
	margin: 0;
	padding: 0.75rem 1rem 1rem;
	font-size: 0.9rem;
	text-align: center;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}

.kv-docgen-footer-links a {
	color: #1a4d8c;
	font-weight: 600;
	text-decoration: none;
}

.kv-docgen-footer-links a:hover {
	text-decoration: underline;
}

.kv-docgen-footer-links span {
	color: #94a3b8;
}

@media (max-width: 640px) {
	.kv-docgen-links-block__list a {
		flex-direction: column;
		align-items: flex-start;
	}
}
