/* Gift certificate card — front, print, email helpers, admin preview */

.cactus-gift-admin-preview {
	max-width: 600px;
	padding: 16px;
	background: #f3f1eb;
	border-radius: 12px;
}

.cactus-gift-product-preview-wrap {
	margin-top: 1.25em;
	padding-top: 1em;
	border-top: 1px solid #e2e2e2;
}

.cactus-gift-preview-heading {
	margin: 0 0 0.35em;
}

.cactus-gift-preview-hint {
	margin: 0 0 0.75em;
}

.cactus-gift-product-preview {
	padding: 12px;
	background: #f3f1eb;
	border-radius: 12px;
}

.cactus-gift-product-preview .cactus-gift-card {
	max-width: 100%;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.cactus-gift-fields label {
	font-weight: 600;
}

.cactus-gift-card {
	box-sizing: border-box;
}

.cactus-gift-print-actions button {
	appearance: none;
	border: 1px solid #c4a35a;
	background: transparent;
	color: #0f2918;
	padding: 11px 26px;
	border-radius: 2px;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.cactus-gift-print-actions button:hover {
	background: #0f2918;
	color: #c4a35a;
	border-color: #0f2918;
}

@media print {
	.cactus-gift-print-actions {
		display: none !important;
	}
}
