.awi-msb-popup {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .14);
	border-radius: 8px;
	bottom: 18px;
	box-shadow: 0 16px 40px rgba(17, 24, 39, .18);
	display: none;
	max-width: min(360px, calc(100vw - 32px));
	padding: 18px;
	position: fixed;
	right: 18px;
	z-index: 9999;
}

.awi-msb-popup.is-visible {
	display: block;
}

.awi-msb-popup strong {
	display: block;
	font-size: 18px;
	margin-right: 26px;
}

.awi-msb-popup p {
	margin: 8px 0 14px;
}

.awi-msb-popup a {
	background: #0f5ef7;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	padding: 9px 12px;
	text-decoration: none;
}

.awi-msb-popup-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 8px;
}

@media (max-width: 600px) {
	.awi-msb-popup {
		bottom: 10px;
		left: 10px;
		max-width: none;
		right: 10px;
	}
}
