body.gcp-nl-tools-page .gcp-nl-tools-related {
	margin-top: 24px;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid #e6d8b3;
	border-radius: 18px;
	background: #fffdfa;
	box-shadow: 0 12px 30px rgba(24, 31, 51, 0.06);
	direction: rtl;
}

body.gcp-nl-tools-page .gcp-nl-tools-related h2 {
	margin: 0 0 10px;
	color: #182033;
	font-size: clamp(1.3rem, 2.4vw, 1.75rem);
	line-height: 1.45;
}

body.gcp-nl-tools-page .gcp-nl-tools-related > p {
	margin: 0 0 16px;
	color: #566077;
	line-height: 1.85;
}

body.gcp-nl-tools-page .gcp-nl-tools-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

body.gcp-nl-tools-page .gcp-nl-tools-related__grid > .gcp-nl-tools-related__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid #d9c897;
	border-radius: 11px;
	background: #ffffff;
	color: #6f5206 !important;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.gcp-nl-tools-page .gcp-nl-tools-related__grid > .gcp-nl-tools-related__link:hover {
	border-color: #76580b;
	background: #76580b;
	color: #ffffff !important;
	transform: translateY(-1px);
}

body.gcp-nl-tools-page .gcp-nl-tools-related__grid > .gcp-nl-tools-related__link:focus-visible,
body.gcp-nl-tools-page .gcp-nl-tools-related__hub a:focus-visible {
	outline: 3px solid #2f59a7;
	outline-offset: 3px;
}

body.gcp-nl-tools-page .gcp-nl-tools-related .gcp-nl-tools-related__hub {
	margin: 16px 0 0;
}

body.gcp-nl-tools-page .gcp-nl-tools-related__hub a {
	color: #244f93 !important;
	font-weight: 700;
}

body.gcp-nl-tools-history .gcp-table th > .gcp-nl-tools-table-link {
	color: #244f93 !important;
	font-weight: 800;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px;
}

body.gcp-nl-tools-history .gcp-table th > .gcp-nl-tools-table-link:hover {
	color: #6f5206 !important;
}

body.gcp-nl-tools-history .gcp-table th > .gcp-nl-tools-table-link:focus-visible {
	outline: 3px solid #2f59a7;
	outline-offset: 3px;
}

body.gcp-nl-tools-calculator .gcp-nl-tools-number-help {
	margin: 12px 0 0;
	padding: 10px 12px;
	border-inline-start: 3px solid #8a6812;
	background: #fbf7e9;
	color: #4f5668;
	font-size: 0.94rem;
	line-height: 1.75;
}

body.gcp-nl-tools-history .gcp-long-history .gcp-history-summary {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
	body.gcp-nl-tools-page .gcp-nl-tools-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.gcp-nl-tools-history .gcp-long-history .gcp-history-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	body.gcp-nl-tools-page .gcp-nl-tools-related {
		padding: 18px 14px;
		border-radius: 14px;
	}

	body.gcp-nl-tools-page .gcp-nl-tools-related__grid,
	body.gcp-nl-tools-history .gcp-long-history .gcp-history-summary {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.gcp-nl-tools-page .gcp-nl-tools-related__grid > .gcp-nl-tools-related__link {
		transition: none;
	}
}
