.cgt-cart-extras {
	margin: 20px 0;
	padding: 18px;
	background: #FBF3F1;
	border: 1px solid #DDD6C8;
	border-radius: 10px;
}
.cgt-cart-extras h3 {
	font-family: 'Fraunces', serif;
	font-size: 18px;
	margin: 0 0 14px;
}
.cgt-extra-option {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-bottom: 10px;
	cursor: pointer;
}
.cgt-extra-option input {
	width: 18px;
	height: 18px;
	accent-color: #880000;
}
#cgt-wishcard-text {
	width: 100%;
	max-width: 100%;
	min-height: 70px;
	padding: 10px;
	border: 1px solid #DDD6C8;
	border-radius: 6px;
	font-family: inherit;
	font-size: 13px;
	margin-bottom: 10px;
}
