/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dk-wc-store-message-notice {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 1.25rem;
	padding: 1rem 1.25rem;
	background: #f7f3e8;
	color: #1f2933;
	border: 1px solid #d9cfae;
	border-left: 4px solid #046bd2;
	border-radius: 4px;
}

.dk-wc-store-message-notice > :first-child {
	margin-top: 0;
}

.dk-wc-store-message-notice > :last-child {
	margin-bottom: 0;
}

.dk-wc-store-message-notice a {
	color: #046bd2;
}
