/* ==========================================================================
    Global styles for messages (e.g. form errors) used by the WA.

    @author pcichosz

    1. Default (parent) box.
    2. Error.
   ========================================================================== */

/*
 * 1. Default (parent) box.
 */
 
.phq-msg {
	font-weight: bold;
	line-height: 17px;
	padding: 15px 15px 14px;
	margin-bottom: 15px;
	text-align: center;
}

/*
 * 2. Error.
 */
 
.phq-msg__error {
	background: #fce7e7;
	border: solid 1px #e20e20;
	color: #e20e20;
}