.fb-wa-banner {
	display: block;
	position: relative;
	box-sizing: border-box;
	max-width: 1060px;
	margin: auto;
	margin-bottom: 20px;
	padding: 16px;
	color: #050505;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.fb-wa-banner p,
.fb-wa-banner h2 {
	font-family: Helvetica;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color:#5E6771;
}

.fb-wa-banner h2 {
	font-weight: 700;
	color: #1B2327;
}

.fb-wa-banner .wa-cta-button {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #0079FB;
	width: 151px;
	border-radius: 6px;
	text-decoration: none;
	box-sizing: content-box;
	font-size: 14px;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	justify-content: center;
	padding: 0 8px;
	position: relative;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	transition: 200ms cubic-bezier(.08, .52, .52, 1) background-color, 200ms cubic-bezier(.08, .52, .52, 1) box-shadow, 200ms cubic-bezier(.08, .52, .52, 1) transform;
	padding: 0 16px;
	color: #fff;
	background-color: #0079FB;
	border-color: #0079FB;
}

.fb-wa-banner .wa-cta-button:hover {
	background-color: #1763cf;
	border-color: #1763cf;
}

.fb-wa-banner .wa-close-button {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	right: 16px;
	top: 16px;
}
