/**
 * Small additions to the results grid that have no real-page
 * equivalent to match pixel-for-pixel (the reference row's copy
 * button) — kept separate from results-page.css, which is a
 * hands-off extraction from the real captured page (see the plugin
 * handoff's Fixes Log).
 */

.viv-holiday-card-reference {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 2px;
	margin-bottom: 20px;
}

.viv-copy-reference {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 2px;
	cursor: pointer;
	color: #666;
}

.viv-copy-reference:hover,
.viv-copy-reference:focus {
	color: #022a3a;
}

.viv-copy-reference[data-viv-copied="true"] {
	color: #1a7a3c;
}
