.gmfp-gift-message-wrapper {
	width: 100% !important;
	flex: 0 0 100% !important;
	clear: both !important;
	float: none !important;
	display: block !important;
	margin-bottom: 20px;
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.gmfp-gift-message-wrapper label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.gmfp-gift-message-wrapper .gmfp-description {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 10px;
}

.gmfp-gift-message-wrapper .gmfp-textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	margin-bottom: 5px;
}

.gmfp-gift-message-wrapper .gmfp-char-counter {
	font-size: 0.85em;
	color: #777;
	text-align: right;
}

.gmfp-char-counter.limit-reached {
	color: #e2401c;
	font-weight: bold;
}
