.qnd-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--qnd-darkblue-50);
	padding: var(--qnd-space-2) var(--qnd-space-4);
	color: var(--qnd-black-50);
	text-decoration: none;
	font-family: var(--qnd-font-sans);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background: transparent;
	cursor: pointer;
	transition: background-color 0.25s ease;
}

.qnd-btn-ghost:hover,
.qnd-btn-ghost:focus-visible {
	background: color-mix(in srgb, var(--qnd-darkblue-50) 10%, transparent);
}
