.usage-card h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 1.05rem;
}

.usage-text {
	margin: 0 0 8px;
	color: #4b5563;
	font-size: 0.92rem;
}

.usage-copy-btn {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 32px;
	height: 32px;
	background: color-mix(in srgb, var(--vct-surface) 92%, white 8%);
}

.usage-code {
	padding: 12px 48px 12px 12px;
}

.usage-code code {
	display: block;
	background: transparent;
	padding: 0;
	font-size: 0.85rem;
	line-height: 1.45;
	white-space: pre;
}
