/**
 * Front-end styles for the My Custom Plugin thank-you notice.
 */

.my-custom-plugin-notice {
	margin: 2em 0 0;
	padding: 1em 1.25em;
	border-left: 4px solid #2271b1;
	background-color: #f0f6fc;
	border-radius: 4px;
}

.my-custom-plugin-notice p {
	margin: 0;
	font-weight: 600;
	color: #1d2327;
}
