.yellowInfoBox[data-vipify-info-message] {
	position:relative;
	box-sizing:border-box;
	margin-left:auto !important;
	margin-right:auto !important;
}

.yellowInfoBox[data-vipify-info-message] .yellowInfoBox__close {
	-webkit-appearance:none;
	appearance:none;
	box-sizing:border-box;
	width:20px;
	height:20px;
	min-width:20px;
	margin:-1px -3px 0 0;
	padding:0;
	border:0;
	border-radius:3px;
	background:transparent;
	color:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:1;
	cursor:pointer;
	touch-action:manipulation;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 20px;
}

.yellowInfoBox[data-vipify-info-message] .yellowInfoBox__close:hover,
.yellowInfoBox[data-vipify-info-message] .yellowInfoBox__close:focus-visible {
	background:rgba(192, 147, 113, 0.16);
	outline:1px solid currentColor;
	outline-offset:1px;
}

.yellowInfoBox[data-vipify-info-message].is-dismissing {
	opacity:0;
	transform:translateY(-3px);
	pointer-events:none;
}

@media (prefers-reduced-motion:no-preference) {
	.yellowInfoBox[data-vipify-info-message] {
		transition:opacity 160ms ease, transform 160ms ease;
	}
}
