.ab-container-1fc38ca6 {
	width: 100%;
	padding: 10px 40px 10px 20px;
	box-sizing: border-box;
	display: none; /* Hidden until JS verifies it hasn't been dismissed */
	align-items: center;
	justify-content: center;
	z-index: 99999;
	font-family: inherit;
	font-size: 14px;
	position: relative;
}

.ab-container-1fc38ca6.ab-show {
	display: flex;
}

.ab-pos-top {
	top: 0;
	left: 0;
}

.ab-pos-bottom {
	bottom: 0;
	left: 0;
}

.ab-sticky {
	position: fixed;
}

.ab-content-1fc38ca6 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	text-align: center;
}

.ab-btn-1fc38ca6 {
	padding: 5px 15px;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	transition: opacity 0.2s;
}

.ab-btn-1fc38ca6:hover {
	opacity: 0.8;
}

.ab-close-1fc38ca6 {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	padding: 5px;
	line-height: 1;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.ab-close-1fc38ca6:hover {
	opacity: 1;
}

body.admin-bar .ab-pos-top.ab-sticky {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .ab-pos-top.ab-sticky {
		top: 46px;
	}
}
